Hello community,

here is the log from the commit of package mate-utils for openSUSE:Factory 
checked in at 2015-07-02 22:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-utils (Old)
 and      /work/SRC/openSUSE:Factory/.mate-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-utils/mate-utils.changes    2014-10-05 
20:33:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-utils.new/mate-utils.changes       
2015-07-03 00:10:08.000000000 +0200
@@ -1,0 +2,28 @@
+Thu Jun 18 07:52:18 UTC 2015 - [email protected]
+
+- Update to 1.10.1:
+  * Fix gschema translations.
+
+-------------------------------------------------------------------
+Thu May  7 10:14:32 UTC 2015 - [email protected]
+
+- Update to 1.10.0 (changes since 1.9.1):
+  * Use explicit names in .desktop files.
+  * Fix GLib >= 2.43 compatibility.
+  * Update translations.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Fri Jan 23 14:52:23 UTC 2015 - [email protected]
+
+- Update to version 1.9.1 (unstable)
+  + Bug fixes release
+
+-------------------------------------------------------------------
+Thu Dec 11 14:54:28 UTC 2014 - [email protected]
+
+- Update to version 1.9.0 (unstable)
+  + Add GTK3 support
+- Fix version requirements
+
+-------------------------------------------------------------------

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

New:
----
  mate-utils-1.10.1.tar.xz

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

Other differences:
------------------
++++++ mate-utils.spec ++++++
--- /var/tmp/diff_new_pack.3Vz2hG/_old  2015-07-03 00:10:09.000000000 +0200
+++ /var/tmp/diff_new_pack.3Vz2hG/_new  2015-07-03 00:10:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-utils
+# spec file for package mate-utils
 #
-# 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,59 +13,62 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
+%define _version 1.10
 Name:           mate-utils
-Version:        1.8.1
+Version:        1.10.1
 Release:        0
-License:        GPL-2.0+ and LGPL-2.0+ and GFDL-1.1
 Summary:        MATE Desktop utilities
-Url:            http://mate-desktop.org
+License:        GPL-2.0+ and LGPL-2.0+ and GFDL-1.1
 Group:          System/GUI/Other
-Source:         
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-%glib2_gsettings_schema_requires
-
+Url:            http://mate-desktop.org
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  itstool
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
-BuildRequires:  pkgconfig(libgtop-2.0)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= 1.8.0
-BuildRequires: pkgconfig(libcanberra-gtk)
-BuildRequires:  pkgconfig(gtk+-2.0)
+# Avoid owning /usr/share/mate-panel/
+BuildRequires:  mate-panel-branding-upstream
+BuildRequires:  popt-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libcanberra-gtk)
+BuildRequires:  pkgconfig(libgtop-2.0)
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= 1.9.0
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(zlib)
-BuildRequires:  popt-devel
-BuildRequires:  update-desktop-files
-# Avoid owned /usr/share/mate-panel
-BuildRequires:  mate-panel-branding-upstream
+%glib2_gsettings_schema_requires
 
 %description
-This package provides all the tools bundled with MATE Desktop utilities:
- - mate-disk-usage-analyzer, a disk usage analyser
- - mate-dictionary, a program which can look up the definition of words
- - mate-search-tool, with which one can find files by name or content
- - mate-system-log, a log viewing application
- - mate-screenshot, a tool to take desktop screenshots and save them
+This package provides all the tools bundled with MATE utilities:
+ - mate-disk-usage-analyzer, a disk usage analyser.
+ - mate-dictionary, a program which can look up definitions of words.
+ - mate-search-tool, with which one can find files by name or content.
+ - mate-system-log, a log viewing application.
+ - mate-screenshot, a tool to take desktop screenshots and save them.
 
 %package common-lang
 Summary:        Languages for MATE utilities
+License:        GPL-2.0+ and LGPL-2.0+ and GFDL-1.1
 Group:          System/Localization
-Provides:       mate-search-tool-lang = %{version}
-Provides:       mate-disk-usage-analyzer-lang = %{version}
 Provides:       mate-dictionary-lang = %{version}
-Provides:       mate-system-log-lang = %{version}
+Provides:       mate-disk-usage-analyzer-lang = %{version}
 Provides:       mate-screenshot-lang = %{version}
+Provides:       mate-search-tool-lang = %{version}
+Provides:       mate-system-log-lang = %{version}
 BuildArch:      noarch
 
 %description common-lang
 Provides common translations shared by Caja extensions
 
 %package -n mate-search-tool
-License:        GPL-2.0+
 Summary:        Mate Search Tool
+License:        GPL-2.0+
 Group:          System/GUI/Other
 Recommends:     mate-search-tool-lang
 
@@ -74,8 +77,8 @@
 command-line tools such as find and locate to get results.
 
 %package -n mate-disk-usage-analyzer
-License:        GPL-2.0+
 Summary:        Mate disk usage analyser
