Hello community,

here is the log from the commit of package zchunk for openSUSE:Factory checked 
in at 2018-07-18 22:56:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zchunk (Old)
 and      /work/SRC/openSUSE:Factory/.zchunk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zchunk"

Wed Jul 18 22:56:56 2018 rev:2 rq:623614 version:0.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/zchunk/zchunk.changes    2018-07-10 
16:16:37.537425107 +0200
+++ /work/SRC/openSUSE:Factory/.zchunk.new/zchunk.changes       2018-07-18 
22:57:59.618154267 +0200
@@ -1,0 +2,17 @@
+Wed Jul 18 08:09:07 UTC 2018 - Martin Pluskal <[email protected]>
+
+- Do not manually specify dependencies which are automatically
+  generated
+- Make requirements of devel package less strict
+
+-------------------------------------------------------------------
+Tue Jul 17 12:46:26 UTC 2018 - Neal Gompa <[email protected]>
+
+- Update to 0.7.6
+  + SHA-512 and SHA-512/128 support
+  + New default chunk checksum type SHA-512/128
+  + Automatic chunking moved into libzck and is now default
+  + New option to disable automatic chunking
+  + Bugfixes
+
+-------------------------------------------------------------------

Old:
----
  zchunk-0.7.5.tar.gz

New:
----
  zchunk-0.7.6.tar.gz

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

Other differences:
------------------
++++++ zchunk.spec ++++++
--- /var/tmp/diff_new_pack.Cafmjl/_old  2018-07-18 22:58:00.074152755 +0200
+++ /var/tmp/diff_new_pack.Cafmjl/_new  2018-07-18 22:58:00.078152741 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package zchunk
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018 Neal Gompa <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,14 +20,12 @@
 %global somajor 1
 %global libname libzck%{somajor}
 %global devname libzck-devel
-
-
 Name:           zchunk
-Version:        0.7.5
+Version:        0.7.6
 Release:        0
 Summary:        Compressed file format that allows easy deltas
-Group:          Productivity/Archiving/Compression
 License:        BSD-2-Clause AND MIT
+Group:          Productivity/Archiving/Compression
 URL:            https://github.com/zchunk/zchunk
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  meson
@@ -34,7 +33,6 @@
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libzstd)
 BuildRequires:  pkgconfig(openssl)
-Requires:       %{libname}%{?_isa} = %{version}-%{release}
 Provides:       bundled(buzhash-urlblock) = 0.1
 
 %description
@@ -60,9 +58,8 @@
 %package -n %{devname}
 Summary:  Headers for building against zchunk
 Group:    Development/Libraries/C and C++
-Provides: %{name}-devel = %{name}-%{release}
-Provides: %{name}-devel%{?_isa} = %{name}-%{release}
-Requires: %{libname}%{?_isa} = %{version}-%{release}
+Requires:       %{libname} = %{version}
+Provides:       %{name}-devel = %{version}-%{release}
 
 %description -n %{devname}
 zchunk is a compressed file format that splits the file into independent
@@ -89,7 +86,6 @@
 %check
 %meson_test
 
-
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
@@ -111,5 +107,4 @@
 %{_libdir}/pkgconfig/zck.pc
 %{_includedir}/zck.h
 
-
 %changelog

++++++ zchunk-0.7.5.tar.gz -> zchunk-0.7.6.tar.gz ++++++
++++ 2138 lines of diff (skipped)


Reply via email to