Hello community,

here is the log from the commit of package perl-GnuPG-Interface for 
openSUSE:Factory checked in at 2020-08-10 14:58:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-GnuPG-Interface (Old)
 and      /work/SRC/openSUSE:Factory/.perl-GnuPG-Interface.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-GnuPG-Interface"

Mon Aug 10 14:58:52 2020 rev:3 rq:824984 version:1.00

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-GnuPG-Interface/perl-GnuPG-Interface.changes    
    2019-06-01 09:49:40.383320737 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-GnuPG-Interface.new.3399/perl-GnuPG-Interface.changes
      2020-08-10 14:59:26.204046061 +0200
@@ -1,0 +2,30 @@
+Thu Aug  6 11:04:20 UTC 2020 - Tina Müller <[email protected]>
+
+- Remove patches gpg2.2.6_7c85ac40660861e7507c43d043323c3f1b83921b.patch,
+  gpg2.2.8_b356e7fda15e39e037da1888a24000a96fc85c90.patch (not needed anymore)
+
+
+-------------------------------------------------------------------
+Thu Aug  6 10:42:11 UTC 2020 - Tina Müller <[email protected]>
+
+- Remove 1.patch (not needed anymore)
+
+-------------------------------------------------------------------
+Sat May 16 03:09:29 UTC 2020 - Tina Müller <[email protected]>
+
+updated to 1.00
+   see /usr/share/doc/packages/perl-GnuPG-Interface/Changes
+
+  1.0 - 2020-05-13
+   - Limit support to GnuPG 2.2+ and 1.4
+   - Additional information from keys when using GnuPG 2.2 or higher
+   - Add support for use of agent/pinentry
+   - Updated options to add ignore_mdc_error and logging
+   - Improvements to tests
+   - Update pubkey_data documentation
+   - Special thanks to dkg on Github for a large PR with updates for GnuPG 2
+   - Thanks also to ntyni on Github for a pointer to test updates also dealing
+     with version changes
+  
+
+-------------------------------------------------------------------

Old:
----
  1.patch
  GnuPG-Interface-0.52.tar.gz
  gpg2.2.6_7c85ac40660861e7507c43d043323c3f1b83921b.patch
  gpg2.2.8_b356e7fda15e39e037da1888a24000a96fc85c90.patch

New:
----
  GnuPG-Interface-1.00.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-GnuPG-Interface.spec ++++++
--- /var/tmp/diff_new_pack.WjC7q1/_old  2020-08-10 14:59:27.092046530 +0200
+++ /var/tmp/diff_new_pack.WjC7q1/_new  2020-08-10 14:59:27.096046533 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-GnuPG-Interface
 #
-# Copyright (c) 2019 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
@@ -17,24 +17,20 @@
 
 
 Name:           perl-GnuPG-Interface
-Version:        0.52
+Version:        1.00
 Release:        0
 %define cpan_name GnuPG-Interface
 Summary:        Perl interface to GnuPG
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/J/JE/JESSE/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
-Patch0:         1.patch
-Patch1:         gpg2.2.6_7c85ac40660861e7507c43d043323c3f1b83921b.patch
-Patch2:         gpg2.2.8_b356e7fda15e39e037da1888a24000a96fc85c90.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Math::BigInt) >= 1.78
-BuildRequires:  perl(Module::Install)
 BuildRequires:  perl(Moo) >= 0.091011
 BuildRequires:  perl(MooX::HandlesVia) >= 0.001004
 BuildRequires:  perl(MooX::late) >= 0.014
@@ -56,21 +52,15 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-# old (open)SUSE distributions use too old gpg
-%if 0%{suse_version} >= 1330
 %check
 # RT#88963
 %{__make} test || :
 %{__make} test
-%endif
 
 %install
 %perl_make_install

++++++ GnuPG-Interface-0.52.tar.gz -> GnuPG-Interface-1.00.tar.gz ++++++
++++ 2100 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.WjC7q1/_old  2020-08-10 14:59:27.204046590 +0200
+++ /var/tmp/diff_new_pack.WjC7q1/_new  2020-08-10 14:59:27.208046592 +0200
@@ -1,14 +1,10 @@
 ---
-patches:
- # PATCH-FIX-UPSTREAM https://github.com/bestpractical/gnupg-interface/pull/1
- 1.patch: -p1
- gpg2.2.6_7c85ac40660861e7507c43d043323c3f1b83921b.patch: -p1
- gpg2.2.8_b356e7fda15e39e037da1888a24000a96fc85c90.patch: -p1
+#patches:
 
 preamble: |-
  BuildRequires:  gpg2
- BuildRequires:  perl(Module::Install)
  Requires:       gpg2
+# BuildRequires:  perl(Module::Install)
 
 custom_test: |-
  # RT#88963


Reply via email to