Hello community,

here is the log from the commit of package quazip for openSUSE:Factory checked 
in at 2019-02-15 09:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quazip (Old)
 and      /work/SRC/openSUSE:Factory/.quazip.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quazip"

Fri Feb 15 09:55:43 2019 rev:17 rq:669069 version:0.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/quazip/quazip.changes    2017-06-17 
10:18:59.841538466 +0200
+++ /work/SRC/openSUSE:Factory/.quazip.new.28833/quazip.changes 2019-02-15 
09:55:44.799753405 +0100
@@ -1,0 +2,20 @@
+Sat Jan 26 19:16:10 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Use %license
+- Clean spec files
+- Project moved to GitHub
+- Update to 0.7.6:
+  * Fixed the Zip Slip vulnerability in JlCompress
+  * Renamed crypt.h to minizip_crypt.h to avoid conflicts
+- Update to 0.7.5:
+  * Fixed a migration artifact (additional subdirectory in the tarball)
+  * Fixed target_link_libraries call in CMakeLists
+  * Worked around a Qt 4.6 bug (QTBUG-15421) screwing up hidden
+    files handling in JlCompress::compressDir()
+  * Removed Q_FOREACH uses to avoid conflicts (SF patch #32)
+- Update to 0.7.4:
+  * Static analysis patch from Intel Deutschland GmbH
+  * Replaced UNUSED with QUAZIP_UNUSED to avoid name clashes
+   * Minor bug fixes
+
+-------------------------------------------------------------------

Old:
----
  quazip-0.7.3.tar.gz

New:
----
  quazip-0.7.6.tar.gz

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

Other differences:
------------------
++++++ quazip-qt5.spec ++++++
--- /var/tmp/diff_new_pack.KwPxq0/_old  2019-02-15 09:55:45.391753218 +0100
+++ /var/tmp/diff_new_pack.KwPxq0/_new  2019-02-15 09:55:45.395753217 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quazip-qt5
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,19 @@
 # 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/
 #
 
 
 %define  so_ver 1
 Name:           quazip-qt5
-Version:        0.7.3
+Version:        0.7.6
 Release:        0
 Summary:        C++ wrapper for ZIP/UNZIP
-License:        GPL-2.0+ or LGPL-2.1+
+License:        GPL-2.0-or-later OR LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://quazip.sourceforge.net/
-Source0:        
http://sourceforge.net/projects/quazip/files/quazip/%{version}/quazip-%{version}.tar.gz
+Url:            https://github.com/stachenov/quazip
+Source:         
https://github.com/stachenov/quazip/archive/%{version}.tar.gz#/quazip-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -33,7 +33,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(Qt5Core)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Qt5 toolkit.
@@ -90,19 +89,17 @@
 %postun -n libquazip5-%{so_ver} -p /sbin/ldconfig
 
 %files -n libquazip5-%{so_ver}
-%defattr(-,root,root,-)
-%doc COPYING* NEWS.txt README.txt
-%{_libdir}/*.so.*
+%license COPYING*
+%doc NEWS.txt README*
+%{_libdir}/libquazip5.so.%{so_ver}*
 
 %files devel
-%defattr(-,root,root,-)
-%doc COPYING*
+%license COPYING*
 %{_includedir}/quazip5/
-%{_libdir}/*.so
+%{_libdir}/libquazip5.so
 %{_datadir}/cmake/Modules/FindQuaZip5.cmake
 
 %files doc
-%defattr(-,root,root,-)
 %doc doc/html
 
 %changelog

++++++ quazip.spec ++++++
--- /var/tmp/diff_new_pack.KwPxq0/_old  2019-02-15 09:55:45.415753211 +0100
+++ /var/tmp/diff_new_pack.KwPxq0/_new  2019-02-15 09:55:45.423753208 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quazip
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,19 @@
 # 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/
 #
 
 
 %define  so_ver 1
 Name:           quazip
-Version:        0.7.3
+Version:        0.7.6
 Release:        0
 Summary:        C++ wrapper for ZIP/UNZIP
-License:        GPL-2.0+ or LGPL-2.1+
+License:        GPL-2.0-or-later OR LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://quazip.sourceforge.net/
-Source0:        
http://sourceforge.net/projects/quazip/files/quazip/%{version}/quazip-%{version}.tar.gz
+Url:            https://github.com/stachenov/quazip
+Source:         
https://github.com/stachenov/quazip/archive/%{version}.tar.gz#/quazip-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -33,7 +33,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(QtCore)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Qt4 toolkit.
@@ -92,18 +91,17 @@
 %postun -n libquazip%{so_ver} -p /sbin/ldconfig
 
 %files -n libquazip%{so_ver}
-%defattr(-,root,root,-)
-%doc COPYING* NEWS.txt README.txt
-%{_libdir}/*.so.*
+%license COPYING*
+%doc NEWS.txt README*
+%{_libdir}/libquazip.so.%{so_ver}*
 
 %files devel
-%defattr(-,root,root,-)
-%doc COPYING*
-%{_includedir}/*
-%{_libdir}/*.so
+%license COPYING*
+%{_includedir}/quazip
+%{_libdir}/libquazip.so
+%{_libdir}/pkgconfig/quazip.pc
 
 %files doc
-%defattr(-,root,root,-)
 %doc doc/html
 
 %changelog

++++++ quazip-0.7.3.tar.gz -> quazip-0.7.6.tar.gz ++++++
++++ 25272 lines of diff (skipped)


Reply via email to