Hello community,
here is the log from the commit of package switchboard-plug-a11y for
openSUSE:Factory checked in at 2018-12-24 11:46:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/switchboard-plug-a11y (Old)
and /work/SRC/openSUSE:Factory/.switchboard-plug-a11y.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "switchboard-plug-a11y"
Mon Dec 24 11:46:52 2018 rev:3 rq:660383 version:2.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/switchboard-plug-a11y/switchboard-plug-a11y.changes
2018-04-04 11:05:14.900409875 +0200
+++
/work/SRC/openSUSE:Factory/.switchboard-plug-a11y.new.28833/switchboard-plug-a11y.changes
2018-12-24 11:46:52.821160781 +0100
@@ -1,0 +2,18 @@
+Thu Nov 8 02:29:29 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Add regex for filtering provided libraries
+
+-------------------------------------------------------------------
+Wed Oct 17 18:55:34 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Update to 2.1.2:
+ * New upstream release.
+
+-------------------------------------------------------------------
+Sat Jun 9 02:31:02 UTC 2018 - [email protected]
+
+- Switch to github
+- Switch to meson
+- Spec file cleanup
+
+-------------------------------------------------------------------
Old:
----
switchboard-plug-a11y-0.1.1.tar.xz
New:
----
switchboard-plug-a11y-2.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ switchboard-plug-a11y.spec ++++++
--- /var/tmp/diff_new_pack.oM3NyR/_old 2018-12-24 11:46:53.241160412 +0100
+++ /var/tmp/diff_new_pack.oM3NyR/_new 2018-12-24 11:46:53.245160408 +0100
@@ -1,7 +1,7 @@
#
# spec file for package switchboard-plug-a11y
#
-# 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,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+%global __provides_exclude_from ^%{_libdir}/switchboard/.*\\.so$
Name: switchboard-plug-a11y
-Version: 0.1.1
+Version: 2.1.2
Release: 0
-Summary: Accessibility plug for Switchboard
-License: GPL-3.0
+Summary: Switchboard Universal Access Plug
+License: GPL-3.0-only
Group: Productivity/Other
-Url: https://launchpad.net/switchboard-plug-a11y
-Source:
https://launchpad.net/switchboard-plug-a11y/loki/%{version}/+download/%{name}-%{version}.tar.xz
-BuildRequires: cmake
+URL: https://elementary.io/
+Source:
https://github.com/elementary/switchboard-plug-a11y/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)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(switchboard-2.0)
Requires: switchboard
+Recommends: %{name}-lang
Recommends: mousetweaks
Recommends: onboard
-Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Accessibility plug for Switchboard.
@@ -47,23 +46,21 @@
%setup -q
%build
-%cmake
-make %{?_smp_mflags}
+%meson
+%meson_build
%install
-%cmake_install
+%meson_install
%fdupes %{buildroot}%{_datadir}/locale
-%find_lang pantheon-accessibility-plug %{name}.lang
+%find_lang accessibility-plug %{name}.lang
%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc README.md
%dir %{_libdir}/switchboard
%dir %{_libdir}/switchboard/system
-%dir %{_libdir}/switchboard/system/pantheon-accessibility
-%{_libdir}/switchboard/system/pantheon-accessibility/*.so
+%{_libdir}/switchboard/system/libaccessibility.so
%files lang -f %{name}.lang
-%defattr(-,root,root)
%changelog