Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libzbc for openSUSE:Factory checked 
in at 2021-06-04 00:33:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzbc (Old)
 and      /work/SRC/openSUSE:Factory/.libzbc.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzbc"

Fri Jun  4 00:33:13 2021 rev:18 rq:894937 version:5.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzbc/libzbc.changes    2020-08-03 
14:12:11.856307248 +0200
+++ /work/SRC/openSUSE:Factory/.libzbc.new.1898/libzbc.changes  2021-06-04 
00:33:15.956877222 +0200
@@ -1,0 +2,8 @@
+Sat May 22 10:50:43 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 5.10
+  * Fix the block backend driver to always issue a reset zone ioctl
+  * Fix the fake backend driver zbc_fake_set_write_pointer() function
+  * Fix the tools command line parsing and error messages
+
+-------------------------------------------------------------------

Old:
----
  v5.9.0.tar.gz

New:
----
  v5.10.0.tar.gz

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

Other differences:
------------------
++++++ libzbc.spec ++++++
--- /var/tmp/diff_new_pack.zzdKZ2/_old  2021-06-04 00:33:16.436877595 +0200
+++ /var/tmp/diff_new_pack.zzdKZ2/_new  2021-06-04 00:33:16.436877595 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libzbc
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:           libzbc
-%define lname   libzbc-5_9_0
-Version:        5.9.0
+%define lname   libzbc-5_10_0
+Version:        5.10.0
 Release:        0
 Summary:        Library for manipulating ZBC and ZAC disks
 License:        BSD-2-Clause AND LGPL-3.0-or-later
 Group:          Hardware/Other
-URL:            https://github.com/hgst/libzbc
+URL:            https://github.com/westerndigitalcorporation/libzbc
 
-Source:         https://github.com/hgst/libzbc/archive/v%version.tar.gz
+Source:         
https://github.com/westerndigitalcorporation/libzbc/archive/v%version.tar.gz
 BuildRequires:  autoconf-archive
 BuildRequires:  libtool >= 2
 BuildRequires:  pkg-config
@@ -81,25 +81,27 @@
 
 %build
 autoreconf -fi
-mkdir obj
-pushd obj/
-%define _configure ../configure
+#mkdir obj
+#pushd obj/
+#define _configure ../configure
+# includedir intentional, cf. bugzilla.opensuse.org/795968
 %configure --disable-static --includedir="%_includedir/%name" 
CFLAGS="%optflags -fno-common"
-make %{?_smp_mflags}
-popd
+%make_build
+#popd
 
 %install
-%make_install -C obj
+%make_install
 find "%buildroot/%_libdir" -type f -name "*.la" -delete
 
 %check
-make -C obj check %{?_smp_mflags}
+%make_build check
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files tools
 %_bindir/zbc_*
+%_mandir/man*/*z*
 %license COPYING.LESSER
 
 %files gui

++++++ v5.9.0.tar.gz -> v5.10.0.tar.gz ++++++
++++ 9678 lines of diff (skipped)

Reply via email to