Hello community,
here is the log from the commit of package switchboard-plug-printers for
openSUSE:Factory checked in at 2018-12-28 12:34:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/switchboard-plug-printers (Old)
and /work/SRC/openSUSE:Factory/.switchboard-plug-printers.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "switchboard-plug-printers"
Fri Dec 28 12:34:04 2018 rev:3 rq:660536 version:2.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/switchboard-plug-printers/switchboard-plug-printers.changes
2018-04-04 11:05:24.152074566 +0200
+++
/work/SRC/openSUSE:Factory/.switchboard-plug-printers.new.28833/switchboard-plug-printers.changes
2018-12-28 12:34:06.816014054 +0100
@@ -1,0 +2,26 @@
+Thu Nov 8 02:29:49 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Add regex for filtering provided libraries
+
+-------------------------------------------------------------------
+Wed Oct 17 19:01:43 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Update to 2.1.5:
+ * New upstream release.
+ * New upstream release.
+
+-------------------------------------------------------------------
+Mon Jun 11 12:47:34 UTC 2018 - [email protected]
+
+- Update to 0.1.3:
+ * 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-printers-0.1.2.tar.gz
New:
----
switchboard-plug-printers-2.1.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ switchboard-plug-printers.spec ++++++
--- /var/tmp/diff_new_pack.gMabvn/_old 2018-12-28 12:34:07.716013427 +0100
+++ /var/tmp/diff_new_pack.gMabvn/_new 2018-12-28 12:34:07.716013427 +0100
@@ -1,7 +1,7 @@
#
# spec file for package switchboard-plug-printers
#
-# 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,27 +15,28 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+%global __provides_exclude_from ^%{_libdir}/switchboard/.*\\.so$
Name: switchboard-plug-printers
-Version: 0.1.2
+Version: 2.1.5
Release: 0
Summary: Printers plug for Switchboard
-License: GPL-3.0
+License: GPL-3.0-only
Group: System/GUI/Other
-Url: https://launchpad.net/switchboard-plug-printers
+URL: https://elementary.io/
Source:
https://github.com/elementary/switchboard-plug-printers/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires: cmake
BuildRequires: cups-devel
BuildRequires: fdupes
-BuildRequires: gcc-c++
+BuildRequires: meson >= 0.40.0
BuildRequires: pkgconfig
+BuildRequires: python(abi) >= 3.5
BuildRequires: pkgconfig(granite)
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.16.0
+BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(switchboard-2.0)
BuildRequires: pkgconfig(vapigen) >= 0.28.0
Requires: cups-pk-helper
+Requires: switchboard
Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This plug configures all available printers.
@@ -46,23 +47,23 @@
%setup -q
%build
-%cmake
-make %{?_smp_mflags}
+%meson
+%meson_build
%install
-%cmake_install
-%find_lang pantheon-printers-plug %{name}.lang
+%meson_install
+%find_lang printers-plug %{name}.lang
%fdupes %{buildroot}/%{_datadir}
%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+
+%files
+%license COPYING
+%doc README.md
%dir %{_libdir}/switchboard
%dir %{_libdir}/switchboard/hardware
-%dir %{_libdir}/switchboard/hardware/pantheon-printers
-%{_libdir}/switchboard/hardware/pantheon-printers/libpantheon-printers.so
+%{_libdir}/switchboard/hardware/libprinters.so
%files lang -f %{name}.lang
-%defattr(-,root,root)
%changelog
++++++ switchboard-plug-printers-0.1.2.tar.gz ->
switchboard-plug-printers-2.1.5.tar.gz ++++++
++++ 164836 lines of diff (skipped)