Hello community,
here is the log from the commit of package perl-Convert-ASN1 for
openSUSE:Factory checked in at 2020-01-12 23:18:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Convert-ASN1 (Old)
and /work/SRC/openSUSE:Factory/.perl-Convert-ASN1.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Convert-ASN1"
Sun Jan 12 23:18:13 2020 rev:26 rq:762671 version:0.27
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Convert-ASN1/perl-Convert-ASN1.changes
2015-04-15 16:27:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Convert-ASN1.new.6675/perl-Convert-ASN1.changes
2020-01-12 23:18:50.530693149 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 10:14:41 UTC 2020 - Pedro Monreal Gonzalez
<[email protected]>
+
+- Update spec file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Convert-ASN1.spec ++++++
--- /var/tmp/diff_new_pack.05S1Xv/_old 2020-01-12 23:18:52.902694025 +0100
+++ /var/tmp/diff_new_pack.05S1Xv/_new 2020-01-12 23:18:52.906694027 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Convert-ASN1
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,11 +20,11 @@
Version: 0.27
Release: 0
%define cpan_name Convert-ASN1
-Summary: Asn.1 Encode/Decode Library
-License: Artistic-1.0 or GPL-1.0+
+Summary: ASN.1 Encode/Decode library
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Convert-ASN1/
-Source:
http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: Convert-ASN1-0.22-test.diff
BuildArch: noarch
@@ -44,11 +44,11 @@
%patch0
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -57,6 +57,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc ChangeLog examples LICENSE mkparse OldChanges parser.y README.md
+%doc ChangeLog examples mkparse OldChanges parser.y README.md
+%license LICENSE
%changelog