Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libuna"

Mon Nov 28 11:06:48 2022 rev:20 rq:1038494 version:20220611

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuna/libuna.changes    2022-08-30 
14:50:10.352226449 +0200
+++ /work/SRC/openSUSE:Factory/.libuna.new.1597/libuna.changes  2022-11-28 
11:06:53.851706043 +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:
------------------
++++++ libuna.spec ++++++
--- /var/tmp/diff_new_pack.vBR3LU/_old  2022-11-28 11:06:54.379708628 +0100
+++ /var/tmp/diff_new_pack.vBR3LU/_new  2022-11-28 11:06:54.391708687 +0100
@@ -35,10 +35,7 @@
 Source2:        
https://github.com/libyal/libuna/releases/download/%version/libuna-alpha-%version.tar.gz.asc
 Source3:        libuna.keyring
 Source99:       libuna-rpmlintrc
-Patch1:         system-libs.patch
 BuildRequires:  c_compiler
-BuildRequires:  gettext-tools >= 0.18.1
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcdatetime) >= 20220104
 BuildRequires:  pkgconfig(libcerror) >= 20220101
@@ -47,6 +44,7 @@
 %endif
 BuildRequires:  pkgconfig(libclocale) >= 20220107
 BuildRequires:  pkgconfig(libcnotify) >= 20220108
+# Various notes: https://en.opensuse.org/libyal
 
 %description
 libuna is a library to support Unicode and ASCII (byte string)
@@ -91,8 +89,6 @@
 %autosetup -p1 -n libuna-%version
 
 %build
-autoreconf -fi
-# see libcdata for version-sc
 echo "V_%version { global: *; };" >v.sym
 %configure \
 %if "@BUILD_FLAVOR@" == "mini"
@@ -100,11 +96,18 @@
 %endif
        --disable-static --enable-wide-character-type \
        LDFLAGS="-Wl,--version-script=$PWD/v.sym"
+%if "@BUILD_FLAVOR@" != "mini"
+grep '  local' config.log && exit 1
+%endif
 %make_build
 
 %install
 %make_install
-rm -f "%buildroot/%_libdir"/*.la
+b="%buildroot"
+rm -f "$b/%_libdir"/*.la
+%if "@BUILD_FLAVOR@" == "mini"
+rm -Rf "$b/%_bindir" "$b/%_mandir/man1"
+%endif
 
 %post   -n %lname%psuffix -p /sbin/ldconfig
 %postun -n %lname%psuffix -p /sbin/ldconfig

Reply via email to