forked from pool/perl-Convert-ASN1
Accepting request 177630 from home:coolo:update-perl
update OBS-URL: https://build.opensuse.org/request/show/177630 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-ASN1?expand=0&rev=22
This commit is contained in:
committed by
Git OBS Bridge
parent
92791051e6
commit
36102e64b8
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be63d5cc715d7306e54b41d3c68c3617ca306289cff619a2ca43505e35f2f6ee
|
|
||||||
size 74625
|
|
||||||
3
Convert-ASN1-0.26.tar.gz
Normal file
3
Convert-ASN1-0.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5db8b62fa0d036bd0cabc869ffe17941ad587d9a2af1ff030d554872adbc1ca1
|
||||||
|
size 72623
|
||||||
@@ -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
|
Fri Nov 18 11:08:29 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Convert-ASN1
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,36 +15,36 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Convert-ASN1
|
Name: perl-Convert-ASN1
|
||||||
|
Version: 0.26
|
||||||
|
Release: 0
|
||||||
%define cpan_name Convert-ASN1
|
%define cpan_name Convert-ASN1
|
||||||
Summary: ASN.1 Encode/Decode library
|
Summary: ASN.1 Encode/Decode library
|
||||||
Version: 0.22
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Release: 11
|
|
||||||
License: GPL+ or Artistic
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Convert-ASN1/
|
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: http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
Patch0: %{cpan_name}-0.22-path.diff
|
Patch0: %{cpan_name}-0.22-path.diff
|
||||||
Patch1: %{cpan_name}-0.22-test.diff
|
Patch1: %{cpan_name}-0.22-test.diff
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
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
|
%description
|
||||||
Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER
|
Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER
|
||||||
rules.
|
rules.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Graham Barr <gbarr@pobox.com>, Report bugs via
|
|
||||||
<bug-Convert-ASN1@rt.cpan.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch0
|
%patch0
|
||||||
@@ -59,24 +59,11 @@ Authors:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
### since 11.4 perl_process_packlist
|
|
||||||
### removes .packlist, perllocal.pod files
|
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
%perl_process_packlist
|
%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
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,755)
|
||||||
%doc ChangeLog OldChanges README
|
%doc ChangeLog examples LICENSE mkparse OldChanges parser.y README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user