Hello community,

here is the log from the commit of package mate-control-center for 
openSUSE:Factory checked in at 2015-11-11 10:30:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.mate-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-control-center"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes  
2015-10-06 13:27:51.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-control-center.new/mate-control-center.changes 
    2015-11-11 10:30:35.000000000 +0100
@@ -1,0 +2,24 @@
+Thu Nov  5 20:43:01 UTC 2015 - [email protected]
+
+- Update to 1.12.0:
+  * Appearance: restored Interface tab.
+  * Display: show output names in addition to display names.
+  * Keybindings: added keybinding for logout.
+  * Touchpad settings: add option to enable/disable touchpad.
+  * Improve categorisation.
+  * Retrieve strings directly from gschema (requires intltool
+    0.50.1).
+  * Some more fixes and cleanups.
+
+-------------------------------------------------------------------
+Fri Oct  9 22:04:39 UTC 2015 - [email protected]
+
+- Update to 1.11:
+  * Switch to org.gnome.SessionManager.
+  * Display settings: add support to set the primary monitor.
+  * Gtk2 Restored Interface tab in Appearance capplet.
+  * Touchpad settings: add support for natural scrolling, 2 finger
+    and 3 finger clicks.
+  * Gtk3: Fix font rendering in Appearance and mate-font-viewer.
+
+-------------------------------------------------------------------

Old:
----
  mate-control-center-1.10.2.tar.xz

New:
----
  mate-control-center-1.12.0.tar.xz

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

Other differences:
------------------
++++++ mate-control-center.spec ++++++
--- /var/tmp/diff_new_pack.BQW4CA/_old  2015-11-11 10:30:36.000000000 +0100
+++ /var/tmp/diff_new_pack.BQW4CA/_new  2015-11-11 10:30:36.000000000 +0100
@@ -16,17 +16,19 @@
 #
 
 
-%define lname   libmate-window-settings1
-%define lslab   libmate-slab0
-%define _version 1.10
+%define soname  libmate-window-settings
+%define sover   1
+%define soname_slab libmate-slab
+%define sover_slab 0
+%define _version 1.12
 Name:           mate-control-center
-Version:        1.10.2
+Version:        1.12.0
 Release:        0
 Summary:        MATE Desktop control center
 License:        GPL-2.0+
 Group:          System/GUI/Other
 Url:            http://mate-desktop.org/
-Source0:        
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
@@ -37,13 +39,13 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libcanberra-gtk)
-BuildRequires:  pkgconfig(libmarco-private) >= 1.9.0
-BuildRequires:  pkgconfig(libmate-menu) >= 1.9.0
+BuildRequires:  pkgconfig(libmarco-private) >= %{_version}
+BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
 BuildRequires:  pkgconfig(libmatekbd)
 BuildRequires:  pkgconfig(libxklavier)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.9.0
-BuildRequires:  pkgconfig(mate-settings-daemon) >= 1.9.0
+BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
+BuildRequires:  pkgconfig(mate-settings-daemon) >= %{_version}
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(x11)
@@ -55,7 +57,7 @@
 Requires:       gsettings-desktop-schemas
 Recommends:     %{name}-lang
 %glib2_gsettings_schema_requires
-# libmate-slab
+# libmate-slab.
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(pango)
@@ -82,18 +84,10 @@
 This package provides the upstream definition of what appears in the
 control center.
 
-%package -n %{lslab}
-Summary:        MATE Desktop libslab port
-Group:          System/Libraries
-
-%description -n %{lslab}
-This library makes it easy to create tile-based UI for MATE, as seen in
-gnome-main-menu.
-
 %package devel
 Summary:        Header files for MATE Control Center
 Group:          Development/Libraries/Other
-Requires:       %{lname} = %{version}
+Requires:       %{soname}%{sover} = %{version}
 
 %description devel
 The control center is MATE's main interface for configuration of various
@@ -101,25 +95,33 @@
 
 This package provides MATE control center development files.
 
-%package -n libmate-slab-devel
+%package -n %{soname}%{sover}
+Summary:        Utility library for getting window manager settings
+Group:          System/Libraries
+
+%description -n %{soname}%{sover}
+This library is used by MATE control center to change preferences
+of window managers.
+
+%package -n %{soname_slab}%{sover_slab}
+Summary:        MATE Desktop libslab port
+Group:          System/Libraries
+
+%description -n %{soname_slab}%{sover_slab}
+This library makes it easy to create tile-based UI for MATE, as seen in
+gnome-main-menu.
+
+%package -n %{soname_slab}-devel
 Summary:        Header files for libslab
 Group:          Development/Libraries/Other
-Requires:       %{lslab} = %{version}
+Requires:       %{soname_slab}%{sover_slab} = %{version}
 
-%description -n libmate-slab-devel
+%description -n %{soname_slab}-devel
 This library makes it easy to create tile-based UI for MATE, as seen in
 gnome-main-menu.
 
 This package provides libslab development files.
 
-%package -n %{lname}
-Summary:        Utility library for getting window manager settings
-Group:          System/Libraries
-
-%description -n %{lname}
-This library is used by MATE control center to change preferences
-of window managers.
-
 %lang_package
 
 %prep
@@ -162,17 +164,18 @@
 %icon_theme_cache_postun
 %glib2_gsettings_schema_postun
 
-%post -n %{lname} -p /sbin/ldconfig
+%post -n %{soname}%{sover} -p /sbin/ldconfig
 
-%postun -n %{lname} -p /sbin/ldconfig
+%postun -n %{soname}%{sover} -p /sbin/ldconfig
 
-%post -n %{lslab} -p /sbin/ldconfig
+%post -n %{soname_slab}%{sover_slab} -p /sbin/ldconfig
 
-%postun -n %{lslab} -p /sbin/ldconfig
+%postun -n %{soname_slab}%{sover_slab} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
+%config %{_sysconfdir}/xdg/menus/mate-preferences-categories.menu
 %{_sbindir}/mate-display-properties-install-systemwide
 %{_bindir}/mate-*
 %{_datadir}/applications/*.desktop
@@ -199,9 +202,9 @@
 %dir %{_sysconfdir}/xdg/menus
 %config %{_sysconfdir}/xdg/menus/matecc.menu
 
-%files -n %{lslab}
+%files -n %{soname}%{sover}
 %defattr(-,root,root)
-%{_libdir}/libmate-slab.so.*
+%{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
 %defattr(-,root,root)
@@ -211,15 +214,15 @@
 %{_libdir}/pkgconfig/mate-keybindings.pc
 %{_libdir}/pkgconfig/mate-window-settings-2.0.pc
 
-%files -n libmate-slab-devel
+%files -n %{soname_slab}%{sover_slab}
 %defattr(-,root,root)
-%{_libdir}/pkgconfig/mate-slab.pc
-%{_includedir}/libmate-slab/
-%{_libdir}/libmate-slab.so
+%{_libdir}/%{soname_slab}.so.%{sover_slab}*
 
-%files -n %{lname}
+%files -n %{soname_slab}-devel
 %defattr(-,root,root)
-%{_libdir}/libmate-window-settings.so.*
+%{_libdir}/pkgconfig/mate-slab.pc
+%{_includedir}/%{soname_slab}/
+%{_libdir}/%{soname_slab}.so
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++++++ mate-control-center-1.10.2.tar.xz -> mate-control-center-1.12.0.tar.xz 
++++++
++++ 8295 lines of diff (skipped)


Reply via email to