+License:        GPL-2.0+
 Group:          System/GUI/Other
 Recommends:     mate-disk-usage-analyzer-lang
 
@@ -88,8 +91,8 @@
 folder as far as any mounted/unmounted device.
 
 %package -n mate-dictionary
-License:        GPL-2.0+
 Summary:        Mate dictionary
+License:        GPL-2.0+
 Group:          System/GUI/Other
 Recommends:     mate-dictionary-lang
 
@@ -99,8 +102,8 @@
 words
 
 %package -n mate-system-log
-License:        GPL-2.0+
 Summary:        Mate system log viewer
+License:        GPL-2.0+
 Group:          System/GUI/Other
 Recommends:     mate-system-log-lang
 
@@ -110,8 +113,8 @@
 operating system.
 
 %package -n mate-screenshot
-License:        GPL-2.0+
 Summary:        Mate screenshot maker
+License:        GPL-2.0+
 Group:          System/GUI/Other
 Recommends:     mate-screenshot-lang
 
@@ -121,16 +124,16 @@
 save them.
 
 %package -n libmatedict6
-License:        GPL-2.0+
 Summary:        Library to look up words in dictionary sources
+License:        GPL-2.0+
 Group:          System/Libraries
 
 %description -n libmatedict6
 The matedict library is an engine to look up words in dictionary sources.
 
 %package -n libmatedict-devel
-License:        GPL-2.0+
 Summary:        Library to look up words in dictionary sources -- Development 
Files
+License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
 Requires:       libmatedict6 = %{version}
 
@@ -148,142 +151,146 @@
    --enable-ipv6=yes
 make %{?_smp_mflags}
 
-
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
-find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
-   rm -rf %{buildroot}%{_datadir}/MateConf
-fi
+find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}%{_datadir}
+
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+    rm -rf %{buildroot}%{_datadir}/MateConf/
+fi
+
 %suse_update_desktop_file mate-disk-usage-analyzer
 %suse_update_desktop_file mate-dictionary
 %suse_update_desktop_file mate-search-tool
 %suse_update_desktop_file mate-system-log
 %suse_update_desktop_file mate-screenshot
 
-%post -n libmatedict6
-/sbin/ldconfig
+%post -n libmatedict6 -p /sbin/ldconfig
+
+%postun -n libmatedict6 -p /sbin/ldconfig
 
 %post -n mate-disk-usage-analyzer
-%glib2_gsettings_schema_post
 %desktop_database_post
+%glib2_gsettings_schema_post
+
+%postun -n mate-disk-usage-analyzer
+%desktop_database_postun
+%glib2_gsettings_schema_postun
 
 %post -n mate-dictionary
-%glib2_gsettings_schema_post
 %desktop_database_post
-
-%post -n mate-screenshot
 %glib2_gsettings_schema_post
-%desktop_database_post
 
-%post -n mate-search-tool
+%postun -n mate-dictionary
+%desktop_database_postun
 %glib2_gsettings_schema_post
-%desktop_database_post
 
-%post -n mate-system-log
-%glib2_gsettings_schema_post
+%post -n mate-screenshot
 %desktop_database_post
+%glib2_gsettings_schema_post
 
-%postun -n libmatedict6
-/sbin/ldconfig
-
-%postun -n mate-disk-usage-analyzer
-%glib2_gsettings_schema_postun
+%postun -n mate-screenshot
 %desktop_database_postun
-
-%postun -n mate-dictionary
 %glib2_gsettings_schema_postun
-%desktop_database_postun
 
-%postun -n mate-screenshot
-%glib2_gsettings_schema_postun
-%desktop_database_postun
+%post -n mate-search-tool
+%desktop_database_post
+%glib2_gsettings_schema_post
 
 %postun -n mate-search-tool
-%glib2_gsettings_schema_postun
 %desktop_database_postun
+%glib2_gsettings_schema_postun
+
+%post -n mate-system-log
+%desktop_database_post
+%glib2_gsettings_schema_post
 
 %postun -n mate-system-log
-%glib2_gsettings_schema_postun
 %desktop_database_postun
+%glib2_gsettings_schema_postun
 
 %files -n mate-disk-usage-analyzer
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog README COPYING COPYING.docs COPYING.libs
+%defattr(-,root,root)
+%doc AUTHORS COPYING* NEWS README
+%{_datadir}/help/C/mate-disk-usage-analyzer/
 %{_bindir}/mate-disk-usage-analyzer
-%{_datadir}/applications/mate-disk-usage-analyzer.desktop
 %{_datadir}/mate-disk-usage-analyzer/
 %{_datadir}/glib-2.0/schemas/org.mate.disk-usage-analyzer.gschema.xml
