Hello community,

here is the log from the commit of package mate-desktop for openSUSE:Factory 
checked in at 2016-01-12 16:12:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.mate-desktop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-desktop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-desktop/mate-desktop.changes        
2015-12-01 09:20:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mate-desktop.new/mate-desktop.changes   
2016-01-12 16:12:34.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Jan  6 13:21:22 UTC 2016 - sor.ale...@meowr.ru
+
+- Enable GObject Introspection.
+- Rename mate-desktop-gsettings-schemas to mate-desktop-gschemas.
+- Add mate-desktop-gschemas branding, for now to alter default
+  cursor theme.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mate-desktop.spec ++++++
--- /var/tmp/diff_new_pack.6vZxfJ/_old  2016-01-12 16:12:35.000000000 +0100
+++ /var/tmp/diff_new_pack.6vZxfJ/_new  2016-01-12 16:12:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-desktop
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,6 +18,7 @@
 
 %define soname  libmate-desktop-2
 %define sover   17
+%define typelib typelib-1_0-MateDesktop-2_0
 %define _version 1.12
 Name:           mate-desktop
 Version:        1.12.1
@@ -34,6 +35,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dconf) >= 0.13.4
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.7
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
@@ -44,30 +46,64 @@
 Recommends:     mate-user-guide
 
 %description
-This package contains the library with common API for various MATE modules.
+This package contains the library with common API for various
+MATE modules.
 
 %lang_package
 
 %package -n %{soname}-%{sover}
 Summary:        Library with common API for various MATE modules
+License:        GPL-2.0+ and LGPL-2.1+ and MIT
 Group:          System/Libraries
-Requires:       %{name}-gsettings-schemas >= %{version}
+Requires:       %{name}-gschemas >= %{version}
 
 %description -n %{soname}-%{sover}
-This package contains the library with common API for various MATE modules.
+This package contains the library with common API for various
+MATE modules.
 
 # Separate shared schemas to make MATE desktop applications usable standalone.
 
-%package gsettings-schemas
-Summary:        Mate Desktop schemas
+%package -n %{typelib}
+Summary:        Common API for various MATE modules typelib
+License:        GPL-2.0+
+Group:          System/GUI/Other
+
+%description -n %{typelib}
+This package contains the library with common API for various
+MATE modules.
+
+%package gschemas
+Summary:        MATE Desktop GSchemas
+License:        GPL-2.0+ and LGPL-2.1+ and MIT
 Group:          System/Libraries
+Requires:       %{name}-gschemas-branding >= %{version}
+# mate-desktop-gsettings-schemas was last used in openSUSE Leap 42.1.
+Obsoletes:      %{name}-gsettings-schemas < %{version}-%{release}
+Provides:       %{name}-gsettings-schemas = %{version}-%{release}
+%glib2_gsettings_schema_requires
+
+%description gschemas
+This package provides the GSettings schemas for
+MATE Desktop Environment.
+
+%package gschemas-branding-upstream
+Summary:        MATE Desktop GSchemas -- Upstream default settings
+License:        GPL-2.0+
+Group:          System/GUI/Other
+Requires:       %{name}-gschemas = %{version}
+Supplements:    packageand(%{name}-gschemas:branding-upstream)
+Conflicts:      otherproviders(%{name}-gschemas-branding)
+Provides:       %{name}-gschemas-branding = %{version}
+BuildArch:      noarch
 %glib2_gsettings_schema_requires
 
-%description gsettings-schemas
-This package provides the gsettings schemas for MATE Desktop Environment.
+%description gschemas-branding-upstream
+This package contains the upstream default settings for
+MATE Desktop GSchemas.
 
 %package devel
 Summary:        MATE module API library development files
+License:        GPL-2.0+ and LGPL-2.1+ and MIT
 Group:          Development/Libraries/Other
 Requires:       %{soname}-%{sover} = %{version}
 
@@ -106,10 +142,16 @@
 %postun
 %desktop_database_postun
 
-%post gsettings-schemas
+%post gschemas
+%glib2_gsettings_schema_post
+
+%postun gschemas
+%glib2_gsettings_schema_postun
+
+%post gschemas-branding-upstream
 %glib2_gsettings_schema_post
 
-%postun gsettings-schemas
+%postun gschemas-branding-upstream
 %glib2_gsettings_schema_postun
 
 %post -n %{soname}-%{sover} -p /sbin/ldconfig
@@ -130,22 +172,30 @@
 %{_datadir}/icons/hicolor/*/apps/mate*
 %{_mandir}/man?/*.?%{?ext_man}
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %files -n %{soname}-%{sover}
 %defattr(-,root,root)
 %{_libdir}/%{soname}.so.%{sover}*
 
-%files gsettings-schemas
+%files -n %{typelib}
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/MateDesktop-2.0.typelib
+
+%files gschemas
 %defattr(-,root,root)
 %{_datadir}/glib-2.0/schemas/*.xml
 
+%files gschemas-branding-upstream
+%defattr (-,root,root)
+
 %files devel
 %defattr(-,root,root)
 %{_includedir}/%{name}-2.0/
 %{_libdir}/%{soname}.so
 %{_libdir}/pkgconfig/%{name}-2.0.pc
+%{_datadir}/gir-1.0/MateDesktop-2.0.gir
 %{_datadir}/gtk-doc/html/%{name}/
 
-%files lang -f %{name}.lang
-%defattr(-,root,root)
-
 %changelog


Reply via email to