Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wimlib for openSUSE:Factory checked 
in at 2023-06-09 20:37:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wimlib (Old)
 and      /work/SRC/openSUSE:Factory/.wimlib.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wimlib"

Fri Jun  9 20:37:15 2023 rev:8 rq:1091349 version:1.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/wimlib/wimlib.changes    2022-09-13 
15:11:22.576978281 +0200
+++ /work/SRC/openSUSE:Factory/.wimlib.new.15902/wimlib.changes 2023-06-09 
20:38:22.402880243 +0200
@@ -1,0 +2,9 @@
+Mon Jun  5 05:46:25 UTC 2023 - Andreas Stieger <[email protected]>
+
+- update to 1.14.1:
+  * fuse3 support
+  * wimupdate now supports the --ref option for updating delta WIM
+  * better default behavior when converting to and from solid 
+    archives: wimoptimize --solid, and wimoptimize --compress=LZX
+
+-------------------------------------------------------------------

Old:
----
  wimlib-1.13.6.tar.gz

New:
----
  wimlib-1.14.1.tar.gz

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

Other differences:
------------------
++++++ wimlib.spec ++++++
--- /var/tmp/diff_new_pack.ZcoUQE/_old  2023-06-09 20:38:23.770888188 +0200
+++ /var/tmp/diff_new_pack.ZcoUQE/_new  2023-06-09 20:38:23.774888211 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wimlib
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,17 @@
 
 %define so_version 15
 Name:           wimlib
-Version:        1.13.6
+Version:        1.14.1
 Release:        0
 Summary:        Library to extract, create, modify, and mount WIM files
-License:        CC0-1.0 AND GPL-3.0-or-later AND LGPL-3.0-or-later
+License:        GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT
 Group:          Development/Libraries/C and C++
 URL:            https://wimlib.net
 Source:         https://wimlib.net/downloads/wimlib-%{version}.tar.gz
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(fuse)
+BuildRequires:  pkgconfig(fuse3)
 BuildRequires:  pkgconfig(libntfs-3g)
-BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(openssl)
 
 %description
 Tools to create, extract, modify, and mount files in the Windows Imaging Format
@@ -69,15 +67,16 @@
 %postun -n libwim%{so_version} -p /sbin/ldconfig
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%configure --disable-static \
-           --with-libcrypto    \
+%configure \
+       --disable-static \
            --with-ntfs-3g \
-           --with-fuse
+       --with-fuse \
+       %{nil}
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -86,18 +85,20 @@
 rm %{buildroot}%{_libdir}/libwim.la
 
 %files -n wimtools
+%license COPYING COPYING.GPLv3 COPYING.LGPLv3
+%doc NEWS.md README.md
 %{_bindir}/mkwinpeimg
 %{_bindir}/wim*
 %{_mandir}/man1/*.1%{?ext_man}
 
 %files devel
-%doc README
+%license COPYING COPYING.GPLv3 COPYING.LGPLv3
 %{_libdir}/libwim.so
 %{_includedir}/wimlib.h
 %{_libdir}/pkgconfig/wimlib.pc
 
 %files -n libwim%{so_version}
-%license COPYING*
+%license COPYING COPYING.GPLv3 COPYING.LGPLv3
 %{_libdir}/libwim.so.*
 
 %changelog

++++++ wimlib-1.13.6.tar.gz -> wimlib-1.14.1.tar.gz ++++++
++++ 20932 lines of diff (skipped)

Reply via email to