commit zpaq for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package zpaq for openSUSE:Factory checked in 
at 2018-02-27 17:00:12

Comparing /work/SRC/openSUSE:Factory/zpaq (Old)
 and  /work/SRC/openSUSE:Factory/.zpaq.new (New)


Package is "zpaq"

Tue Feb 27 17:00:12 2018 rev:7 rq:580566 version:7.15

Changes:

--- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes2018-02-20 
17:56:32.851283756 +0100
+++ /work/SRC/openSUSE:Factory/.zpaq.new/zpaq.changes   2018-02-27 
17:00:31.178488353 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 09:49:43 UTC 2018 - jeng...@inai.de
+
+- Trim Windows mention. Compact description.
+
+---



Other differences:
--
++ zpaq.spec ++
--- /var/tmp/diff_new_pack.b2QCNe/_old  2018-02-27 17:00:32.430443118 +0100
+++ /var/tmp/diff_new_pack.b2QCNe/_new  2018-02-27 17:00:32.434442974 +0100
@@ -20,10 +20,10 @@
 Name:   zpaq
 Version:7.15
 Release:0
-Summary:A journaling, incremental, deduplicating archiver for Windows 
and Linux
+Summary:A journaling, incremental, deduplicating archiver
 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
@@ -31,19 +31,14 @@
 BuildRequires:  unzip
 
 %description
-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.
+zpaq is a journaling, incremental, deduplicating archiver.
+"Journaling" means that when you update a file or directory, both the
+old and new versions are saved and can be extracted. "Incremental"
+means 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.
 
 %prep
 %setup -q -c %{name}%{dversion}





commit zpaq for openSUSE:Factory

2018-02-20 Thread root
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.changes2016-10-31 
09:54:59.0 +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 - aloi...@gmx.com
+
+- 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 sover0.1
-%define sonum0_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
-
-%packagedevel
-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 

commit zpaq for openSUSE:Factory

2016-10-31 Thread h_root
Hello community,

here is the log from the commit of package zpaq for openSUSE:Factory checked in 
at 2016-10-31 09:54:58

Comparing /work/SRC/openSUSE:Factory/zpaq (Old)
 and  /work/SRC/openSUSE:Factory/.zpaq.new (New)


Package is "zpaq"

Changes:

--- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes2016-05-10 
09:27:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.zpaq.new/zpaq.changes   2016-10-31 
09:54:59.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 23 06:21:00 UTC 2016 - mplus...@suse.com
+
+- Small package cleanup and rename of devel package
+
+---



Other differences:
--
++ zpaq.spec ++
--- /var/tmp/diff_new_pack.V96hLj/_old  2016-10-31 09:55:00.0 +0100
+++ /var/tmp/diff_new_pack.V96hLj/_new  2016-10-31 09:55:00.0 +0100
@@ -70,12 +70,14 @@
 
 This package contains shared library
 
-%package  -n %{soname}-devel
+%packagedevel
 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 -n %{soname}-devel
+%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
@@ -128,7 +130,7 @@
 %doc COPYING
 %{_libdir}/%{soname}.so.%{sover}
 
-%files -n %{soname}-devel
+%files  devel
 %defattr(-,root,root,-)
 %doc COPYING
 %{_libdir}/%{soname}.so





commit zpaq for openSUSE:Factory

2016-05-10 Thread h_root
Hello community,

here is the log from the commit of package zpaq for openSUSE:Factory checked in 
at 2016-05-10 09:27:45

Comparing /work/SRC/openSUSE:Factory/zpaq (Old)
 and  /work/SRC/openSUSE:Factory/.zpaq.new (New)


Package is "zpaq"

Changes:

--- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes2016-03-26 
15:24:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.zpaq.new/zpaq.changes   2016-05-10 
09:27:46.0 +0200
@@ -1,0 +2,19 @@
+Sat May  7 17:33:43 UTC 2016 - mplus...@suse.com
+
+- Update to 7.13
+  * Removes requirement for separate  WinXP version. Fixes Intel 
+and VS 2015 compiler errors. 
+  * Removes multi-part archive support, -nodelete, add -test, and 
+-key prompt.
+  * Updated Makefile to link libzpaq.o statically.
+  * Fixes bug in extracting streaming archive with empty first 
+file name.
+  * Adds multi-part archives, -index. Some UI changes. Updates 
+libzpaq.h, zpaq.pod.
+  * Adds -repack, -encrypt. Updates libzpaq.cpp, zpaq.pod
+  * Faster extract. Removes -encrypt (combined with -repack). 
+Updates libzpaq.h, zpaq.pod. Apr. 29, 2016: added 
+zpaq-gcc481.exe for older machines.
+  * Adds support for sparse files in Windows.
+
+---

