Hello community,
here is the log from the commit of package startup-notification for
openSUSE:Factory checked in at 2017-12-06 08:55:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/startup-notification (Old)
and /work/SRC/openSUSE:Factory/.startup-notification.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "startup-notification"
Wed Dec 6 08:55:29 2017 rev:27 rq:547272 version:0.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/startup-notification/startup-notification.changes
2013-04-07 14:27:10.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.startup-notification.new/startup-notification.changes
2017-12-06 08:56:16.206078393 +0100
@@ -1,0 +2,6 @@
+Wed Nov 29 13:09:57 UTC 2017 - [email protected]
+
+- Replace xorg-x11-devel BuildRequires with pkgconfig(xcb),
+ pkgconfig(xcb-aux), pkgconfig(xcb-event) and pkgconfig(x11-xcb).
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- Add Source URL, see https://en.opensuse.org/SourceUrls
+- Add Source URL, see https://en.opensuse.org/SourceUrls.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ startup-notification.spec ++++++
--- /var/tmp/diff_new_pack.jyZkjf/_old 2017-12-06 08:56:16.774057602 +0100
+++ /var/tmp/diff_new_pack.jyZkjf/_new 2017-12-06 08:56:16.778057455 +0100
@@ -1,7 +1,7 @@
#
# spec file for package startup-notification
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,10 @@
Url: http://www.freedesktop.org/wiki/Software/startup-notification
Source:
http://www.freedesktop.org/software/startup-notification/releases/startup-notification-%{version}.tar.gz
Source99: baselibs.conf
-BuildRequires: xorg-x11-devel
+BuildRequires: pkgconfig(x11-xcb)
+BuildRequires: pkgconfig(xcb) >= 1.6
+BuildRequires: pkgconfig(xcb-aux)
+BuildRequires: pkgconfig(xcb-event)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description