Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ffcall for openSUSE:Factory checked 
in at 2021-05-06 22:52:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffcall (Old)
 and      /work/SRC/openSUSE:Factory/.ffcall.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffcall"

Thu May  6 22:52:47 2021 rev:13 rq:890920 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffcall/ffcall.changes    2019-10-22 
15:44:46.869671276 +0200
+++ /work/SRC/openSUSE:Factory/.ffcall.new.2988/ffcall.changes  2021-05-06 
22:53:22.766563379 +0200
@@ -1,0 +2,5 @@
+Thu May  6 07:50:57 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Move /etc/rpm/macros.ffcall to /usr/lib/rpm/macros.d/ (boo#1185666)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ffcall.spec ++++++
--- /var/tmp/diff_new_pack.uM1tHT/_old  2021-05-06 22:53:23.158561763 +0200
+++ /var/tmp/diff_new_pack.uM1tHT/_new  2021-05-06 22:53:23.162561746 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ffcall
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,7 @@
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/Other
 Provides:       %{name}-devel = %version-%release
-Url:            https://www.gnu.org/software/libffcall/
+URL:            https://www.gnu.org/software/libffcall/
 #               
https://git.savannah.gnu.org/cgit/libffcall.git/snapshot/libffcall-<version>.tar.gz
 Source0:        https://ftp.gnu.org/gnu/libffcall/libffcall-%{version}.tar.gz
 Source1:        
https://ftp.gnu.org/gnu/libffcall/libffcall-%{version}.tar.gz.sig
@@ -42,6 +42,10 @@
 Requires:       libffcall%{somajor} = %{version}
 ExclusiveArch:  %{ffcall_arches}
 
+%if ! %{defined _rpmmacrodir}
+%define _rpmmacrodir %{_sysconfdir}/rpm
+%endif
+
 %description
 This is a collection of four libraries which can be used to build
 foreign function call interfaces in embedded interpreters.  The four
@@ -111,8 +115,8 @@
 cd %{buildroot}%{_mandir}/man3
 
 # Advertise supported architectures
-mkdir -p %{buildroot}%{_sysconfdir}/rpm
-cat > %{buildroot}%{_sysconfdir}/rpm/macros.ffcall << EOF
+mkdir -p %{buildroot}%{_rpmmacrodir}
+cat > %{buildroot}%{_rpmmacrodir}/macros.%{name} << EOF
 # arches that ffcall supports
 %%ffcall_arches %{ffcall_arches}
 EOF
@@ -142,7 +146,7 @@
 %{_libdir}/*.so
 %{_includedir}/*
 %doc %{_mandir}/man*/*
-%config %{_sysconfdir}/rpm/macros.%{name}
+%{_rpmmacrodir}/macros.%{name}
 
 %files -n libffcall%{somajor}
 %defattr(-,root,root,-)

Reply via email to