Hello community,

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

Package is "switchboard-plug-mouse-touchpad"

Fri Dec 28 12:34:13 2018 rev:2 rq:660541 version:2.1.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/switchboard-plug-mouse-touchpad/switchboard-plug-mouse-touchpad.changes
  2018-03-29 11:54:13.865366384 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-mouse-touchpad.new.28833/switchboard-plug-mouse-touchpad.changes
       2018-12-28 12:34:15.780007811 +0100
@@ -1,0 +2,26 @@
+Thu Nov  8 02:29:41 UTC 2018 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Add regex for filtering provided libraries
+
+-------------------------------------------------------------------
+Wed Oct 17 18:59:14 UTC 2018 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 2.1.4:
+  * New upstream release.
+- Drop switchboard-plug-mouse-touchpad-0.1.2_gschema.patch
+
+-------------------------------------------------------------------
+Mon Jun 11 12:45:51 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-mouse-touchpad-0.1.2.tar.xz
  switchboard-plug-mouse-touchpad-0.1.2_gschema.patch

New:
----
  switchboard-plug-mouse-touchpad-2.1.4.tar.gz

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

Other differences:
------------------
++++++ switchboard-plug-mouse-touchpad.spec ++++++
--- /var/tmp/diff_new_pack.vKttXb/_old  2018-12-28 12:34:16.472007329 +0100
+++ /var/tmp/diff_new_pack.vKttXb/_new  2018-12-28 12:34:16.476007326 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package switchboard-plug-mouse-touchpad
 #
-# 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,60 +15,51 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%global __provides_exclude_from ^%{_libdir}/switchboard/.*\\.so$
 
 Name:           switchboard-plug-mouse-touchpad
-Version:        0.1.2
+Version:        2.1.4
 Release:        0
 Summary:        Switchboard Mouse and Touchpad Plug
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          System/GUI/Other
-Url:            https://launchpad.net/switchboard-plug-mouse-touchpad
-Source:         
https://launchpad.net/switchboard-plug-mouse-touchpad/loki/%{version}/+download/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gschema.patch decatho...@gmail.com -- Wrong gsettings 
path (gtk >= 3.20)
-Patch0:         switchboard-plug-mouse-touchpad-0.1.2_gschema.patch
-BuildRequires:  cmake
+URL:            https://elementary.io/
+Source:         
https://github.com/elementary/switchboard-plug-mouse-touchpad/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:  pkgconfig(granite) >= 0.4.0
+BuildRequires:  vala
+BuildRequires:  pkgconfig(granite)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(switchboard-2.0)
 Requires:       switchboard
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-This is a Switchboard plug for Elementary OS.
+This is a swtichboard plug for elementary os.
 
 %lang_package
 
 %prep
 %setup -q
-%patch0 -p1
-
-chmod 0644 AUTHORS COPYING
 
 %build
-%cmake
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%cmake_install
+%meson_install
 %fdupes %{buildroot}%{_datadir}
-%find_lang pantheon-mouse-touchpad %{name}.lang
+%find_lang mouse-touchpad-plug %{name}.lang
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc README.md
 %dir %{_libdir}/switchboard
 %dir %{_libdir}/switchboard/hardware
-%dir %{_libdir}/switchboard/hardware/pantheon-mouse-touchpad
-%{_libdir}/switchboard/hardware/pantheon-mouse-touchpad/pantheon-mouse-touchpad.plugin
-%{_libdir}/switchboard/hardware/pantheon-mouse-touchpad/*.so
+%{_libdir}/switchboard/hardware/libmouse-touchpad.so
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog


Reply via email to