Hello community, here is the log from the commit of package zpaq for openSUSE:Factory checked in at 2018-02-20 17:56:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zpaq (Old) and /work/SRC/openSUSE:Factory/.zpaq.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zpaq" Tue Feb 20 17:56:22 2018 rev:6 rq:578267 version:7.15 Changes: -------- --- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes 2016-10-31 09:54:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.zpaq.new/zpaq.changes 2018-02-20 17:56:32.851283756 +0100 @@ -1,0 +2,11 @@ +Mon Feb 19 11:57:39 UTC 2018 - [email protected] + +- Update to version 7.15 + * Fixes incorrect JIT assembly of "a+= 128" in libzpaq. + version 7.14 + * Faster backup to a network drive. + +- Upstream removed separate shared library and so we drop + -devel and libzpaq subpackages + +------------------------------------------------------------------- Old: ---- zpaq713.zip New: ---- zpaq715.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zpaq.spec ++++++ --- /var/tmp/diff_new_pack.BA2l8N/_old 2018-02-20 17:56:36.011169979 +0100 +++ /var/tmp/diff_new_pack.BA2l8N/_new 2018-02-20 17:56:36.015169835 +0100 @@ -1,7 +1,7 @@ # # spec file for package zpaq # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -16,23 +16,19 @@ # -%define soname lib%{name} -%define sover 0.1 -%define sonum 0_1 -%define dversion 713 +%define dversion 715 Name: zpaq -Version: 7.13 +Version: 7.15 Release: 0 Summary: A journaling, incremental, deduplicating archiver for Windows and Linux -License: SUSE-Public-Domain and MIT +License: SUSE-Public-Domain AND MIT Group: Productivity/Archiving/Compression -Url: http://mattmahoney.net/dc/zpaq.html +URL: http://mattmahoney.net/dc/zpaq.html Source0: http://mattmahoney.net/dc/zpaq%{dversion}.zip Source1: %{name}.changes BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: unzip -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description zpaq is a journaling, incremental, deduplicating archiver for Windows and @@ -49,51 +45,6 @@ that identical files or fragments are stored only once to save time and space. -%package -n %{soname}%{sonum} -Summary: Shared library for zpaq -Group: System/Libraries - -%description -n %{soname}%{sonum} -zpaq is a journaling, incremental, deduplicating archiver for Windows and -Linux. "Journaling" means that when you update a file or directory, both -the old and new versions are saved. You can extract from the archive as it -existed at any time in the past. "Incremental", means that when you back up -your entire hard drive, for example: - - zpaq -add e:backup.zpaq c:\* - -that only those files whose last-modified date has changed since the -previous backup are added. For 100 GB of files, this typically takes 1-2 -minutes, vs. a few hours to create the first version. "Deduplicating" means -that identical files or fragments are stored only once to save time and -space. - -This package contains shared library - -%package devel -Summary: Development files for zpaq -Group: Development/Languages/C and C++ -Requires: %{soname}%{sonum} = %{version}-%{release} -Provides: %{soname}-devel = %{version} -Obsoletes: %{soname}-devel < %{version} - -%description devel -zpaq is a journaling, incremental, deduplicating archiver for Windows and -Linux. "Journaling" means that when you update a file or directory, both -the old and new versions are saved. You can extract from the archive as it -existed at any time in the past. "Incremental", means that when you back up -your entire hard drive, for example: - - zpaq -add e:backup.zpaq c:\* - -that only those files whose last-modified date has changed since the -previous backup are added. For 100 GB of files, this typically takes 1-2 -minutes, vs. a few hours to create the first version. "Deduplicating" means -that identical files or fragments are stored only once to save time and -space. - -This package contains development files - %prep %setup -q -c %{name}%{dversion} dos2unix readme.txt COPYING @@ -116,24 +67,10 @@ MANDIR="%{_mandir}" \ INCLUDEDIR="%{_includedir}" \ -%post -n %{soname}%{sonum} -p /sbin/ldconfig -%postun -n %{soname}%{sonum} -p /sbin/ldconfig - %files -%defattr(-,root,root,-) -%doc COPYING readme.txt +%doc readme.txt +%license COPYING %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{ext_man} -%files -n %{soname}%{sonum} -%defattr(-,root,root,-) -%doc COPYING -%{_libdir}/%{soname}.so.%{sover} - -%files devel -%defattr(-,root,root,-) -%doc COPYING -%{_libdir}/%{soname}.so -%{_includedir}/%{soname}.h - %changelog
