Hello community,

here is the log from the commit of package mate-utils for openSUSE:Factory 
checked in at 2015-11-11 10:31:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-09-03 
18:10:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-utils.new/mate-utils.changes       
2015-11-11 10:35:13.000000000 +0100
@@ -1,0 +2,17 @@
+Thu Nov  5 20:43:01 UTC 2015 - [email protected]
+
+- Update to 1.12.0.
+
+-------------------------------------------------------------------
+Thu Oct 15 18:45:24 UTC 2015 - [email protected]
+
+- Update to 1.11.0:
+  * Add application icon to mate-system-log.
+  * Add timestamp instead of window name to screenshot filenames by
+    default.
+  * Have dictionary applet background automatically painted.
+  * Translation fixes for gsettings schemas.
+  * Some more fixes and cleanups (including source tree
+    reorganisation).
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ mate-utils.spec ++++++
--- /var/tmp/diff_new_pack.6bRzSh/_old  2015-11-11 10:35:14.000000000 +0100
+++ /var/tmp/diff_new_pack.6bRzSh/_new  2015-11-11 10:35:14.000000000 +0100
@@ -16,22 +16,25 @@
 #
 
 
-%define _version 1.10
+%define soname_dict libmatedict
+%define sover_dict 6
+%define _version 1.12
 Name:           mate-utils
-Version:        1.10.3
+Version:        1.12.0
 Release:        0
 Summary:        MATE Desktop utilities
 License:        GPL-2.0+ and LGPL-2.0+ and GFDL-1.1
 Group:          System/GUI/Other
-Url:            http://mate-desktop.org
+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:  mate-common >= %{_version}
 BuildRequires:  popt-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libcanberra-gtk)
@@ -51,6 +54,7 @@
  - mate-screenshot, a tool to take desktop screenshots and save them.
 
 %package common-lang
+# FIXME: consider using %%lang_package macro
 Summary:        Languages for MATE utilities
 License:        GPL-2.0+ and LGPL-2.0+ and GFDL-1.1
 Group:          System/Localization
@@ -121,23 +125,23 @@
 mate-screenshot is a program which cantake desktop screenshots and
 save them.
 
-%package -n libmatedict6
+%package -n %{soname_dict}%{sover_dict}
 Summary:        Library to look up words in dictionary sources
 License:        GPL-2.0+
 Group:          System/Libraries
 
-%description -n libmatedict6
+%description -n %{soname_dict}%{sover_dict}
 The matedict library is an engine to look up words in dictionary sources.
 
-%package -n libmatedict-devel
+%package -n %{soname_dict}-devel
 Summary:        Library to look up words in dictionary sources -- Development 
Files
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
-Requires:       libmatedict6 = %{version}
+Requires:       %{soname_dict}%{sover_dict} = %{version}
 
-%description -n libmatedict-devel
+%description -n %{soname_dict}-devel
 The matedict library is an engine to look up words in dictionary sources.
-This package contains development files for libmatedict
+This package contains development files for libmatedict.
 
 %prep
 %setup -q
@@ -165,9 +169,9 @@
 %suse_update_desktop_file mate-system-log
 %suse_update_desktop_file mate-screenshot
 
-%post -n libmatedict6 -p /sbin/ldconfig
+%post -n %{soname_dict}%{sover_dict} -p /sbin/ldconfig
 
-%postun -n libmatedict6 -p /sbin/ldconfig
+%postun -n %{soname_dict}%{sover_dict} -p /sbin/ldconfig
 
 %post -n mate-disk-usage-analyzer
 %desktop_database_post
@@ -273,19 +277,20 @@
 %{_datadir}/applications/mate-system-log.desktop
 %{_datadir}/glib-2.0/schemas/org.mate.system-log.gschema.xml
 %{_datadir}/mate-utils/
+%{_datadir}/icons/hicolor/*/apps/mate-system-log*
 %{_mandir}/man?/mate-system-log.?%{?ext_man}
 
-%files -n libmatedict6
+%files -n %{soname_dict}%{sover_dict}
 %defattr(-,root,root)
 %doc AUTHORS COPYING* NEWS README
 %{_datadir}/mate-dict/
-%{_libdir}/libmatedict.so.*
+%{_libdir}/%{soname_dict}.so.%{sover_dict}*
 
-%files -n libmatedict-devel
+%files -n %{soname_dict}-devel
 %defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/mate-dict/
 %{_includedir}/mate-dict/
-%{_libdir}/libmatedict.so
+%{_libdir}/%{soname_dict}.so
 %{_libdir}/pkgconfig/mate-dict.pc
 
 %files common-lang -f %{name}.lang

++++++ mate-utils-1.10.3.tar.xz -> mate-utils-1.12.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/mate-utils/mate-utils-1.10.3.tar.xz 
/work/SRC/openSUSE:Factory/.mate-utils.new/mate-utils-1.12.0.tar.xz differ: 
char 26, line 1


Reply via email to