Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvshadow for openSUSE:Factory checked in at 2021-11-27 00:51:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvshadow (Old) and /work/SRC/openSUSE:Factory/.libvshadow.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvshadow" Sat Nov 27 00:51:08 2021 rev:18 rq:933916 version:20211114 Changes: -------- --- /work/SRC/openSUSE:Factory/libvshadow/libvshadow.changes 2021-06-11 00:18:49.645332939 +0200 +++ /work/SRC/openSUSE:Factory/.libvshadow.new.1895/libvshadow.changes 2021-11-27 00:51:50.254695749 +0100 @@ -1,0 +2,12 @@ +Sun Nov 14 16:44:42 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 20211114 + * Recognize up to python3.11 during build + +------------------------------------------------------------------- +Sun Nov 14 12:45:41 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 20211113 + * No changelog was provided + +------------------------------------------------------------------- Old: ---- _service libvshadow-20210507.tar.xz New: ---- libvshadow-alpha-20211114.tar.gz libvshadow-alpha-20211114.tar.gz.asc libvshadow.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvshadow.spec ++++++ --- /var/tmp/diff_new_pack.qkR1zn/_old 2021-11-27 00:51:50.858693663 +0100 +++ /var/tmp/diff_new_pack.qkR1zn/_new 2021-11-27 00:51:50.858693663 +0100 @@ -18,16 +18,18 @@ %define lname libvshadow1 Name: libvshadow -Version: 20210507 +Version: 20211114 Release: 0 Summary: Library to access the Volume Shadow Snapshot (VSS) format License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: System/Filesystems URL: https://github.com/libyal/libvshadow -Source: %{name}-%{version}.tar.xz -Source1: Paper_-_Windowless_Shadow_Snapshots.pdf -Source2: Slides_-_Windowless_Shadow_Snapshots.pdf -Source3: Volume_Shadow_Snapshot_VSS_format.pdf +Source: https://github.com/libyal/libvshadow/releases/download/%version/libvshadow-alpha-%version.tar.gz +Source2: https://github.com/libyal/libvshadow/releases/download/%version/libvshadow-alpha-%version.tar.gz.asc +Source3: %name.keyring +Source11: Paper_-_Windowless_Shadow_Snapshots.pdf +Source12: Slides_-_Windowless_Shadow_Snapshots.pdf +Source13: Volume_Shadow_Snapshot_VSS_format.pdf Patch1: system-libs.patch BuildRequires: c_compiler BuildRequires: gettext-tools >= 0.18.1 @@ -45,7 +47,7 @@ BuildRequires: pkgconfig(libcthreads) >= 20200508 BuildRequires: pkgconfig(libfdatetime) >= 20180910 BuildRequires: pkgconfig(libfguid) >= 20180724 -BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(libuna) >= 20210801 BuildRequires: pkgconfig(python3) %description @@ -99,12 +101,10 @@ %prep %autosetup -p1 mkdir doc -cp %SOURCE1 . -cp %SOURCE2 . -cp "%SOURCE3" . +cp -av %_sourcedir/*.pdf . %build -if [ ! -e configure ]; then ./autogen.sh; fi +autoreconf -fi export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="%{optflags}" %configure --disable-static --enable-wide-character-type --enable-python3