Hello community,

here is the log from the commit of package libzip for openSUSE:Factory checked 
in at 2018-04-17 11:13:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzip (Old)
 and      /work/SRC/openSUSE:Factory/.libzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzip"

Tue Apr 17 11:13:07 2018 rev:35 rq:595912 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzip/libzip.changes    2018-04-05 
15:26:51.658521933 +0200
+++ /work/SRC/openSUSE:Factory/.libzip.new/libzip.changes       2018-04-17 
11:13:09.786662244 +0200
@@ -1,0 +2,18 @@
+Thu Apr 12 08:04:07 UTC 2018 - tchva...@suse.com
+
+- Compile the package in %build phase not during %install phase
+
+-------------------------------------------------------------------
+Wed Apr 11 13:35:23 UTC 2018 - 9+suse@cirno.systems
+
+- Update to version 1.5.1
+  * Choose format of installed documentation based on available tools.
+  * Fix visibility of symbols.
+  * Fix zipcmp directory support.
+  * Don’t set RPATH on Linux.
+  * Use Libs.private for link dependencies in pkg-config file.
+  * Fix build with LibreSSL.
+  * Various bugfixes.
+- Add groff to BuildRequires (so manpages get installed)
+
+-------------------------------------------------------------------

Old:
----
  libzip-1.5.0.tar.gz

New:
----
  libzip-1.5.1.tar.gz

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

Other differences:
------------------
++++++ libzip.spec ++++++
--- /var/tmp/diff_new_pack.MmCIn5/_old  2018-04-17 11:13:10.458630727 +0200
+++ /var/tmp/diff_new_pack.MmCIn5/_new  2018-04-17 11:13:10.458630727 +0200
@@ -18,7 +18,7 @@
 
 %define sover 5
 Name:           libzip
-Version:        1.5.0
+Version:        1.5.1
 Release:        0
 Summary:        C library for reading, creating, and modifying zip archives
 License:        BSD-3-Clause
@@ -31,6 +31,7 @@
 Patch2:         pkgconfig.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
+BuildRequires:  groff
 BuildRequires:  libbz2-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
@@ -84,7 +85,8 @@
 %autosetup -p1
 
 %build
-%cmake
+%cmake -DDOCUMENTATION_FORMAT=man
+make %{?_smp_mflags}
 
 %install
 %cmake_install

++++++ libzip-1.5.0.tar.gz -> libzip-1.5.1.tar.gz ++++++
++++ 9621 lines of diff (skipped)


Reply via email to