Hello community,
here is the log from the commit of package perl-GnuPG-Interface for
openSUSE:Leap:15.2 checked in at 2020-06-01 19:40:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/perl-GnuPG-Interface (Old)
and /work/SRC/openSUSE:Leap:15.2/.perl-GnuPG-Interface.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-GnuPG-Interface"
Mon Jun 1 19:40:23 2020 rev:3 rq:810610 version:0.52
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/perl-GnuPG-Interface/perl-GnuPG-Interface.changes
2020-01-15 15:41:15.163180120 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.perl-GnuPG-Interface.new.3606/perl-GnuPG-Interface.changes
2020-06-01 19:40:24.280074078 +0200
@@ -1,0 +2,6 @@
+Thu Mar 14 15:08:18 UTC 2019 - Lars Vogdt <[email protected]>
+
+- disable the tests for old SUSE distributions: they are using a
+ too old gpg version
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-GnuPG-Interface.spec ++++++
--- /var/tmp/diff_new_pack.3nsLQu/_old 2020-06-01 19:40:24.792075714 +0200
+++ /var/tmp/diff_new_pack.3nsLQu/_new 2020-06-01 19:40:24.796075727 +0200
@@ -64,10 +64,13 @@
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