Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158299 Details for
Bug 226241
Merge Review: perl-Bit-Vector
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Cleanup patch
cleanup.patch (text/plain), 3.18 KB, created by
Steven Pritchard
on 2007-06-30 21:11:15 UTC
(
hide
)
Description:
Cleanup patch
Filename:
MIME Type:
Creator:
Steven Pritchard
Created:
2007-06-30 21:11:15 UTC
Size:
3.18 KB
patch
obsolete
>? cleanup.patch >? perl-Bit-Vector-6.4-2.2.2.1.src.rpm >? perl-Bit-Vector-6.4-3.fc8.src.rpm >? perl-Bit-Vector-6_4-2_2_2_1 >? perl-Bit-Vector-6_4-3_fc8 >? tmp >Index: Makefile >=================================================================== >RCS file: /cvs/pkgs/rpms/perl-Bit-Vector/devel/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 9 Sep 2004 10:01:31 -0000 1.1 >+++ Makefile 30 Jun 2007 21:07:10 -0000 >@@ -3,4 +3,4 @@ > NAME := perl-Bit-Vector > SPECFILE = $(firstword $(wildcard *.spec)) > >-include ../common/Makefile.common >+include ../../common/Makefile.common >Index: perl-Bit-Vector.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/perl-Bit-Vector/devel/perl-Bit-Vector.spec,v >retrieving revision 1.20 >diff -u -r1.20 perl-Bit-Vector.spec >--- perl-Bit-Vector.spec 12 Jul 2006 07:43:05 -0000 1.20 >+++ perl-Bit-Vector.spec 30 Jun 2007 21:07:10 -0000 >@@ -1,7 +1,7 @@ > Name: perl-Bit-Vector > Version: 6.4 >-Release: 2.2.2.1 >-Summary: A module for high-performance Perl manipulation of bit vectors >+Release: 3%{?dist} >+Summary: Efficient bit vector, set of integers and "big int" math library > > Group: Development/Libraries > License: GPL or Artistic >@@ -9,10 +9,9 @@ > Source0: http://www.cpan.org/authors/id/S/ST/STBEY/Bit-Vector-%{version}.tar.gz > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >-BuildRequires: perl >= 1:5.6.1 >-BuildRequires: perl-Carp-Clan >= 5.3 >+BuildRequires: perl(Carp::Clan) >= 5.3 >+BuildRequires: perl(ExtUtils::MakeMaker) > Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) >-Requires: perl-Carp-Clan >= 5.3 > > %description > Bit::Vector is an efficient C library which allows you to handle bit >@@ -32,18 +31,18 @@ > examples/{benchmk{2,3},primes,SetObject}.pl > > %build >-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor >-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" >+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" >+make %{?_smp_mflags} > > %install > rm -rf $RPM_BUILD_ROOT > make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT > find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' > find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' >-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' >-chmod -R u+w $RPM_BUILD_ROOT/* >+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' >+%{_fixperms} $RPM_BUILD_ROOT/* > >-%check || : >+%check > make test > > %clean >@@ -60,7 +59,18 @@ > > > %changelog >-* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control >+* Sat Jun 30 2007 Steven Pritchard <steve@kspei.com> 6.4-3 >+- Fix find option order. >+- Use fixperms macro instead of our own chmod incantation. >+- Remove check macro cruft. >+- Improve Summary. >+- Remove redundant perl build dependency. >+- BR ExtUtils::MakeMaker. >+- Set OPTIMIZE when we run Makefile.PL, not make. >+- BR perl(Carp::Clan) instead of perl-Carp-Clan. >+- Remove redundant Carp::Clan dependency. >+ >+* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.4-2.2.2.1 > - rebuild > > * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4-2.2.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226241
: 158299