Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libdeflate for openSUSE:Factory 
checked in at 2023-01-21 19:11:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdeflate (Old)
 and      /work/SRC/openSUSE:Factory/.libdeflate.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdeflate"

Sat Jan 21 19:11:24 2023 rev:8 rq:1060058 version:1.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdeflate/libdeflate.changes    2022-10-04 
20:37:49.756925124 +0200
+++ /work/SRC/openSUSE:Factory/.libdeflate.new.32243/libdeflate.changes 
2023-01-21 19:11:35.353308051 +0100
@@ -1,0 +2,6 @@
+Thu Dec 29 22:30:08 UTC 2022 - Dirk Müller <[email protected]>
+
+- update to 1.15:
+  * libdeflate now uses CMake instead of a plain Makefile.
+
+-------------------------------------------------------------------

Old:
----
  libdeflate-1.14.tar.gz

New:
----
  libdeflate-1.15.tar.gz

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

Other differences:
------------------
++++++ libdeflate.spec ++++++
--- /var/tmp/diff_new_pack.ReU3Mp/_old  2023-01-21 19:11:35.833310791 +0100
+++ /var/tmp/diff_new_pack.ReU3Mp/_new  2023-01-21 19:11:35.837310814 +0100
@@ -19,12 +19,13 @@
 %define major 0
 %define libname %{name}%{major}
 Name:           libdeflate
-Version:        1.14
+Version:        1.15
 Release:        0
 Summary:        Library for DEFLATE/zlib/gzip compression and decompression
 License:        BSD-2-Clause
 URL:            https://github.com/ebiggers/libdeflate
 Source:         
https://github.com/ebiggers/libdeflate/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  cmake
 BuildRequires:  zlib-devel
 
 %description
@@ -67,10 +68,11 @@
 %autosetup -p1
 
 %build
-%make_build
+%cmake
+%cmake_build
 
 %install
-%make_install PREFIX="%{_prefix}" LIBDIR="%{_libdir}"
+%cmake_install
 find %{buildroot} -type f -name "*.a" -delete -print
 
 # Delete libdeflate-gunzip and replace with symlink libdeflate-gzip to fix dwz 
break with hardlink.
@@ -79,7 +81,7 @@
 ln -s ./libdeflate-gzip %{buildroot}%{_bindir}/libdeflate-gunzip
 
 %check
-%make_build check
+%ctest
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
@@ -96,6 +98,7 @@
 %doc README.md
 %{_includedir}/libdeflate.h
 %{_libdir}/libdeflate.so
+%{_libdir}/cmake/libdeflate
 %{_libdir}/pkgconfig/libdeflate.pc
 
 %changelog

++++++ libdeflate-1.14.tar.gz -> libdeflate-1.15.tar.gz ++++++
++++ 5183 lines of diff (skipped)

Reply via email to