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 155380 Details for
Bug 226256
Merge Review: perl-Digest-SHA1
[?]
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]
Fixes for found issues
perl-Digest-SHA1.patch (text/plain), 2.08 KB, created by
Ville Skyttä
on 2007-05-24 18:30:53 UTC
(
hide
)
Description:
Fixes for found issues
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-05-24 18:30:53 UTC
Size:
2.08 KB
patch
obsolete
>Index: perl-Digest-SHA1.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/perl-Digest-SHA1/devel/perl-Digest-SHA1.spec,v >retrieving revision 1.14 >diff -u -r1.14 perl-Digest-SHA1.spec >--- perl-Digest-SHA1.spec 12 Jul 2006 07:45:09 -0000 1.14 >+++ perl-Digest-SHA1.spec 24 May 2007 18:27:19 -0000 >@@ -1,6 +1,6 @@ > Name: perl-Digest-SHA1 > Version: 2.11 >-Release: 1.2.1 >+Release: 2 > Summary: Digest-SHA1 Perl module > > Group: Development/Libraries >@@ -9,7 +9,7 @@ > Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >-BuildRequires: perl >= 1:5.6.1 >+BuildRequires: perl(ExtUtils::MakeMaker) > Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > > %description >@@ -28,20 +28,21 @@ > > %prep > %setup -q -n Digest-SHA1-%{version} >+f=Changes ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f > > %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 ';' >+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' > chmod -R u+w $RPM_BUILD_ROOT/* > >-%check || : >+%check > make test > > %clean >@@ -57,7 +58,12 @@ > > > %changelog >-* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control >+* Thu May 24 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.11-2 >+- Sync with latest rpmdevtools perl spec template. >+- BuildRequire perl(ExtUtils::MakeMaker). >+- Convert docs to UTF-8. >+ >+* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.11-1.2.1 > - rebuild > > * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.11-1.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 226256
: 155380