Hello community,

here is the log from the commit of package switchboard-plug-notifications for 
openSUSE:Factory checked in at 2019-02-02 22:24:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/switchboard-plug-notifications (Old)
 and      /work/SRC/openSUSE:Factory/.switchboard-plug-notifications.new.28833 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "switchboard-plug-notifications"

Sat Feb  2 22:24:42 2019 rev:2 rq:660542 version:2.1.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/switchboard-plug-notifications/switchboard-plug-notifications.changes
    2018-03-29 11:54:21.929074928 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-notifications.new.28833/switchboard-plug-notifications.changes
 2019-02-02 22:24:46.854099646 +0100
@@ -1,0 +2,25 @@
+Thu Nov  8 02:29:43 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Add regex for filtering provided libraries
+
+-------------------------------------------------------------------
+Wed Oct 17 19:00:08 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Update to 2.1.5:
+  * New upstream release.
+
+-------------------------------------------------------------------
+Tue Jun 12 16:11:03 UTC 2018 - [email protected]
+
+- Update to 0.1.4:
+  * New upstream release.
+
+-------------------------------------------------------------------
+Sat Jun  9 02:31:02 UTC 2018 - [email protected]
+
+- Switch to github
+- Switch to meson
+- Add COPYING and README files
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  switchboard-plug-notifications-0.1.3.tar.xz

New:
----
  switchboard-plug-notifications-2.1.5.tar.gz

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

Other differences:
------------------
++++++ switchboard-plug-notifications.spec ++++++
--- /var/tmp/diff_new_pack.CYenaZ/_old  2019-02-02 22:24:48.830097892 +0100
+++ /var/tmp/diff_new_pack.CYenaZ/_new  2019-02-02 22:24:48.842097881 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package switchboard-plug-notifications
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,31 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define _loc notifications-plug
+%global __provides_exclude_from ^%{_libdir}/switchboard/.*\\.so$
 
 Name:           switchboard-plug-notifications
-Version:        0.1.3
+Version:        2.1.5
 Release:        0
-License:        GPL-3.0
 Summary:        Switchboard Notifications Plug
-Url:            https://launchpad.net/switchboard-plug-notifications
+License:        GPL-3.0-only
 Group:          System/GUI/Other
-Source:         
https://launchpad.net/switchboard-plug-notifications/loki/%{version}/+download/%{name}-%{version}.tar.xz
-BuildRequires:  gcc-c++
-BuildRequires:  cmake
+URL:            https://elementary.io/
+Source:         
https://github.com/elementary/switchboard-plug-notifications/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  meson >= 0.40.0
+BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.28.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12
-BuildRequires:  pkgconfig(switchboard-2.0)
 BuildRequires:  pkgconfig(granite)
-BuildRequires:  fdupes
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(switchboard-2.0)
 Requires:       switchboard
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Configure which apps should be allowed to show notifications.
-A GModule plugin for Switchboard that configures gsettings keys related to the
-Notifications plugin for Gala.
+A GModule plugin for Switchboard that configures gsettings keys related to
+the Notifications plugin for Gala.
 
 %lang_package
 
@@ -47,22 +46,22 @@
 %setup -q
 
 %build
-%cmake
-%__make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%cmake_install
-%fdupes %{buildroot}%{_datadir}/locale
-
-%find_lang %{_loc}
+%meson_install
+%fdupes %{buildroot}%{_datadir}
+%find_lang notifications-plug %{name}.lang
 
 %files
-%defattr(-,root,root)
+%license COPYING
+%doc README.md
 %dir %{_libdir}/switchboard
 %dir %{_libdir}/switchboard/personal
-%{_libdir}/switchboard/personal/pantheon-notifications-plug/
+%{_libdir}/switchboard/personal/libnotifications.so
+%{_datadir}/metainfo/io.elementary.switchboard-plug-notifications.appdata.xml
 
-%files lang -f %{_loc}.lang
-%defattr(-,root,root)
+%files lang -f %{name}.lang
 
 %changelog


Reply via email to