Hello community,

here is the log from the commit of package mate-desktop for openSUSE:Factory 
checked in at 2015-07-02 22:49:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2014-05-10 22:58:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-desktop.new/mate-desktop.changes   
2015-07-03 00:09:50.000000000 +0200
@@ -1,0 +2,47 @@
+Wed Apr 15 01:30:31 UTC 2015 - [email protected]
+
+- Update to version 1.10.0
+  * Bugfixes release
+- Remove mate-desktop-no-return-in-nonvoid-function.patch.patch; fixed
+  on upstream release
+
+-------------------------------------------------------------------
+Mon Mar 23 15:57:52 UTC 2015 - [email protected]
+
+- Update to version 1.9.90 (unstable)
+  * Bugfixes release
+
+-------------------------------------------------------------------
+Thu Jan 22 18:47:42 UTC 2015 - [email protected]
+
+- Update to version 1.9.4 (unstable)
+  * Turn MateRRScreen, GnomeRRConfig and GnomeOutputInfo into a GObject.
+  * Add gobject introspection
+  * Many RANDR fixes
+  * interface: add automatic-mnemonics key for Gtk xsetting
+  * use GDK_WINDOW_XID for inter-GTK compatibility
+
+-------------------------------------------------------------------
+Tue Nov 11 17:02:37 UTC 2014 - [email protected]
+
+- Update to version 1.9.3 (unstable)
+  + Updated mpaste for website change
+
+-------------------------------------------------------------------
+Sun Oct 26 10:26:12 UTC 2014 - [email protected]
+
+- Update to version 1.9.2 (unstable)
+  + Added org.mate.debug GSettings schema
+- Changes from version 1.9.1 (unstable)
+  + Added MateColorButton class to have traditional color selection
+    dialog with GTK3
+- Changes from version 1.9.0
+  + Removed desktop-docs
+  + Removed user guide
+  + Removed libunique optional dependency
+  + Added MateAboutDialog class to have traditional about dialog with
+    GTK3 too
+- Remove pkgconfig(unique-1.0) BuildRequires; upstream removed 
+  dependency 
+
+-------------------------------------------------------------------

Old:
----
  mate-desktop-1.8.1.tar.xz

New:
----
  mate-desktop-1.10.0.tar.xz

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

Other differences:
------------------
++++++ mate-desktop.spec ++++++
--- /var/tmp/diff_new_pack.kjTYDz/_old  2015-07-03 00:09:51.000000000 +0200
+++ /var/tmp/diff_new_pack.kjTYDz/_new  2015-07-03 00:09:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-desktop
+# spec file for package mate-desktop
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,63 +13,63 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
+%define lname   libmate-desktop-2-17
+%define _version 1.10
 Name:           mate-desktop
-%define _name   libmate-desktop-2-17
-Version:        1.8.1
+Version:        1.10.0
 Release:        0
-License:        GPL-2.0+ and LGPL-2.1+ and MIT
 Summary:        Library with common API for various MATE modules
-Url:            http://mate-desktop.org/
+License:        GPL-2.0+ and LGPL-2.1+ and MIT
 Group:          System/GUI/Other
-Source0:        
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+Url:            http://mate-desktop.org/
+Source0:        
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 Source1:        user-dirs-update-mate.desktop
-Requires:       xdg-user-dirs-gtk
-Recommends:     %{name}-lang
-
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxml2-python
-BuildRequires:  mate-common
+BuildRequires:  mate-common >= 1.9.0
+BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dconf)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(python)
-BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(xrandr)
-BuildRequires:  update-desktop-files
-BuildRequires:  yelp-tools
+Requires:       xdg-user-dirs-gtk
+Recommends:     %{name}-lang = %{version}
 
 %description
-This package contain the library with common API for various MATE modules.
+This package contains the library with common API for various MATE modules.
 
-%package -n %{_name}
+%package -n %{lname}
 Summary:        Library with common API for various MATE modules
 Group:          System/Libraries
 Requires:       %{name}-gsettings-schemas = %{version}
 
-%description -n %{_name}
-This package contain the library with common API for various MATE modules.
+%description -n %{lname}
+This package contains the library with common API for various MATE modules.
+
+# Separate shared schemas to make MATE desktop applications usable standalone.
 
