Hello community,

here is the log from the commit of package switchboard-plug-applications for 
openSUSE:Factory checked in at 2018-12-24 11:47:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/switchboard-plug-applications (Old)
 and      /work/SRC/openSUSE:Factory/.switchboard-plug-applications.new.28833 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "switchboard-plug-applications"

Mon Dec 24 11:47:09 2018 rev:2 rq:660530 version:2.1.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/switchboard-plug-applications/switchboard-plug-applications.changes
      2018-03-29 11:54:01.765803750 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-applications.new.28833/switchboard-plug-applications.changes
   2018-12-24 11:47:09.885145798 +0100
@@ -1,0 +2,36 @@
+Thu Dec 20 22:07:16 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim duplicate summary.
+
+-------------------------------------------------------------------
+Thu Nov  8 02:29:32 UTC 2018 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Add regex for filtering provided libraries
+
+-------------------------------------------------------------------
+Wed Oct 17 18:56:31 UTC 2018 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 2.1.4:
+  * New upstream release.
+
+-------------------------------------------------------------------
+Sat Jun 23 16:45:31 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.1.3.1:
+  * New upstream release.
+
+-------------------------------------------------------------------
+Mon Jun 11 12:43:57 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.1.3:
+  * New upstream release.
+
+-------------------------------------------------------------------
+Sat Jun  9 02:31:02 UTC 2018 - avvi...@yandex.by
+
+- Switch to github
+- Switch to meson
+- Add COPYING and README files
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  switchboard-plug-applications-0.1.2.tar.xz

New:
----
  switchboard-plug-applications-2.1.4.tar.gz

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

Other differences:
------------------
++++++ switchboard-plug-applications.spec ++++++
--- /var/tmp/diff_new_pack.6Xn19i/_old  2018-12-24 11:47:10.285145447 +0100
+++ /var/tmp/diff_new_pack.6Xn19i/_new  2018-12-24 11:47:10.289145443 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package switchboard-plug-applications
 #
-# Copyright (c) 2017 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
@@ -12,33 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%global __provides_exclude_from ^%{_libdir}/switchboard/.*\\.so$
+
 Name:           switchboard-plug-applications
-Version:        0.1.2
+Version:        2.1.4
 Release:        0
-License:        GPL-3.0
 Summary:        Application configuration management
-Url:            https://launchpad.net/switchboard-plug-applications
+License:        GPL-3.0-only
 Group:          System/GUI/Other
-Source:         
https://launchpad.net/switchboard-plug-applications/loki/%{version}/+download/%{name}-%{version}.tar.xz
-BuildRequires:  gcc-c++
-BuildRequires:  cmake
+URL:            https://elementary.io/
+Source:         
https://github.com/elementary/switchboard-plug-applications/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
+BuildRequires:  meson >= 0.40.0
 BuildRequires:  pkgconfig
-BuildRequires:  vala >= 0.28.0
+BuildRequires:  vala
 BuildRequires:  pkgconfig(granite)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(switchboard-2.0)
 Requires:       switchboard
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Application configuration management
 The applications plug is a section in the Switchboard (System Settings) that
 allows the user to manage application settings.
 
@@ -48,22 +46,22 @@
 %setup -q
 
 %build
-%cmake
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%cmake_install
-%fdupes %{buildroot}%{_datadir}/locale
+%meson_install
+%fdupes %{buildroot}%{_datadir}
 %find_lang applications-plug %{name}.lang
 
 %files
-%defattr(-,root,root)
+%license COPYING
+%doc README.md
 %dir %{_libdir}/switchboard
 %dir %{_libdir}/switchboard/personal
-%dir %{_libdir}/switchboard/personal/pantheon-applications-plug
-%{_libdir}/switchboard/personal/pantheon-applications-plug/*.so
+%{_libdir}/switchboard/personal/libapplications.so
+%{_datadir}/metainfo/io.elementary.switchboard.applications.appdata.xml
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog


Reply via email to