diff --git a/Convert-ASN1-0.22.tar.gz b/Convert-ASN1-0.22.tar.gz deleted file mode 100644 index b9946e5..0000000 --- a/Convert-ASN1-0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be63d5cc715d7306e54b41d3c68c3617ca306289cff619a2ca43505e35f2f6ee -size 74625 diff --git a/Convert-ASN1-0.26.tar.gz b/Convert-ASN1-0.26.tar.gz new file mode 100644 index 0000000..6591ce0 --- /dev/null +++ b/Convert-ASN1-0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db8b62fa0d036bd0cabc869ffe17941ad587d9a2af1ff030d554872adbc1ca1 +size 72623 diff --git a/perl-Convert-ASN1.changes b/perl-Convert-ASN1.changes index dcb01fe..6fc2446 100644 --- a/perl-Convert-ASN1.changes +++ b/perl-Convert-ASN1.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Jun 3 15:57:09 UTC 2013 - coolo@suse.com + +- updated to 0.26 + * Avoid Modification of a read-only value attempted errors + * dump Data::Dumper strings when rtest fails + * Add tests from Crypt::X509 that found the last Modification of a read-only value attempted error + + * fix a spelling mistake [gregor herrmann] + * Add use strict and fix errors + * Fix decoding of indefinite sequences with ANY + * POD additions for ANY + * EXPLICIT ops must pass their cVAR to their child op + * Swallow a , after a } + + * spelling fix [gregor herrmann] + * Added tests for extension markers (fails currently) [Niels Laukens] + * Bugfix for extension markerss in SETs and CHOICEs [Niels Laukens] + * Skip attempting to encode opEXTENSIONS inside of CHOICE + * Support for default explicit tagging [Peter Mogensen] + * Added tests and doc for explicit tagging [Peter Mogensen] + * Add new opEXPLICIT for sequences that are inserted for EXPLICIT tags + + * Added support for EXTENSION MARKERS (...) (Niels Laukens) + * Switch to Dist::Zilla for building + ------------------------------------------------------------------- Fri Nov 18 11:08:29 UTC 2011 - coolo@suse.com diff --git a/perl-Convert-ASN1.spec b/perl-Convert-ASN1.spec index e0a1e3b..92ce175 100644 --- a/perl-Convert-ASN1.spec +++ b/perl-Convert-ASN1.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Convert-ASN1 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,36 +15,36 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Convert-ASN1 +Version: 0.26 +Release: 0 %define cpan_name Convert-ASN1 Summary: ASN.1 Encode/Decode library -Version: 0.22 -Release: 11 -License: GPL+ or Artistic +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Convert-ASN1/ -#Source: http://www.cpan.org/authors/id/G/GB/GBARR/Convert-ASN1-0.22.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz Patch0: %{cpan_name}-0.22-path.diff Patch1: %{cpan_name}-0.22-test.diff BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Math::BigInt) >= 1.997 +BuildRequires: perl(Test::More) >= 0.90 +#BuildRequires: perl(Convert::ASN1) +#BuildRequires: perl(Convert::ASN1::Debug) +#BuildRequires: perl(Convert::ASN1::_decode) +#BuildRequires: perl(Convert::ASN1::_encode) +#BuildRequires: perl(Convert::ASN1::IO) +#BuildRequires: perl(Convert::ASN1::parser) +%{perl_requires} %description Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules. -Authors: --------- - Graham Barr , Report bugs via - - %prep %setup -q -n %{cpan_name}-%{version} %patch0 @@ -59,24 +59,11 @@ Authors: %install %perl_make_install -### since 11.4 perl_process_packlist -### removes .packlist, perllocal.pod files -%if 0%{?suse_version} > 1130 %perl_process_packlist -%else -# do not perl_process_packlist -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod -%endif %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) -%doc ChangeLog OldChanges README +%defattr(-,root,root,755) +%doc ChangeLog examples LICENSE mkparse OldChanges parser.y README.md %changelog