Old:

  zpaq707.zip

New:

  zpaq713.zip



Other differences:
--
++ zpaq.spec ++
--- /var/tmp/diff_new_pack.YlV1qD/_old  2016-05-10 09:27:47.0 +0200
+++ /var/tmp/diff_new_pack.YlV1qD/_new  2016-05-10 09:27:47.0 +0200
@@ -19,9 +19,9 @@
 %define soname   lib%{name}
 %define sover0.1
 %define sonum0_1
-%define dversion 707
+%define dversion 713
 Name:   zpaq
-Version:7.07
+Version:7.13
 Release:0
 Summary:A journaling, incremental, deduplicating archiver for Windows 
and Linux
 License:SUSE-Public-Domain and MIT




commit zpaq for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package zpaq for openSUSE:Factory checked in 
at 2016-03-26 15:24:35

Comparing /work/SRC/openSUSE:Factory/zpaq (Old)
 and  /work/SRC/openSUSE:Factory/.zpaq.new (New)


Package is "zpaq"

Changes:

--- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes2016-01-04 
09:22:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.zpaq.new/zpaq.changes   2016-03-26 
15:24:36.0 +0100
@@ -1,0 +2,12 @@
+Sun Mar 19 14:03:25 UTC 2016 - mplus...@suse.com
+
+- Update to version 7.07
+  * Fixes v7.06 bug in creating multipart encrypted archives with
+incorrectly salted index
+- Changes for 7.06
+  * Fixes handling of some corrupted archives. Conforms to new spec
+zpaq205.pdf. New man page, Makefile, COPYING
+- Ship shared library and devel package as well
+- Various spec file improvements
+
+---

Old:

  zpaq705.zip

New:

  zpaq707.zip



Other differences:
--
++ zpaq.spec ++
--- /var/tmp/diff_new_pack.CmHDmU/_old  2016-03-26 15:24:38.0 +0100
+++ /var/tmp/diff_new_pack.CmHDmU/_new  2016-03-26 15:24:38.0 +0100
@@ -16,31 +16,85 @@
 #
 
 
+%define soname   lib%{name}
+%define sover0.1
+%define sonum0_1
+%define dversion 707
 Name:   zpaq
-Version:7.05
+Version:7.07
 Release:0
 Summary:A journaling, incremental, deduplicating archiver for Windows 
and Linux
 License:SUSE-Public-Domain and MIT
 Group:  Productivity/Archiving/Compression
 Url:http://mattmahoney.net/dc/zpaq.html
-Source0:http://mattmahoney.net/dc/zpaq705.zip
+Source0:http://mattmahoney.net/dc/zpaq%{dversion}.zip
 Source1:%{name}.changes
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
-BuildRequires:  help2man
 BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-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 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.
+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.
+
+%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  -n %{soname}-devel
+Summary:Development files for zpaq
+Group:  Development/Languages/C and C++
+Requires:   %{soname}%{sonum} = %{version}-%{release}
+
+%description -n %{soname}-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 

commit zpaq for openSUSE:Factory

2016-01-04 Thread h_root
Hello community,

here is the log from the commit of package zpaq for openSUSE:Factory checked in 
at 2016-01-04 09:22:02

Comparing /work/SRC/openSUSE:Factory/zpaq (Old)
 and  /work/SRC/openSUSE:Factory/.zpaq.new (New)


Package is "zpaq"

Changes:

--- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes2015-04-21 
10:51:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.zpaq.new/zpaq.changes   2016-01-04 
09:22:29.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan  3 14:03:56 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 7.05
+  * Fixed -method 111
+  * fixes a valgrind warning (LZ77 read past end of input).
+
+---

Old:

  zpaq704.zip

New:

  zpaq705.zip



Other differences:
--
++ zpaq.spec ++
--- /var/tmp/diff_new_pack.E4ejsi/_old  2016-01-04 09:22:30.0 +0100
+++ /var/tmp/diff_new_pack.E4ejsi/_new  2016-01-04 09:22:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zpaq
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,13 +17,13 @@
 
 
 Name:   zpaq
-Version:7.04
+Version:7.05
 Release:0
 Summary:A journaling, incremental, deduplicating archiver for Windows 
and Linux
 License:SUSE-Public-Domain and MIT
 Group:  Productivity/Archiving/Compression
 Url:http://mattmahoney.net/dc/zpaq.html
-Source0:http://mattmahoney.net/dc/zpaq704.zip
+Source0:http://mattmahoney.net/dc/zpaq705.zip
 Source1:%{name}.changes
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++