Hello community,
here is the log from the commit of package notification-daemon for
openSUSE:Factory checked in at 2017-03-22 22:59:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notification-daemon (Old)
and /work/SRC/openSUSE:Factory/.notification-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "notification-daemon"
Wed Mar 22 22:59:43 2017 rev:47 rq:461845 version:3.20.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/notification-daemon/notification-daemon.changes
2016-06-03 16:32:23.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.notification-daemon.new/notification-daemon.changes
2017-03-22 22:59:44.273425570 +0100
@@ -1,0 +2,7 @@
+Tue Feb 28 10:11:13 UTC 2017 - [email protected]
+
+- Provide dbus(org.freedesktop.Notifications), a virtual package
+ by analogy with dbus(org.freedesktop.secrets).
+- Minor spec cleanup.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ notification-daemon.spec ++++++
--- /var/tmp/diff_new_pack.mindNH/_old 2017-03-22 22:59:44.941330889 +0100
+++ /var/tmp/diff_new_pack.mindNH/_new 2017-03-22 22:59:44.941330889 +0100
@@ -1,7 +1,7 @@
#
# spec file for package notification-daemon
#
-# Copyright (c) 2016 SUSE LINUX 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
@@ -16,26 +16,29 @@
#
+%define _version 3.20
Name: notification-daemon
Version: 3.20.0
Release: 0
Summary: Notification Daemon
License: GPL-2.0+
Group: System/Daemons
-Url: http://www.galago-project.org/
-Source:
http://download.gnome.org/sources/notification-daemon/3.20/%{name}-%{version}.tar.xz
+Url: http://galago-project.org/
+Source:
https://download.gnome.org/sources/notification-daemon/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(glib-2.0) >= 2.27.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.5
BuildRequires: pkgconfig(x11)
Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Provides: dbus(org.freedesktop.Notifications)
%description
D-BUS notification daemon.
%lang_package
+
%prep
%setup -q
translation-update-upstream
@@ -50,9 +53,6 @@
%find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{name}
-%clean
-rm -rf %{buildroot}
-
%post
%desktop_database_post
@@ -60,12 +60,13 @@
%desktop_database_postun
%files
-%defattr (-, root, root)
+%defattr(-,root,root)
# README is empty
%doc AUTHORS COPYING ChangeLog NEWS
%{_libexecdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%files lang -f %{name}.lang
+%defattr(-,root,root)
%changelog