Hello community,

here is the log from the commit of package perl-File-Unpack for 
openSUSE:Factory checked in at 2018-07-28 12:39:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Unpack (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-Unpack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-Unpack"

Sat Jul 28 12:39:44 2018 rev:3 rq:623047 version:0.70

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-Unpack/perl-File-Unpack.changes        
2018-03-04 12:50:28.992227929 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Unpack.new/perl-File-Unpack.changes   
2018-07-28 12:39:44.864350286 +0200
@@ -1,0 +2,7 @@
+Fri Jun 29 12:16:33 UTC 2018 - [email protected]
+
+- require p7zip-full for TW as 7z binary needed by perl-File-Unpack
+  was moved to this package (see bsc#899627 for more details about
+  this change)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-File-Unpack.spec ++++++
--- /var/tmp/diff_new_pack.7rUmY5/_old  2018-07-28 12:39:45.660351816 +0200
+++ /var/tmp/diff_new_pack.7rUmY5/_new  2018-07-28 12:39:45.660351816 +0200
@@ -20,7 +20,7 @@
 Version:        0.70
 Release:        0%{?dist}
 Summary:        An strong archive file unpacker, based on mime-types
-License:        GPL-1.0+ or Artistic-1.0
+License:        GPL-1.0-or-later OR Artistic-1.0
 Group:          Development/Libraries/Perl
 Source:         
http://search.cpan.org/CPAN/authors/id/J/JN/JNW/File-Unpack-%{version}.tar.gz
 Patch0:         fix-xml-test.diff
@@ -120,7 +120,12 @@
 BuildRequires:  genisoimage
 %endif
 BuildRequires:  gzip
+# Remove when p7zip-full is in all products
+%if 0%{suse_version} > 1500
+BuildRequires:  p7zip-full
+%else
 BuildRequires:  p7zip
+%endif
 BuildRequires:  rpm
 BuildRequires:  sharutils
 BuildRequires:  tar
@@ -135,7 +140,12 @@
 Requires:       genisoimage
 %endif
 Requires:       gzip
+# Remove when p7zip-full is in all products
+%if 0%{suse_version} > 1500
+Requires:       p7zip-full
+%else
 Requires:       p7zip
+%endif
 Requires:       rpm
 Requires:       sharutils
 Requires:       tar


Reply via email to