-# needed to get mate desktop applications usable standalone as it
-# contains shared schemas
 %package gsettings-schemas
 Summary:        Mate Desktop schemas
-License:        LGPL-2.0+
 Group:          System/Libraries
 %glib2_gsettings_schema_requires
 
 %description gsettings-schemas
-This package provides the gsettings schemas for Mate Desktop environment.
+This package provides the gsettings schemas for MATE Desktop Environment.
 
 %package devel
 Summary:        MATE module API library development files
 Group:          Development/Libraries/Other
-Requires:       %{_name} = %{version}-%{release}
+Requires:       %{lname} = %{version}
 
 %description devel
-This package contain the library with common API for various MATE modules.
+This package contains the library with common API for various MATE modules.
 
 %lang_package
 
@@ -77,26 +77,26 @@
 %setup -q
 
 %build
-%configure                                    \
-   --disable-static                          
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
-find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
-install -D -m 0644 %{S:1}    \
+find %{buildroot} -type f -name "*.la" -delete -print
+
+install -Dm 0644 %{SOURCE1} \
    %{buildroot}%{_sysconfdir}/xdg/autostart/user-dirs-update-mate.desktop
 %suse_update_desktop_file mate-about
-%suse_update_desktop_file mate-user-guide
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
-   rm -rf %{buildroot}%{_datadir}/MateConf
+%suse_update_desktop_file mate-color-select
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+    rm -rf %{buildroot}%{_datadir}/MateConf/
 fi
 
-# remove conflicting files with gnome
-rm -fr %{buildroot}%{_datadir}/help/*/fdl
-rm -fr %{buildroot}%{_datadir}/help/*/gpl
-rm -fr %{buildroot}%{_datadir}/help/*/lgpl
+# Remove conflicting with GNOME files.
+rm -rf %{buildroot}%{_datadir}/help/*/fdl
+rm -rf %{buildroot}%{_datadir}/help/*/gpl
+rm -rf %{buildroot}%{_datadir}/help/*/lgpl
 
 %post
 %desktop_database_post
@@ -104,7 +104,7 @@
 %post gsettings-schemas
 %glib2_gsettings_schema_post
 
-%post -n %{_name} -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
 %postun
 %desktop_database_postun
@@ -112,42 +112,38 @@
 %postun gsettings-schemas
 %glib2_gsettings_schema_postun
 
-%postun -n %{_name} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc AUTHORS COPYING
 %dir %{_datadir}/mate-about
 %{_sysconfdir}/xdg/autostart/user-dirs-update-mate.desktop
 %{_bindir}/mate-about
-%{_bindir}/mate-gsettings-toggle
+%{_bindir}/mate-color-select
 %{_datadir}/applications/mate-about.desktop
-%{_datadir}/applications/mate-user-guide.desktop
+%{_datadir}/applications/mate-color-select.desktop
 %{_datadir}/lib%{name}/
 %{_datadir}/mate-about/mate-version.xml
-%{_datadir}/help/C/
-%{_mandir}/man1/mate-about.1.gz
-%{_mandir}/man1/mate-gsettings-toggle.1.gz
+%{_mandir}/man?/mate-about.?%{?ext_man}
 %{?with_gnucat: %{_datadir}/pixmaps/gnu-cat*}
 
-%files -n %{_name}
-%defattr(-,root,root,-)
+%files -n %{lname}
+%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files gsettings-schemas
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_datadir}/glib-2.0/schemas/*.xml
 
 %files devel
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_includedir}/%{name}-2.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}-2.0.pc
 %{_datadir}/gtk-doc/html/%{name}/
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
-%{_datadir}/help/
-%exclude %{_datadir}/help/C/
+%defattr(-,root,root)
 
 %changelog

++++++ mate-desktop-1.8.1.tar.xz -> mate-desktop-1.10.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/mate-desktop/mate-desktop-1.8.1.tar.xz 
/work/SRC/openSUSE:Factory/.mate-desktop.new/mate-desktop-1.10.0.tar.xz differ: 
char 25, line 1


Reply via email to