Hello community,
here is the log from the commit of package rpm-config-SUSE for openSUSE:Factory
checked in at 2019-11-18 19:58:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm-config-SUSE (Old)
and /work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm-config-SUSE"
Mon Nov 18 19:58:12 2019 rev:13 rq:748133 version:0.g45
Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm-config-SUSE/rpm-config-SUSE.changes
2019-11-11 12:57:05.769481003 +0100
+++
/work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.26869/rpm-config-SUSE.changes
2019-11-18 19:58:27.965952092 +0100
@@ -1,0 +2,6 @@
+Wed Nov 06 09:45:08 UTC 2019 - [email protected]
+
+- Update to version 0.g45:
+ * Use -flto=auto for _lto_cflags for now
+
+-------------------------------------------------------------------
Old:
----
rpm-config-SUSE-0.g44.tar.xz
New:
----
rpm-config-SUSE-0.g45.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rpm-config-SUSE.spec ++++++
--- /var/tmp/diff_new_pack.p02egp/_old 2019-11-18 19:58:28.937951605 +0100
+++ /var/tmp/diff_new_pack.p02egp/_new 2019-11-18 19:58:28.941951602 +0100
@@ -18,7 +18,7 @@
Name: rpm-config-SUSE
-Version: 0.g44
+Version: 0.g45
Release: 0
Summary: SUSE specific RPM configuration files
License: GPL-2.0-or-later
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.p02egp/_old 2019-11-18 19:58:29.009951568 +0100
+++ /var/tmp/diff_new_pack.p02egp/_new 2019-11-18 19:58:29.009951568 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpm-config-SUSE</param>
- <param
name="changesrevision">4b56a3a9a7e3ad95405d1fb0c7900e138db99809</param>
+ <param
name="changesrevision">53070dccbb7c52871ffff4059137f2df83796d49</param>
</service>
</servicedata>
\ No newline at end of file
++++++ rpm-config-SUSE-0.g44.tar.xz -> rpm-config-SUSE-0.g45.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rpm-config-SUSE-0.g44/suse_macros.in
new/rpm-config-SUSE-0.g45/suse_macros.in
--- old/rpm-config-SUSE-0.g44/suse_macros.in 2019-10-29 11:25:49.000000000
+0100
+++ new/rpm-config-SUSE-0.g45/suse_macros.in 2019-11-06 10:42:59.000000000
+0100
@@ -300,6 +300,6 @@
%requires_ge() %(echo '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name}
>= %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v
"is not")
%__perl /usr/bin/perl
-# to be removed when no longer needed
-%_lto_cflags %nil
+# to be removed when no longer needed (when gcc-10.1 is in Factory)
+%_lto_cflags -flto=auto