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 147332 Details for
Bug 226247
Merge Review: perl-Convert-ASN1
[?]
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]
Specfile patch
perl-Convert-ASN1.spec.patch (text/plain), 2.76 KB, created by
Jose Pedro Oliveira
on 2007-02-04 22:24:57 UTC
(
hide
)
Description:
Specfile patch
Filename:
MIME Type:
Creator:
Jose Pedro Oliveira
Created:
2007-02-04 22:24:57 UTC
Size:
2.76 KB
patch
obsolete
>--- perl-Convert-ASN1.spec.cvs 2006-07-12 08:43:37.000000000 +0100 >+++ perl-Convert-ASN1.spec 2007-02-04 22:18:34.000000000 +0000 >@@ -1,25 +1,32 @@ >-Summary: Convert-ASN1 Perl module >+Summary: ASN.1 Encode/Decode library > Name: perl-Convert-ASN1 >-Version: 0.20 >-Release: 1.1 >+Version: 0.21 >+Release: 1%{?dist} > > Group: Development/Libraries > License: GPL or Artistic > URL: http://search.cpan.org/dist/Convert-ASN1/ >-Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Convert-ASN1-%{version}.tar.gz >+Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Convert-ASN1-%{version}.tar.gz > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildArch: noarch >-BuildRequires: perl >= 1:5.6.1 >-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) >+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > > %description >-%{summary}. >+Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules. > > > %prep > %setup -q -n Convert-ASN1-%{version} > >+# Provides: exclude perl(Convert::ASN1) >+cat <<__EOF__ > %{name}-perl.prov >+#!/bin/sh >+/usr/lib/rpm/perl.prov \$* | grep -v '^perl(Convert::ASN1)$' >+__EOF__ >+%define __perl_provides %{_builddir}/Convert-ASN1-%{version}/%{name}-perl.prov >+chmod +x %{__perl_provides} >+ > %build > %{__perl} Makefile.PL INSTALLDIRS=vendor > make %{?_smp_mflags} >@@ -28,11 +35,10 @@ > 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 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 || : >-mv t/0-signature.t t/0-signature.t.skip >+%check > make test > > %clean >@@ -43,16 +49,22 @@ > %defattr(-,root,root,-) > %doc ChangeLog README examples/ > %{perl_vendorlib}/Convert/ >-%{_mandir}/man3/*.3* >+%{_mandir}/man3/*.3pm* >+ > > %changelog >-* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control >+* Sat Feb 3 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1 >+- Update to 0.21. >+- Corrected several changelog entries. >+- Removed an explicit perl(Convert::ASN1) provides. >+ >+* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.20-1.1 > - rebuild > >-* Thu Mar 09 2006 Jason Vas Dias <jvdias@redhat.com> - 1.20-1 >-- upgrade to upstream version 1.20-1 >+* Thu Mar 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.20-1 >+- upgrade to upstream version 0.20 > >-* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 1.19-1.2 >+* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 0.19-1.2 > - rebuild for new perl-5.8.8 > > * Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
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 226247
: 147332