Hello community,
here is the log from the commit of package rpm-config-SUSE for openSUSE:Factory
checked in at 2020-03-27 21:54:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm-config-SUSE (Old)
and /work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm-config-SUSE"
Fri Mar 27 21:54:56 2020 rev:15 rq:787861 version:0.g56
Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm-config-SUSE/rpm-config-SUSE.changes
2020-02-09 21:01:33.743324440 +0100
+++
/work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.3160/rpm-config-SUSE.changes
2020-03-27 21:54:56.934710787 +0100
@@ -1,0 +2,7 @@
+Sun Mar 22 13:32:49 UTC 2020 - [email protected]
+
+- Update to version 0.g56:
+ * Remove grep and diffutils from fillup_prereq, replace coreutils with file
requires
+ * Avoid overwriting files that didn't actually change on disk
+
+-------------------------------------------------------------------
Old:
----
rpm-config-SUSE-0.g52.tar.xz
New:
----
rpm-config-SUSE-0.g56.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rpm-config-SUSE.spec ++++++
--- /var/tmp/diff_new_pack.9WrLS5/_old 2020-03-27 21:54:57.630711192 +0100
+++ /var/tmp/diff_new_pack.9WrLS5/_new 2020-03-27 21:54:57.638711196 +0100
@@ -18,7 +18,7 @@
Name: rpm-config-SUSE
-Version: 0.g52
+Version: 0.g56
Release: 0
Summary: SUSE specific RPM configuration files
License: GPL-2.0-or-later
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.9WrLS5/_old 2020-03-27 21:54:57.750711262 +0100
+++ /var/tmp/diff_new_pack.9WrLS5/_new 2020-03-27 21:54:57.754711264 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpm-config-SUSE</param>
- <param
name="changesrevision">9c56b52ebcf26c5ca30db3cbba0bd38459b03341</param>
+ <param
name="changesrevision">8dcfe7b89abddeb2d3ed32046338c82cce9c306d</param>
</service>
</servicedata>
\ No newline at end of file
++++++ rpm-config-SUSE-0.g52.tar.xz -> rpm-config-SUSE-0.g56.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rpm-config-SUSE-0.g52/suse_macros.in
new/rpm-config-SUSE-0.g56/suse_macros.in
--- old/rpm-config-SUSE-0.g52/suse_macros.in 2020-01-30 11:31:28.000000000
+0100
+++ new/rpm-config-SUSE-0.g56/suse_macros.in 2020-03-20 15:12:39.000000000
+0100
@@ -14,7 +14,7 @@
%make_install make install DESTDIR=%{?buildroot}
%makeinstall make DESTDIR=%{?buildroot:%{buildroot}} install
%insserv_prereq insserv sed
-%fillup_prereq fillup coreutils grep diffutils
+%fillup_prereq fillup /usr/bin/mkdir /usr/bin/touch
# to be removed. deprecated since 11/2019 boo#1152105
%install_info_prereq %{nil}
@@ -297,3 +297,5 @@
# to be removed when no longer needed (when gcc-10.1 is in Factory)
%_lto_cflags -flto=auto
+# avoid overwriting files that didn't actually change on disk
+%_minimize_writes 1