Hello community, here is the log from the commit of package perl-Convert-ASN1 for openSUSE:Factory checked in at 2013-06-06 15:10:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Convert-ASN1 (Old) and /work/SRC/openSUSE:Factory/.perl-Convert-ASN1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Convert-ASN1" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Convert-ASN1/perl-Convert-ASN1.changes 2011-11-21 12:37:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Convert-ASN1.new/perl-Convert-ASN1.changes 2013-06-06 15:10:41.000000000 +0200 @@ -1,0 +2,26 @@ +Mon Jun 3 15:57:09 UTC 2013 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- Convert-ASN1-0.22.tar.gz New: ---- Convert-ASN1-0.26.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Convert-ASN1.spec ++++++ --- /var/tmp/diff_new_pack.FGKUs9/_old 2013-06-06 15:10:41.000000000 +0200 +++ /var/tmp/diff_new_pack.FGKUs9/_new 2013-06-06 15:10:41.000000000 +0200 @@ -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-1.0+ or Artistic-1.0 +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 <[email protected]>, Report bugs via - <[email protected]> - %prep %setup -q -n %{cpan_name}-%{version} %patch0 @@ -59,24 +59,11 @@ %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 ++++++ Convert-ASN1-0.22.tar.gz -> Convert-ASN1-0.26.tar.gz ++++++ ++++ 7494 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
