diff --git a/Convert-ASN1-0.33.tar.gz b/Convert-ASN1-0.33.tar.gz deleted file mode 100644 index 4baeeba..0000000 --- a/Convert-ASN1-0.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fdf004520c79e3a244cf9688616293516c11793d746c761f367496eb3d06076 -size 79306 diff --git a/Convert-ASN1-0.34.tar.gz b/Convert-ASN1-0.34.tar.gz new file mode 100644 index 0000000..0bd0c56 --- /dev/null +++ b/Convert-ASN1-0.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a628d7c9d390568fb76359975fa03f626ce57f10dc17980e8e3587d7713e4ee7 +size 79762 diff --git a/perl-Convert-ASN1.changes b/perl-Convert-ASN1.changes index c9b6650..dc12585 100644 --- a/perl-Convert-ASN1.changes +++ b/perl-Convert-ASN1.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 8 03:06:17 UTC 2023 - Tina Müller + +- updated to 0.34 + see /usr/share/doc/packages/perl-Convert-ASN1/ChangeLog + + 0.34 -- Mon Aug 07 19:46:22 ADT 2023 + + Bug Fixes + + Thanks to chrisridd and fschlich for these bug fixes + * Fixes: #47 2nd - Debug output using print instead of printf + * Fixes #47 Debug output using print instead of printf + * ASN1.pod: fix minor typo + ------------------------------------------------------------------- Wed Sep 29 21:21:45 UTC 2021 - Tina Müller diff --git a/perl-Convert-ASN1.spec b/perl-Convert-ASN1.spec index dfc4c1b..ba5caca 100644 --- a/perl-Convert-ASN1.spec +++ b/perl-Convert-ASN1.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Convert-ASN1 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ %define cpan_name Convert-ASN1 Name: perl-Convert-ASN1 -Version: 0.33 +Version: 0.340.0 Release: 0 -Summary: ASN.1 Encode/Decode library +%define cpan_version 0.34 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Convert between perl data structures and ASN.1 encoded packets URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Patch0: perl-Convert-ASN1-0.31-test.patch BuildArch: noarch @@ -31,6 +32,9 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Math::BigInt) >= 1.997 BuildRequires: perl(Test::More) >= 0.90 +Provides: perl(Convert::ASN1) = 0.340.0 +Provides: perl(Convert::ASN1::parser) = 0.340.0 +%define __perllib_provides /bin/true %{perl_requires} %description @@ -38,7 +42,7 @@ Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules. %prep -%autosetup -n %{cpan_name}-%{version} -p0 +%autosetup -n %{cpan_name}-%{cpan_version} -p0 %build perl Makefile.PL INSTALLDIRS=vendor