Hello community,

here is the log from the commit of package switchboard-plug-sharing for 
openSUSE:Factory checked in at 2018-12-28 12:34:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/switchboard-plug-sharing (Old)
 and      /work/SRC/openSUSE:Factory/.switchboard-plug-sharing.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "switchboard-plug-sharing"

Fri Dec 28 12:34:02 2018 rev:2 rq:660534 version:2.1.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/switchboard-plug-sharing/switchboard-plug-sharing.changes
        2018-03-29 11:54:33.340662495 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-sharing.new.28833/switchboard-plug-sharing.changes
     2018-12-28 12:34:03.948016051 +0100
@@ -1,0 +2,29 @@
+Thu Nov  8 02:29:52 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Add regex for filtering provided libraries
+
+-------------------------------------------------------------------
+Wed Oct 17 19:02:57 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Update to 2.1.3:
+  * Plug search improvements (#29)
+  * Merge branch 'origin/master' into Weblate
+  * Meson: Use GLib preset for l10n
+  * Added screenshot (#31)
+  * Fix network link (#30)
+
+-------------------------------------------------------------------
+Mon Jun 11 12:48:06 UTC 2018 - [email protected]
+
+- Update to 0.1.2
+
+-------------------------------------------------------------------
+Sat Jun  9 02:31:02 UTC 2018 - [email protected]
+
+- Switch to github
+- Switch to meson
+- Drop bluetooth-gtk-3.18.patch
+- Add COPYING and README files
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  bluetooth-gtk-3.18.patch
  switchboard-plug-sharing-0.1.1.tar.xz

New:
----
  switchboard-plug-sharing-2.1.3.tar.gz

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

Other differences:
------------------
++++++ switchboard-plug-sharing.spec ++++++
--- /var/tmp/diff_new_pack.9VaKu3/_old  2018-12-28 12:34:04.804015455 +0100
+++ /var/tmp/diff_new_pack.9VaKu3/_new  2018-12-28 12:34:04.808015452 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package switchboard-plug-sharing
 #
-# 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
@@ -15,28 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%global __provides_exclude_from ^%{_libdir}/switchboard/.*\\.so$
 
 Name:           switchboard-plug-sharing
-Version:        0.1.1
+Version:        2.1.3
 Release:        0
 Summary:        Configure the sharing of system services
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          System/GUI/Other
-Url:            https://launchpad.net/switchboard-plug-sharing
-# PATCH-FIX-OPENSUSE bluetooth-gtk-3.18.patch [email protected] -- Remove 
ObexPush support
-Patch0:         bluetooth-gtk-3.18.patch
-Source:         
https://launchpad.net/switchboard-plug-sharing/loki/%{version}/+download/%{name}-%{version}.tar.xz
-BuildRequires:  cmake
+URL:            https://elementary.io/
+Source:         
https://github.com/elementary/switchboard-plug-sharing/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
+BuildRequires:  meson >= 0.40.0
 BuildRequires:  pkgconfig
+BuildRequires:  vala
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(granite)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(switchboard-2.0)
-BuildRequires:  pkgconfig(vapigen) >= 0.28.0
 Requires:       rygel
+Requires:       switchboard
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Switchboard plug for controlling media sharing.
@@ -45,30 +46,23 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} > 120100 && 0%{?is_opensuse})
-%patch0 -p1
-%endif
-
-chmod -x AUTHORS COPYING
 
 %build
-%cmake
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%cmake_install
-%find_lang pantheon-sharing %{name}.lang
+%meson_install
+%find_lang sharing-plug %{name}.lang
 %fdupes %{buildroot}/%{_datadir}
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc README.md
 %dir %{_libdir}/switchboard
 %dir %{_libdir}/switchboard/network
-%dir %{_libdir}/switchboard/network/pantheon-sharing
-%{_libdir}/switchboard/network/pantheon-sharing/
+%{_libdir}/switchboard/network/libsharing.so
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog


Reply via email to