8
0

Accepting request 1102940 from devel:languages:perl:autoupdate

- new version format, see https://github.com/openSUSE/cpanspec/issues/47
- updated to 0.34
   see /usr/share/doc/packages/perl-Convert-ASN1/ChangeLog
  0.34 -- 
  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

OBS-URL: https://build.opensuse.org/request/show/1102940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-ASN1?expand=0&rev=36
This commit is contained in:
2023-08-08 15:11:12 +00:00
committed by Git OBS Bridge
parent 950eccd5b5
commit f706ac3434
4 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fdf004520c79e3a244cf9688616293516c11793d746c761f367496eb3d06076
size 79306

BIN
Convert-ASN1-0.34.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Aug 8 03:06:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>

View File

@@ -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