Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libvshadow"

Mon Nov 28 11:06:52 2022 rev:22 rq:1038498 version:20221030

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvshadow/libvshadow.changes    2022-11-01 
13:43:05.764064563 +0100
+++ /work/SRC/openSUSE:Factory/.libvshadow.new.1597/libvshadow.changes  
2022-11-28 11:06:57.547724710 +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:
------------------
++++++ libvshadow.spec ++++++
--- /var/tmp/diff_new_pack.Tz0cWP/_old  2022-11-28 11:06:58.131727711 +0100
+++ /var/tmp/diff_new_pack.Tz0cWP/_new  2022-11-28 11:06:58.135727731 +0100
@@ -30,11 +30,8 @@
 Source11:       Paper_-_Windowless_Shadow_Snapshots.pdf
 Source12:       Slides_-_Windowless_Shadow_Snapshots.pdf
 Source13:       Volume_Shadow_Snapshot_VSS_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(fuse)
@@ -51,6 +48,7 @@
 BuildRequires:  pkgconfig(libfguid) >= 20220113
 BuildRequires:  pkgconfig(libuna) >= 20220611
 %python_subpackages
+# Various notes: https://en.opensuse.org/libyal
 
 %description
 Library and tools to access the Volume Shadow Snapshot (VSS) format.
@@ -67,11 +65,6 @@
 The VSS format is used by Windows, as of Vista, to maintain copies of
 data on a storage media volume.
 
-The package contains %{_docdir}/%{name}:
-
-    OSDFC 2012: Paper - Windowless Shadow Snapshots
-    OSDFC 2012: Slides - Windowless Shadow Snapshots
-
 %package        tools
 Summary:        Tools to access the Volume Shadow Snapshot (VSS) format
 License:        LGPL-3.0-or-later
@@ -92,23 +85,25 @@
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
+The package contains %{_docdir}/%{name}:
+
+* OSDFC 2012: Paper - Windowless Shadow Snapshots
+* OSDFC 2012: Slides - Windowless Shadow Snapshots
+
 %prep
 %autosetup -p1
 mkdir doc
 cp -av %_sourcedir/*.pdf .
 
 %build
-autoreconf -fi
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="%{optflags}"
-# 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
@@ -123,7 +118,6 @@
 
 %files -n %{lname}
 %license COPYING*
-%doc doc
 %{_libdir}/*.so.*
 
 %files -n %name-tools

Reply via email to