Hello community,

here is the log from the commit of package quazip for openSUSE:Factory checked 
in at 2017-06-17 10:18:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quazip (Old)
 and      /work/SRC/openSUSE:Factory/.quazip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quazip"

Sat Jun 17 10:18:55 2017 rev:16 rq:500540 version:0.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/quazip/quazip-qt5.changes        2015-11-24 
22:20:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.quazip.new/quazip-qt5.changes   2017-06-17 
10:18:58.777688535 +0200
@@ -1,0 +2,12 @@
+Tue May 30 11:30:52 UTC 2017 - [email protected]
+
+- Update to 0.7.3
+  * Symlink handling.
+  * Static linking exception for LGPL.
+  * Minor bug fixes.
+  * New JlCompress methods (QIODevice*-based API by Lukasz Kwiecinski)
+  * Implemented QuaZioDevice::atEnd() and bytesAvailable(). these
+    might break ABI, but pretty unlikely.
+- Drop quazip-0.7.1-r260.diff. Merged upstream
+
+-------------------------------------------------------------------
@@ -9,2 +21,2 @@
-- streamline quazip and libquaszip-qt5 specs
-- rename libquaszip-qt5.* to quaszip-qt5.*
+- streamline quazip and libquazip-qt5 specs
+- rename libquazip-qt5.* to quazip-qt5.*
quazip.changes: same change

Old:
----
  quazip-0.7.1-r260.diff
  quazip-0.7.1.tar.gz

New:
----
  quazip-0.7.3.tar.gz

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

Other differences:
------------------
++++++ quazip-qt5.spec ++++++
--- /var/tmp/diff_new_pack.ZkvVV5/_old  2017-06-17 10:19:00.705416605 +0200
+++ /var/tmp/diff_new_pack.ZkvVV5/_new  2017-06-17 10:19:00.705416605 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package quazip-qt5
 #
-# Copyright (c) 2015 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
@@ -17,44 +17,40 @@
 
 
 %define  so_ver 1
-
 Name:           quazip-qt5
-Version:        0.7.1
+Version:        0.7.3
 Release:        0
 Summary:        C++ wrapper for ZIP/UNZIP
 License:        GPL-2.0+ or LGPL-2.1+
 Group:          Development/Libraries/C and C++
-
 Url:            http://quazip.sourceforge.net/
 Source0:        
http://sourceforge.net/projects/quazip/files/quazip/%{version}/quazip-%{version}.tar.gz
-Patch0:         quazip-0.7.1-r260.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
+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.
 Useful to access ZIP archives from the Qt5 programs.
 
-%package -n libquazip5-%so_ver
+%package -n libquazip5-%{so_ver}
 Summary:        C++ wrapper for ZIP/UNZIP
 Group:          Development/Libraries/C and C++
 
-%description -n libquazip5-%so_ver
+%description -n libquazip5-%{so_ver}
 A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Qt5 toolkit.
 Useful to access ZIP archives from the Qt5 programs.
 
-
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
-Requires:       libquazip5-%so_ver = %{version}-%{release}
+Requires:       libquazip5-%{so_ver} = %{version}-%{release}
 Requires:       pkgconfig(Qt5Core)
 Provides:       libquazip-qt5-devel = %{version}
 Obsoletes:      libquazip-qt5-devel < %{version}
@@ -73,36 +69,34 @@
 A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Qt5 toolkit.
 Useful to access ZIP archives from the Qt5 programs.
 
-
 %prep
 %setup -q -n quazip-%{version}
-%patch0 -p1
 
 %build
 %cmake -DCMAKE_CXX_FLAGS="-fPIC"
 %make_jobs
 
 cd ..
-echo 'HTML_TIMESTAMP=NO' >> Doxyfile
+sed -i 's/HTML_TIMESTAMP\s*= YES/HTML_TIMESTAMP=NO/' Doxyfile
 doxygen -u
 doxygen
 
 %install
 cd build
 %make_install
-rm %{buildroot}/%{_libdir}/libquazip.a
-
-%post -n libquazip5-%so_ver -p /sbin/ldconfig
+rm %{buildroot}/%{_libdir}/libquazip5.a
 
-%postun -n libquazip5-%so_ver -p /sbin/ldconfig
+%post -n libquazip5-%{so_ver} -p /sbin/ldconfig
+%postun -n libquazip5-%{so_ver} -p /sbin/ldconfig
 
-%files -n libquazip5-%so_ver
+%files -n libquazip5-%{so_ver}
 %defattr(-,root,root,-)
 %doc COPYING* NEWS.txt README.txt
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root,-)
+%doc COPYING*
 %{_includedir}/quazip5/
 %{_libdir}/*.so
 %{_datadir}/cmake/Modules/FindQuaZip5.cmake

++++++ quazip.spec ++++++
--- /var/tmp/diff_new_pack.ZkvVV5/_old  2017-06-17 10:19:00.737412092 +0200
+++ /var/tmp/diff_new_pack.ZkvVV5/_new  2017-06-17 10:19:00.737412092 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package quazip
 #
-# Copyright (c) 2015 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
@@ -17,26 +17,23 @@
 
 
 %define  so_ver 1
-
 Name:           quazip
-Version:        0.7.1
+Version:        0.7.3
 Release:        0
 Summary:        C++ wrapper for ZIP/UNZIP
 License:        GPL-2.0+ or LGPL-2.1+
 Group:          Development/Libraries/C and C++
-
 Url:            http://quazip.sourceforge.net/
 Source0:        
http://sourceforge.net/projects/quazip/files/quazip/%{version}/quazip-%{version}.tar.gz
-Patch0:         quazip-0.7.1-r260.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
+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.
@@ -50,7 +47,6 @@
 A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Qt4 toolkit.
 Useful to access ZIP archives from the Qt programs.
 
-
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
@@ -69,25 +65,23 @@
 A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Qt4 toolkit.
 Useful to access ZIP archives from the Qt programs.
 
-
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-echo 'HTML_TIMESTAMP=NO' >> Doxyfile
 pushd quazip
-qmake PREFIX=%{_prefix} QMAKE_CFLAGS="%optflags" QMAKE_CXXFLAGS="%optflags 
-fvisibility-inlines-hidden"
-%__make %{?_smp_mflags}
+qmake PREFIX=%{_prefix} QMAKE_CFLAGS="%{optflags}" QMAKE_CXXFLAGS="%{optflags} 
-fvisibility-inlines-hidden"
+make %{?_smp_mflags}
 popd
+sed -i 's/HTML_TIMESTAMP\s*= YES/HTML_TIMESTAMP=NO/' Doxyfile
 doxygen -u
 doxygen
 
 %install
 pushd quazip
-%__make install INSTALL_ROOT=%{buildroot}
+make install INSTALL_ROOT=%{buildroot}
 if [ "%{_lib}" != "lib" ]; then
-  %__mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
+  mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
 fi
 popd
 pushd doc/html
@@ -95,7 +89,6 @@
 popd
 
 %post -n libquazip%{so_ver} -p /sbin/ldconfig
-
 %postun -n libquazip%{so_ver} -p /sbin/ldconfig
 
 %files -n libquazip%{so_ver}
@@ -105,6 +98,7 @@
 
 %files devel
 %defattr(-,root,root,-)
+%doc COPYING*
 %{_includedir}/*
 %{_libdir}/*.so
 

++++++ quazip-0.7.1.tar.gz -> quazip-0.7.3.tar.gz ++++++
++++ 32684 lines of diff (skipped)


Reply via email to