Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zchunk for openSUSE:Factory checked 
in at 2021-04-29 22:44:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zchunk (Old)
 and      /work/SRC/openSUSE:Factory/.zchunk.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zchunk"

Thu Apr 29 22:44:37 2021 rev:10 rq:888805 version:1.1.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/zchunk/zchunk.changes    2021-01-08 
17:32:27.677158696 +0100
+++ /work/SRC/openSUSE:Factory/.zchunk.new.1947/zchunk.changes  2021-04-29 
22:44:49.408186191 +0200
@@ -1,0 +2,12 @@
+Mon Apr 26 21:13:02 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 1.1.9
+  * Handle zstd 1.4.7+
+  * Update documentation
+  * unzck: require a *.zck extension
+  * General bug fixes
+- Dropped upstream merged
+  d2eae512bee09a4047cfe586de12f644d73b0736.patch
+- Add fix-test-argp.patch: Fix argp detection
+
+-------------------------------------------------------------------

Old:
----
  d2eae512bee09a4047cfe586de12f644d73b0736.patch
  zchunk-1.1.5.tar.gz

New:
----
  fix-test-argp.patch
  zchunk-1.1.9.tar.gz

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

Other differences:
------------------
++++++ zchunk.spec ++++++
--- /var/tmp/diff_new_pack.06sFfu/_old  2021-04-29 22:44:49.940183822 +0200
+++ /var/tmp/diff_new_pack.06sFfu/_new  2021-04-29 22:44:49.944183804 +0200
@@ -22,14 +22,15 @@
 %global devname libzck-devel
 
 Name:           zchunk
-Version:        1.1.5
+Version:        1.1.9
 Release:        0
 Summary:        Compressed file format that allows easy deltas
 License:        BSD-2-Clause AND MIT
 Group:          Productivity/Archiving/Compression
 URL:            https://github.com/zchunk/zchunk
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
-Patch0:         
https://github.com/zchunk/zchunk/commit/d2eae512bee09a4047cfe586de12f644d73b0736.patch
+# PATCH-FIX-UPSTREAM https://github.com/zchunk/zchunk/pull/39
+Patch0:         fix-test-argp.patch
 BuildRequires:  meson >= 0.44.0
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl)
@@ -97,15 +98,16 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%doc README.md contrib
 %license LICENSE
+%doc README.md contrib
 %{_bindir}/zck*
 %{_bindir}/unzck
 %{_libexecdir}/zck_gen_xml_dictionary
+%{_mandir}/man1/unzck.1%{?ext_man}
+%{_mandir}/man1/zck*.1%{?ext_man}
 
 %files -n %{libname}
 %license LICENSE
-%doc README.md
 %{_libdir}/libzck.so.%{somajor}
 %{_libdir}/libzck.so.%{version}
 

++++++ fix-test-argp.patch ++++++
diff -Nur zchunk-1.1.9/meson.build new/meson.build
--- zchunk-1.1.9/meson.build    2020-12-30 23:47:08.000000000 +0100
+++ new/meson.build     2021-04-27 00:18:38.152514197 +0200
@@ -28,7 +28,7 @@
 
 curl_dep = dependency('libcurl')
 
-if build_machine.system() == 'darwin' or build_machine.system() == 'freebsd' 
or not cc.links('#include <argp.h>\nstatic error_t parse_opt (int key, char 
*arg, struct argp_state *state) { argp_usage(state); }; void main() {}')
+if build_machine.system() == 'darwin' or build_machine.system() == 'freebsd' 
or not cc.links('#include <argp.h>\nstatic error_t parse_opt (int key, char 
*arg, struct argp_state *state) { argp_usage(state); return 0; }; void main() 
{}')
     argplib = cc.find_library('argp')
 else
     argplib = dependency('', required : false)
++++++ zchunk-1.1.5.tar.gz -> zchunk-1.1.9.tar.gz ++++++
++++ 2150 lines of diff (skipped)

Reply via email to