Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvhdi for openSUSE:Factory checked 
in at 2022-11-28 11:06:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvhdi (Old)
 and      /work/SRC/openSUSE:Factory/.libvhdi.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvhdi"

Mon Nov 28 11:06:49 2022 rev:15 rq:1038495 version:20221124

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvhdi/libvhdi.changes  2022-11-25 
13:11:49.739904315 +0100
+++ /work/SRC/openSUSE:Factory/.libvhdi.new.1597/libvhdi.changes        
2022-11-28 11:06:54.967711507 +0100
@@ -1,0 +2,6 @@
+Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Delete system-libs.patch (not needed - system libs are
+  autodetected)
+
+-------------------------------------------------------------------

Old:
----
  system-libs.patch

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

Other differences:
------------------
++++++ libvhdi.spec ++++++
--- /var/tmp/diff_new_pack.OWvc7A/_old  2022-11-28 11:06:55.595714681 +0100
+++ /var/tmp/diff_new_pack.OWvc7A/_new  2022-11-28 11:06:55.603714722 +0100
@@ -28,11 +28,8 @@
 Source2:        
https://github.com/libyal/libvhdi/releases/download/%version/libvhdi-alpha-%version.tar.gz.asc
 Source3:        %name.keyring
 Source8:        Virtual_Hard_Disk_VHD_image_format.pdf
-Patch1:         system-libs.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  c_compiler
-BuildRequires:  gettext-tools >= 0.21
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(libbfio) >= 20221025
@@ -49,19 +46,21 @@
 BuildRequires:  pkgconfig(libfguid) >= 20220113
 BuildRequires:  pkgconfig(libuna) >= 20220611
 %python_subpackages
+# Various notes: https://en.opensuse.org/libyal
 
 %description
 Library and tools to access the Virtual Hard Disk (VHD) image format.
 
-Read supported formats:
+Read-supported formats:
+
+* VHD version 1
 
-VHD version 1
 Supported image types:
 
-Fixed-size hard disk image
-Dynamic-size (or sparse) hard disk image
-Differential (or differencing) hard disk image
-Note that an undo disk image (.vud) is also a differential image
+* Fixed-size hard disk image
+* Dynamic-size (or sparse) hard disk image
+* Differential (or differencing) hard disk image
+* Note that an undo disk image (.vud) is also a differential image
 
 %package -n %{lname}
 Summary:        Library to access the VHD image format
@@ -71,15 +70,16 @@
 %description -n %{lname}
 Library to access the Virtual Hard Disk (VHD) image format.
 
-Read supported formats:
+Read-supported formats:
+
+* VHD version 1
 
-VHD version 1
 Supported image types:
 
-Fixed-size hard disk image
-Dynamic-size (or sparse) hard disk image
-Differential (or differencing) hard disk image
-Note that an undo disk image (.vud) is also a differential image
+* Fixed-size hard disk image
+* Dynamic-size (or sparse) hard disk image
+* Differential (or differencing) hard disk image
+* Note that an undo disk image (.vud) is also a differential image
 
 %package tools
 Summary:        Tools to access the VHD image format
@@ -106,15 +106,12 @@
 cp %_sourcedir/*.pdf .
 
 %build
-autoreconf -fi
-# OOT builds are presently broken, so we have to install
-# within each python iteration now, not in %%install.
 %{python_expand #
-# see libcdata for version-sc
 echo "V_%version { global: *; };" >v.sym
 %configure --disable-static --enable-wide-character-type \
        --enable-python PYTHON_VERSION="%{$python_bin_suffix}" \
        LDFLAGS="-Wl,--version-script=$PWD/v.sym"
+grep ' '' ''local' config.log && exit 1
 %make_build
 %make_install DESTDIR="%_builddir/rt"
 %make_build clean

Reply via email to