Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2019-02-26 22:13:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbus-1 (Old)
 and      /work/SRC/openSUSE:Factory/.dbus-1.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbus-1"

Tue Feb 26 22:13:54 2019 rev:156 rq:678175 version:1.12.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes        2019-02-06 
14:05:01.090675194 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new.28833/dbus-1-x11.changes     
2019-02-26 22:13:58.094241427 +0100
@@ -1,0 +2,12 @@
+Fri Feb 22 06:58:00 UTC 2019 - Franck Bui <f...@suse.com>
+
+- Drop use of $FIRST_ARG in .spec
+
+  The use of $FIRST_ARG was probably required because of the
+  %service_* rpm macros were playing tricks with the shell positional
+  parameters. This is bad practice and error prones so let's assume
+  that no macros should do that anymore and hence it's safe to assume
+  that positional parameters remains unchanged after any rpm macro
+  call.
+
+-------------------------------------------------------------------
dbus-1.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dbus-1.spec ++++++
--- /var/tmp/diff_new_pack.C7fwCX/_old  2019-02-26 22:13:58.998241109 +0100
+++ /var/tmp/diff_new_pack.C7fwCX/_new  2019-02-26 22:13:59.002241108 +0100
@@ -233,7 +233,7 @@
 # removed reletavly soon.
 
 # Get the current version
-if [ "$FIRST_ARG" -gt 1 ]; then
+if [ $1 -gt 1 ]; then
    CURRENT_VER=$(/usr/bin/dbus-daemon --version 2>/dev/null| sed 
's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/' | head -1)
 
 # If the current version is or less then 1.10.2 where this change was added 
then migration needs to be run


Reply via email to