Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rpm-config-SUSE for openSUSE:Factory
checked in at 2022-02-11 23:06:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm-config-SUSE (Old)
and /work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm-config-SUSE"
Fri Feb 11 23:06:32 2022 rev:22 rq:951931 version:0.g96
Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm-config-SUSE/rpm-config-SUSE.changes
2022-01-22 08:17:49.467049197 +0100
+++
/work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.1956/rpm-config-SUSE.changes
2022-02-11 23:06:33.386463695 +0100
@@ -1,0 +2,7 @@
+Sun Feb 06 15:23:31 UTC 2022 - [email protected]
+
+- Update to version 0.g96:
+ * changes
+ * Avoid bash specific construct
+
+-------------------------------------------------------------------
Old:
----
rpm-config-SUSE-0.g93.tar.xz
New:
----
rpm-config-SUSE-0.g96.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rpm-config-SUSE.spec ++++++
--- /var/tmp/diff_new_pack.DWIMV5/_old 2022-02-11 23:06:34.102465684 +0100
+++ /var/tmp/diff_new_pack.DWIMV5/_new 2022-02-11 23:06:34.106465695 +0100
@@ -18,7 +18,7 @@
Name: rpm-config-SUSE
-Version: 0.g93
+Version: 0.g96
Release: 0
Summary: SUSE specific RPM configuration files
License: GPL-2.0-or-later
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.DWIMV5/_old 2022-02-11 23:06:34.178465894 +0100
+++ /var/tmp/diff_new_pack.DWIMV5/_new 2022-02-11 23:06:34.182465906 +0100
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpm-config-SUSE</param>
- <param
name="changesrevision">fd1a4730fd0356e70a38ded7bff3ab0065706ea6</param>
+ <param
name="changesrevision">60781406a315fff7d5226c64f8f3a8cc1182741d</param>
</service>
</servicedata>
(No newline at EOF)
++++++ rpm-config-SUSE-0.g93.tar.xz -> rpm-config-SUSE-0.g96.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/rpm-config-SUSE-0.g93/package/rpm-config-SUSE.changes
new/rpm-config-SUSE-0.g96/package/rpm-config-SUSE.changes
--- old/rpm-config-SUSE-0.g93/package/rpm-config-SUSE.changes 2022-01-19
14:39:15.000000000 +0100
+++ new/rpm-config-SUSE-0.g96/package/rpm-config-SUSE.changes 2022-02-03
17:17:46.000000000 +0100
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jan 31 09:29:00 UTC 2022 - Dirk M??ller <[email protected]>
+
+- avoid bashism in %%remove_and_set
+
+-------------------------------------------------------------------
Wed Mar 3 16:59:22 UTC 2021 - Ludwig Nussel <[email protected]>
- Prepare usrmerge (boo#1029961): add %usrmerged macro
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rpm-config-SUSE-0.g93/package/rpm-config-SUSE.spec
new/rpm-config-SUSE-0.g96/package/rpm-config-SUSE.spec
--- old/rpm-config-SUSE-0.g93/package/rpm-config-SUSE.spec 2022-01-19
14:39:15.000000000 +0100
+++ new/rpm-config-SUSE-0.g96/package/rpm-config-SUSE.spec 2022-02-03
17:17:46.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rpm-config-SUSE
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2018 Neal Gompa <[email protected]>.
#
# All modifications and additions to the file contributed by third parties
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rpm-config-SUSE-0.g93/suse_macros.in
new/rpm-config-SUSE-0.g96/suse_macros.in
--- old/rpm-config-SUSE-0.g93/suse_macros.in 2022-01-19 14:39:15.000000000
+0100
+++ new/rpm-config-SUSE-0.g96/suse_macros.in 2022-02-03 17:17:46.000000000
+0100
@@ -206,7 +206,7 @@
DEL_TEMPL=%{_fillupdir}/$PNAME.del \
rm -f $DEL_TEMPL \
for var in %{?*} ; do \
- echo -e "#\\n$var=$DEF_VAL\\n" >> $DEL_TEMPL \
+ printf "#\\n%s=%s\\n" "$var" "$DEF_VAL" >> $DEL_TEMPL \
done \
if [ -f /etc/sysconfig/$PNAME ] ; then \
/bin/fillup -q -t -r -i -d "=" /etc/sysconfig/$PNAME $DEL_TEMPL
/etc/sysconfig/$PNAME.deleted.$$ \