-%{_datadir}/help/C/mate-disk-usage-analyzer/
-%{_datadir}/icons/hicolor/*/apps/mate-disk-usage-analyzer.png
-%{_datadir}/icons/hicolor/scalable/apps/mate-disk-usage-analyzer.svg
-%{_mandir}/man1/mate-disk-usage-analyzer.1*
+%{_datadir}/applications/mate-disk-usage-analyzer.desktop
+%{_datadir}/icons/hicolor/*/apps/mate-disk-usage-analyzer.*
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/mate-disk-usage-analyzer.appdata.xml
+%{_mandir}/man?/mate-disk-usage-analyzer.?%{?ext_man}
 
 %files -n mate-dictionary
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog README COPYING COPYING.docs COPYING.libs
+%defattr(-,root,root)
+%doc AUTHORS COPYING* NEWS README
 %{_datadir}/help/C/mate-dictionary/
 %{_bindir}/mate-dictionary
-%{_datadir}/applications/mate-dictionary.desktop
 
%{_datadir}/dbus-1/services/org.mate.panel.applet.DictionaryAppletFactory.service
 %{_datadir}/glib-2.0/schemas/org.mate.dictionary.gschema.xml
 %{_datadir}/mate-dictionary/
 %{_datadir}/mate-panel/applets/org.mate.DictionaryApplet.mate-panel-applet
-%dir %{_libexecdir}/mate-utils
+%dir %{_libexecdir}/mate-utils/
 %{_libexecdir}/mate-utils/mate-dictionary-applet
-%{_mandir}/man1/mate-dictionary.1*
+%{_datadir}/applications/mate-dictionary.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/mate-dictionary.appdata.xml
+%{_mandir}/man?/mate-dictionary.?%{?ext_man}
 
 %files -n mate-screenshot
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog README COPYING COPYING.docs COPYING.libs
+%defattr(-,root,root)
+%doc AUTHORS COPYING* NEWS README
 %{_bindir}/mate-panel-screenshot
 %{_bindir}/mate-screenshot
-%{_datadir}/applications/mate-screenshot.desktop
 %{_datadir}/glib-2.0/schemas/org.mate.screenshot.gschema.xml
 %{_datadir}/mate-screenshot/
-%{_mandir}/man1/mate-panel-screenshot.1.gz
-%{_mandir}/man1/mate-screenshot.1*
+%{_datadir}/applications/mate-screenshot.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/mate-screenshot.appdata.xml
+%{_mandir}/man?/mate-panel-screenshot.?%{?ext_man}
+%{_mandir}/man?/mate-screenshot.?%{?ext_man}
 
 %files -n mate-search-tool
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog README COPYING COPYING.docs COPYING.libs
+%defattr(-,root,root)
+%doc AUTHORS COPYING* NEWS README
+%{_datadir}/help/C/mate-search-tool/
 %{_bindir}/mate-search-tool
-%{_datadir}/applications/mate-search-tool.desktop
 %{_datadir}/glib-2.0/schemas/org.mate.search-tool.gschema.xml
-%{_datadir}/help/C/mate-search-tool
-%{_mandir}/man1/mate-search-tool.1.gz
-%dir %{_datadir}/pixmaps/mate-search-tool
-%{_datadir}/pixmaps/mate-search-tool/thumbnail_frame.png
+%{_datadir}/applications/mate-search-tool.desktop
+%{_datadir}/pixmaps/mate-search-tool/
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/mate-search-tool.appdata.xml
+%{_mandir}/man?/mate-search-tool.?%{?ext_man}
 
 %files -n mate-system-log
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog README COPYING COPYING.docs COPYING.libs
+%defattr(-,root,root)
+%doc AUTHORS COPYING* NEWS README
 %{_datadir}/help/C/mate-system-log/
 %{_bindir}/mate-system-log
 %{_datadir}/applications/mate-system-log.desktop
 %{_datadir}/glib-2.0/schemas/org.mate.system-log.gschema.xml
 %{_datadir}/mate-utils/
-%{_mandir}/man1/mate-system-log.1*
+%{_mandir}/man?/mate-system-log.?%{?ext_man}
 
 %files -n libmatedict6
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog README COPYING COPYING.docs COPYING.libs
-%{_datadir}/mate-dict
+%defattr(-,root,root)
+%doc AUTHORS COPYING* NEWS README
+%{_datadir}/mate-dict/
 %{_libdir}/libmatedict.so.*
 
 %files -n libmatedict-devel
-%defattr(-,root,root,-)
-%dir %{_includedir}/mate-dict
-%{_includedir}/mate-dict/gdict
-%{_datadir}/gtk-doc/html/mate-dict
+%defattr(-,root,root)
+%doc %{_datadir}/gtk-doc/html/mate-dict/
+%{_includedir}/mate-dict/
 %{_libdir}/libmatedict.so
 %{_libdir}/pkgconfig/mate-dict.pc
 
 %files common-lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_datadir}/help/
-%exclude %{_datadir}/help/C
+%exclude %{_datadir}/help/C/
 
 %changelog

++++++ mate-utils-1.8.1.tar.xz -> mate-utils-1.10.1.tar.xz ++++++
++++ 337352 lines of diff (skipped)


Reply via email to