Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvmdk for openSUSE:Factory checked in at 2021-11-27 00:51:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvmdk (Old) and /work/SRC/openSUSE:Factory/.libvmdk.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvmdk" Sat Nov 27 00:51:21 2021 rev:11 rq:933971 version:20210807 Changes: -------- --- /work/SRC/openSUSE:Factory/libvmdk/libvmdk.changes 2021-06-11 00:18:48.821331508 +0200 +++ /work/SRC/openSUSE:Factory/.libvmdk.new.1895/libvmdk.changes 2021-11-27 00:52:06.530639553 +0100 @@ -1,0 +2,6 @@ +Sun Nov 14 12:36:10 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 20210807 + * Python binding updates + +------------------------------------------------------------------- Old: ---- _service libvmdk-20210418.tar.xz New: ---- libvmdk-alpha-20210807.tar.gz libvmdk-alpha-20210807.tar.gz.asc libvmdk.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvmdk.spec ++++++ --- /var/tmp/diff_new_pack.WzBUqD/_old 2021-11-27 00:52:07.094637605 +0100 +++ /var/tmp/diff_new_pack.WzBUqD/_new 2021-11-27 00:52:07.098637592 +0100 @@ -18,14 +18,16 @@ %define lname libvmdk1 Name: libvmdk -Version: 20210418 +Version: 20210807 Release: 0 Summary: Library to access the VMware Virtual Disk (VMDK) format License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Productivity/File utilities URL: https://github.com/libyal/libvmdk/ -Source: %{name}-%{version}.tar.xz -Source2: VMWare_Virtual_Disk_Format_VMDK.pdf +Source: https://github.com/libyal/libvmdk/releases/download/%version/libvmdk-alpha-%version.tar.gz +Source2: https://github.com/libyal/libvmdk/releases/download/%version/libvmdk-alpha-%version.tar.gz.asc +Source3: %name.keyring +Source11: VMWare_Virtual_Disk_Format_VMDK.pdf Patch1: system-libs.patch BuildRequires: c_compiler BuildRequires: gettext-tools >= 0.18.1 @@ -44,7 +46,7 @@ BuildRequires: pkgconfig(libfcache) >= 20200708 BuildRequires: pkgconfig(libfdata) >= 20201129 BuildRequires: pkgconfig(libfvalue) >= 20210510 -BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(libuna) >= 20210801 BuildRequires: pkgconfig(python2) BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(zlib) @@ -124,10 +126,10 @@ %prep %autosetup -p1 -cp "%{SOURCE2}" . +cp %_sourcedir/*.pdf . %build -if [ ! -e configure ]; then ./autogen.sh; fi +autoreconf -fi %configure --disable-static --enable-wide-character-type --enable-python3 %make_build