Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2022-02-25 21:24:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/file (Old)
 and      /work/SRC/openSUSE:Factory/.file.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "file"

Fri Feb 25 21:24:48 2022 rev:124 rq:957248 version:5.41

Changes:
--------
--- /work/SRC/openSUSE:Factory/file/file.changes        2021-10-23 
00:50:20.409120977 +0200
+++ /work/SRC/openSUSE:Factory/.file.new.1958/file.changes      2022-02-25 
21:24:50.675635872 +0100
@@ -1,0 +2,20 @@
+Thu Feb 24 10:05:17 UTC 2022 - Dr. Werner Fink <wer...@suse.de>
+
+- Reenable libseccomp sandboxing 
+
+-------------------------------------------------------------------
+Thu Feb 24 08:41:32 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Fix previous entry: remove stray pkg-config call in CFLAGS (as it
+  was called without parameters, it only made output on stderr,
+  which did not impact CFLAGS; so de facto only a cleanup change).
+
+-------------------------------------------------------------------
+Mon Feb 21 17:09:56 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Drop pkgconfig(libseccomp) BuildRequires and stop injecting
+  libseccomp cflags into CFLAGS: libseccomp has been disabled for a
+  long time already.
+- Move the special 'check' part from install to %check.
+
+-------------------------------------------------------------------
@@ -4 +24 @@
-- Remove file-5.38-allow-readlinkat.dif as already doen in latest
+- Remove file-5.38-allow-readlinkat.dif as already done in latest

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

Other differences:
------------------
++++++ file.spec ++++++
--- /var/tmp/diff_new_pack.iscKJX/_old  2022-02-25 21:24:51.591636036 +0100
+++ /var/tmp/diff_new_pack.iscKJX/_new  2022-02-25 21:24:51.595636036 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,10 +22,10 @@
 Name:           file
 BuildRequires:  bash >= 4.0
 BuildRequires:  libtool
-BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libseccomp)
+BuildRequires:  pkgconfig(zlib)
 URL:            http://www.darwinsys.com/file/
 # bug437293
 %ifarch ppc64
@@ -139,7 +139,6 @@
 export CFLAGS="%{optflags} -DHOWMANY=69632 -fPIE $(pkg-config libseccomp 
--cflags)"
 %configure --disable-silent-rules --datadir=%{_miscdir} \
        --disable-static \
-       --disable-libseccomp \
        --enable-fsect-man5
 make %{?_smp_mflags} pkgdatadir='$(datadir)' LDFLAGS="-pie"
 
@@ -155,7 +154,9 @@
 %if %{with decore}
 install -s dcore %{buildroot}%{_bindir}
 %endif
+rm -f %{buildroot}%{_libdir}/*.la
 
+%check
 # Check out that the binary does not bail out:
 LD_LIBRARY_PATH=%{buildroot}%{_libdir}
 export LD_LIBRARY_PATH
@@ -166,7 +167,6 @@
        xargs %{buildroot}%{_bindir}/file -m %{buildroot}%{_miscdir}/magic
 done
 unset LD_LIBRARY_PATH
-rm -f %{buildroot}%{_libdir}/*.la
 
 %post -n %libname -p /sbin/ldconfig
 

++++++ python-magic.spec ++++++
--- /var/tmp/diff_new_pack.iscKJX/_old  2022-02-25 21:24:51.619636040 +0100
+++ /var/tmp/diff_new_pack.iscKJX/_new  2022-02-25 21:24:51.627636042 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-magic
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++++++ file-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.iscKJX/_old  2022-02-25 21:24:51.747636063 +0100
+++ /var/tmp/diff_new_pack.iscKJX/_new  2022-02-25 21:24:51.751636064 +0100
@@ -1,4 +1,3 @@
-addFilter(".*W:.*no-dependency-on file.*/file-libs/libfile.*")
 addFilter(".*W:.*name-repeated-in-summary.*")
 addFilter(".*:.*shlib-fixed-dependency.*")
 

Reply via email to