Hello community,
here is the log from the commit of package mate-user-share for openSUSE:Factory
checked in at 2020-03-03 10:17:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-user-share (Old)
and /work/SRC/openSUSE:Factory/.mate-user-share.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-user-share"
Tue Mar 3 10:17:08 2020 rev:12 rq:780543 version:1.24.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-user-share/mate-user-share.changes
2019-07-31 14:36:06.613874985 +0200
+++
/work/SRC/openSUSE:Factory/.mate-user-share.new.26092/mate-user-share.changes
2020-03-03 10:18:16.394902730 +0100
@@ -1,0 +2,12 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.24.0:
+ * Avoid redundant redeclarations.
+ * desktop files: Add translator hints.
+ * Let xgettext recognise caja-extension.in as a desktop file.
+ * Let Description in .caja-extension be translatable.
+ * Migrate from intltool to gettext.
+ * Update translations.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------
Old:
----
mate-user-share-1.23.0.tar.xz
New:
----
mate-user-share-1.24.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-user-share.spec ++++++
--- /var/tmp/diff_new_pack.1R0lD0/_old 2020-03-03 10:18:17.202904402 +0100
+++ /var/tmp/diff_new_pack.1R0lD0/_new 2020-03-03 10:18:17.206904411 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-user-share
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,24 @@
#
-%define _version 1.23
+%define _version 1.24
Name: mate-user-share
-Version: 1.23.0
+Version: 1.24.0
Release: 0
Summary: MATE Desktop file sharing for the masses
License: GPL-2.0-or-later
-Group: System/GUI/Other
URL: https://mate-desktop.org/
-Source:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source:
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gnome-doc-utils
BuildRequires: hicolor-icon-theme
-# set to _version when mate-common has an equal release
-BuildRequires: mate-common >= 1.22
+BuildRequires: mate-common >= %{_version}
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(dbus-glib-1)
-BuildRequires: pkgconfig(glib-2.0) >= 2.50
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
+BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcaja-extension) >= %{_version}
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libnotify)
@@ -56,7 +54,7 @@
NOCONFIGURE=1 mate-autogen
%configure \
--libexecdir=%{_libexecdir}/%{name}
-make %{?_smp_mflags} V=1
+%make_build
%install
%make_install
@@ -65,18 +63,6 @@
%suse_update_desktop_file %{name}-properties
%fdupes -s %{buildroot}/%{_datadir}/help
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%glib2_gsettings_schema_postun
-%endif
-
%files
%license COPYING
%doc NEWS README
++++++ mate-user-share-1.23.0.tar.xz -> mate-user-share-1.24.0.tar.xz ++++++
++++ 103448 lines of diff (skipped)