Hello community,
here is the log from the commit of package rpm-config-SUSE for openSUSE:Factory
checked in at 2019-10-28 16:43:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Oct 28 16:43:22 2019 rev:11 rq:742086 version:0.g42
Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm-config-SUSE/rpm-config-SUSE.changes
2019-10-22 15:38:00.317207918 +0200
+++
/work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.2990/rpm-config-SUSE.changes
2019-10-28 16:43:25.848476828 +0100
@@ -1,0 +2,7 @@
+Wed Oct 16 09:07:52 UTC 2019 - [email protected]
+
+- Update to version 0.g42:
+ * Add __perl macro until the perl package provides it
+ * Add requires_eq and requires_ge macros
+
+-------------------------------------------------------------------
Old:
----
rpm-config-SUSE-0.g40.tar.xz
New:
----
rpm-config-SUSE-0.g42.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rpm-config-SUSE.spec ++++++
--- /var/tmp/diff_new_pack.ervwYf/_old 2019-10-28 16:43:26.336477449 +0100
+++ /var/tmp/diff_new_pack.ervwYf/_new 2019-10-28 16:43:26.340477454 +0100
@@ -13,12 +13,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: rpm-config-SUSE
-Version: 0.g40
+Version: 0.g42
Release: 0
Summary: SUSE specific RPM configuration files
License: GPL-2.0-or-later
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ervwYf/_old 2019-10-28 16:43:26.384477510 +0100
+++ /var/tmp/diff_new_pack.ervwYf/_new 2019-10-28 16:43:26.384477510 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpm-config-SUSE</param>
- <param
name="changesrevision">54f9f71bacdfb944d88f722d71a4d35651f7cc8a</param>
+ <param
name="changesrevision">44c0de9144c42fd306a1454f80989a24542a3dbf</param>
</service>
</servicedata>
\ No newline at end of file
++++++ rpm-config-SUSE-0.g40.tar.xz -> rpm-config-SUSE-0.g42.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rpm-config-SUSE-0.g40/suse_macros.in
new/rpm-config-SUSE-0.g42/suse_macros.in
--- old/rpm-config-SUSE-0.g40/suse_macros.in 2019-09-24 23:49:55.000000000
+0200
+++ new/rpm-config-SUSE-0.g42/suse_macros.in 2019-10-16 11:04:16.000000000
+0200
@@ -295,3 +295,7 @@
%py_incdir %{py_prefix}/include/python%{py_ver}
%py_sitedir %{py_libdir}/site-packages
+# dropped from rpm package
+%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