Hello community,

here is the log from the commit of package libarchive for openSUSE:Factory 
checked in at 2017-04-25 08:57:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libarchive (Old)
 and      /work/SRC/openSUSE:Factory/.libarchive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libarchive"

Tue Apr 25 08:57:55 2017 rev:28 rq:489082 version:3.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes    2016-12-04 
15:06:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libarchive.new/libarchive.changes       
2017-04-25 08:57:57.245075992 +0200
@@ -1,0 +2,8 @@
+Mon Apr  3 14:44:27 UTC 2017 - [email protected]
+
+- update to version 3.3.1
+  * Security & Feature release
+    Details are not documented from upstream yet
+    fix-extract-over-links.patch and libarchive-openssl.patch obsoleted
+
+-------------------------------------------------------------------

Old:
----
  fix-extract-over-links.patch
  libarchive-3.2.2.tar.gz
  libarchive-openssl.patch

New:
----
  libarchive-3.3.1.tar.gz

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

Other differences:
------------------
++++++ libarchive.spec ++++++
--- /var/tmp/diff_new_pack.EAVbKm/_old  2017-04-25 08:57:59.152806240 +0200
+++ /var/tmp/diff_new_pack.EAVbKm/_new  2017-04-25 08:57:59.156805675 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libarchive
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,7 @@
 %define libname libarchive%{somajor}
 
 Name:           libarchive
-Version:        3.2.2
+Version:        3.3.1
 Release:        0
 Summary:        Creates and reads several different streaming archive formats
 License:        BSD-2-Clause
@@ -41,8 +41,6 @@
 Url:            http://www.libarchive.org/
 Source0:        
http://www.libarchive.org/downloads/libarchive-%{version}.tar.gz
 Source1:        baselibs.conf
-# PATCH-FIX-OPENSUSE the problem is solved upstream different, but git master 
is too different atm.
-Patch0:         fix-extract-over-links.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libacl-devel
 BuildRequires:  libbz2-devel
@@ -57,7 +55,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  xz-devel
 BuildRequires:  zlib-devel
-Patch1:         libarchive-openssl.patch
 
 %description
 Libarchive is a programming library that can create and read several
@@ -164,10 +161,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%if %{with openssl}
-%patch1 -p0
-%endif
 
 %build
 %if !0%{?skip_autoreconf}
@@ -187,7 +180,8 @@
 make %{?_smp_mflags}
 
 %check
-make check
+# test suite is a bit racy unfortunatly, so give it three attempts
+make check || make check || make check
 
 %install
 %makeinstall

++++++ libarchive-3.2.2.tar.gz -> libarchive-3.3.1.tar.gz ++++++
++++ 75380 lines of diff (skipped)


Reply via email to