Hello community,
here is the log from the commit of package rpm-config-SUSE for openSUSE:Factory
checked in at 2019-11-11 12:57:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm-config-SUSE (Old)
and /work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm-config-SUSE"
Mon Nov 11 12:57:03 2019 rev:12 rq:745450 version:0.g44
Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm-config-SUSE/rpm-config-SUSE.changes
2019-10-28 16:43:25.848476828 +0100
+++
/work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.2990/rpm-config-SUSE.changes
2019-11-11 12:57:05.769481003 +0100
@@ -1,0 +2,7 @@
+Tue Oct 29 10:26:17 UTC 2019 - [email protected]
+
+- Update to version 0.g44:
+ * Sync specfile changes
+ * Add _lto_cflags to suse_macros for now
+
+-------------------------------------------------------------------
Old:
----
rpm-config-SUSE-0.g42.tar.xz
New:
----
rpm-config-SUSE-0.g44.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rpm-config-SUSE.spec ++++++
--- /var/tmp/diff_new_pack.K8WF5r/_old 2019-11-11 12:57:06.445481719 +0100
+++ /var/tmp/diff_new_pack.K8WF5r/_new 2019-11-11 12:57:06.445481719 +0100
@@ -18,7 +18,7 @@
Name: rpm-config-SUSE
-Version: 0.g42
+Version: 0.g44
Release: 0
Summary: SUSE specific RPM configuration files
License: GPL-2.0-or-later
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.K8WF5r/_old 2019-11-11 12:57:06.485481761 +0100
+++ /var/tmp/diff_new_pack.K8WF5r/_new 2019-11-11 12:57:06.489481766 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpm-config-SUSE</param>
- <param
name="changesrevision">44c0de9144c42fd306a1454f80989a24542a3dbf</param>
+ <param
name="changesrevision">4b56a3a9a7e3ad95405d1fb0c7900e138db99809</param>
</service>
</servicedata>
\ No newline at end of file
++++++ rpm-config-SUSE-0.g42.tar.xz -> rpm-config-SUSE-0.g44.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/rpm-config-SUSE-0.g42/package/rpm-config-SUSE.changes
new/rpm-config-SUSE-0.g44/package/rpm-config-SUSE.changes
--- old/rpm-config-SUSE-0.g42/package/rpm-config-SUSE.changes 2019-10-16
11:04:16.000000000 +0200
+++ new/rpm-config-SUSE-0.g44/package/rpm-config-SUSE.changes 2019-10-29
11:25:49.000000000 +0100
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Tue Oct 29 11:21:54 CET 2019 - [email protected]
+
+- add _lto_cflags to suse_macros for now
+
+-------------------------------------------------------------------
Wed Aug 14 12:55:05 UTC 2019 - Michal Suchanek <[email protected]>
- find-requires.ksyms: Move modinfo and modprobe check before the ksym
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rpm-config-SUSE-0.g42/package/rpm-config-SUSE.spec
new/rpm-config-SUSE-0.g44/package/rpm-config-SUSE.spec
--- old/rpm-config-SUSE-0.g42/package/rpm-config-SUSE.spec 2019-10-16
11:04:16.000000000 +0200
+++ new/rpm-config-SUSE-0.g44/package/rpm-config-SUSE.spec 2019-10-29
11:25:49.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rpm-config-SUSE
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 Neal Gompa <[email protected]>.
#
# All modifications and additions to the file contributed by third parties
@@ -30,6 +30,7 @@
Requires: rpm
BuildArch: noarch
+#!BuildIgnore: rpm-config-SUSE
%description
This package contains the RPM configuration data for the SUSE Linux
@@ -74,6 +75,7 @@
%{_rpmconfigdir}/brp-suse
%{_rpmconfigdir}/firmware.prov
%{_rpmconfigdir}/sysvinitdeps.sh
+%{_rpmconfigdir}/locale.prov
# kmod deps
%{_rpmconfigdir}/find-provides.ksyms
%{_rpmconfigdir}/find-requires.ksyms
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rpm-config-SUSE-0.g42/suse_macros.in
new/rpm-config-SUSE-0.g44/suse_macros.in
--- old/rpm-config-SUSE-0.g42/suse_macros.in 2019-10-16 11:04:16.000000000
+0200
+++ new/rpm-config-SUSE-0.g44/suse_macros.in 2019-10-29 11:25:49.000000000
+0100
@@ -299,3 +299,7 @@
%requires_eq() %(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")
%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
+