Hello community,

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

Package is "switchboard"

Mon Dec 24 11:47:10 2018 rev:3 rq:660531 version:2.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/switchboard/switchboard.changes  2017-08-24 
18:46:37.494200747 +0200
+++ /work/SRC/openSUSE:Factory/.switchboard.new.28833/switchboard.changes       
2018-12-24 11:47:11.821144099 +0100
@@ -1,0 +2,54 @@
+Thu Dec 20 22:03:59 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Restore "the" in descriptions. Move summaries to Summary:.
+
+-------------------------------------------------------------------
+Thu Oct 18 21:48:43 UTC 2018 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Remove accountsservice-ubuntu-schemas dependency
+
+-------------------------------------------------------------------
+Wed Oct 17 18:55:10 UTC 2018 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 2.3.4:
+  * Use the correct gettext domain (#89)
+
+-------------------------------------------------------------------
+Mon Oct  8 12:55:33 UTC 2018 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 2.3.3:
+  * Merge branch 'origin/master' into Weblate
+  * RDNN binary name (#80)
+  * Use GLib.Action accels for go back shortcut (#79)
+  * Switchboard.vala: fix deprecated methods (#77)
+- Switch to meson
+
+-------------------------------------------------------------------
+Fri Aug 17 14:50:41 UTC 2018 - avvi...@yandex.by
+
+- Update to 2.3.2:
+  * Switch to Meson build system (#75)
+  * Add EditorConfig
+  * ReadMe: Add link to Valadoc (#74)
+  * Add a screenshot to appdata (#69)
+
+-------------------------------------------------------------------
+Mon Jun 11 12:43:12 UTC 2018 - avvi...@yandex.by
+
+- Update to 2.3.1:
+  * RDNN metadata (#61)
+  * Valign category separators (#60)
+  * plug: handle plug visibility the right way (#56)
+  * plugs-manager: check for the .so suffix before doing anything 
+  * switchboard: use Gtk.Application instead of the deprecated 
+    Granite.Application (#57)
+
+-------------------------------------------------------------------
+Sat Jun  9 02:23:54 UTC 2018 - avvi...@yandex.by
+
+- Add accountsservice-ubuntu-schemas as required dependency
+- Change the LIBDIR variable
+- Remove obsolete macros
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  switchboard-2.3.0.tar.gz

New:
----
  switchboard-2.3.4.tar.gz

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

Other differences:
------------------
++++++ switchboard.spec ++++++
--- /var/tmp/diff_new_pack.RzkQme/_old  2018-12-24 11:47:12.181143782 +0100
+++ /var/tmp/diff_new_pack.RzkQme/_new  2018-12-24 11:47:12.181143782 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package switchboard
 #
-# 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,114 +12,92 @@
 # 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/
 #
 
 
 %define sover   2_0-0
 Name:           switchboard
-Version:        2.3.0
+Version:        2.3.4
 Release:        0
 Summary:        Modular Desktop Settings Hub
-License:        LGPL-2.1 and LGPL-3.0
+License:        LGPL-2.1-only AND LGPL-3.0-only
 Group:          System/GUI/Other
-Url:            https://launchpad.net/switchboard
+URL:            https://elementary.io/
 Source:         
https://github.com/elementary/switchboard/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  cmake >= 2.8
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  intltool
+BuildRequires:  meson >= 0.46.0
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(granite)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10
 BuildRequires:  pkgconfig(vapigen) >= 0.28.0
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
 
 %description
 Switchboard is a modular system settings hub designed for the Pantheon desktop.
 
 %package -n     lib%{name}-%{sover}
-Summary:        The core library for %{name}
+Summary:        Modular Desktop Settings Hub
 Group:          System/Libraries
 
 %description -n lib%{name}-%{sover}
-Modular Desktop Settings Hub.
-
 This package contains the shared library required to run the plugs.
 
 %package        devel
-Summary:        Development Files for Switchboard
+Summary:        Development Files for %{name}
 Group:          Development/Libraries/C and C++
 Requires:       lib%{name}-%{sover} = %{version}
 
 %description    devel
-Modular Desktop Settings Hub.
+Switchboard is a modular system settings hub designed for the Pantheon desktop.
 
 This package contains development files needed to develop plugins for
-the switchboard package.
+%{name}.
 
 %lang_package
 
 %prep
 %setup -q
 
-sed -i 's/\/metainfo/\/appdata/' $(grep -rwl 'metainfo')
-
 %build
-%cmake \
-    -DGSETTINGS_COMPILE=OFF \
-    -DUSE_UNITY=OFF
-
-make %{?_smp_mflags}
+%meson \
+  -Dlibunity=false
+%meson_build
 
 %install
-%cmake_install
-%suse_update_desktop_file org.pantheon.switchboard -r System HardwareSettings
-%find_lang %{name} %{?no_lang_C}
+%meson_install
+%suse_update_desktop_file io.elementary.switchboard -r System HardwareSettings
+%find_lang io.elementary.switchboard %{name}.lang
 %fdupes %{buildroot}%{_datadir}
 
-%post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-
 %post   -n lib%{name}-%{sover} -p /sbin/ldconfig
 %postun -n lib%{name}-%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING
-%{_bindir}/%{name}
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}.appdata.xml
-%{_datadir}/applications/org.pantheon.%{name}.desktop
-%{_datadir}/glib-2.0/schemas/org.pantheon.%{name}.gschema.xml
+%license COPYING
+%doc README.md
+%{_bindir}/io.elementary.switchboard
+%{_datadir}/applications/io.elementary.switchboard.desktop
+%{_datadir}/glib-2.0/schemas/io.elementary.switchboard.gschema.xml
+%{_datadir}/metainfo/io.elementary.switchboard.appdata.xml
 
 %files -n lib%{name}-%{sover}
-%defattr(-,root,root)
-%{_libdir}/lib%{name}*.so.*
+%{_libdir}/libswitchboard*.so.*
 
 %files devel
-%defattr(-,root,root,-)
-%{_libdir}/pkgconfig/%{name}-2.0.pc
-%{_datadir}/vala/vapi/
-%{_includedir}/%{name}*/
-%{_libdir}/lib%{name}*.so
+%{_includedir}/switchboard*/
+%{_libdir}/libswitchboard*.so
+%{_libdir}/pkgconfig/switchboard*.pc
+%{_datadir}/vala/vapi/switchboard*.deps
+%{_datadir}/vala/vapi/switchboard*.vapi
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ switchboard-2.3.0.tar.gz -> switchboard-2.3.4.tar.gz ++++++
++++ 13824 lines of diff (skipped)


Reply via email to