Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2020-02-05 19:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/DisplayCAL (Old)
 and      /work/SRC/openSUSE:Factory/.DisplayCAL.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "DisplayCAL"

Wed Feb  5 19:44:24 2020 rev:40 rq:770345 version:3.8.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes    2019-12-16 
15:19:20.643164763 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.26092/DisplayCAL.changes 
2020-02-05 19:44:58.095361024 +0100
@@ -1,0 +2,11 @@
+Wed Feb  5 15:14:45 UTC 2020 - o...@aepfle.de
+
+- escape usage of % in rpm specfile
+
+-------------------------------------------------------------------
+Mon Feb  3 11:57:58 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
+  shortcut through the -mini flavors.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ DisplayCAL.spec ++++++
--- /var/tmp/diff_new_pack.8eCvcc/_old  2020-02-05 19:44:58.767361344 +0100
+++ /var/tmp/diff_new_pack.8eCvcc/_new  2020-02-05 19:44:58.767361344 +0100
@@ -41,7 +41,7 @@
 Obsoletes:      dispcalGUI-0install < 3.1.0.0
 BuildRequires:  gcc
 BuildRequires:  python-devel
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xinerama)
@@ -127,13 +127,13 @@
        path = path.strip(chr(0x22))
        if os.path.basename(path) in executables:
                paths.remove(chr(0x22) + path + chr(0x22))
-               paths.append('%attr(755, root, root) ' + chr(0x22) + path + 
chr(0x22))
+               paths.append('%%attr(755, root, root) ' + chr(0x22) + path + 
chr(0x22))
        while True:
                path = os.path.dirname(path)
                if os.path.isdir(path):
                        break
                else:
-                       directory = '%dir ' + chr(0x22) + path + chr(0x22)
+                       directory = '%%dir ' + chr(0x22) + path + chr(0x22)
                        if not directory in paths:
                                paths.append(directory)
 f = open('INSTALLED_FILES', 'w')


Reply via email to