Hello community,
here is the log from the commit of package mate-user-share for
openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mate-user-share (Old)
and /work/SRC/openSUSE:Leap:15.2/.mate-user-share.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-user-share"
Fri Mar 6 12:39:30 2020 rev:15 rq:781494 version:1.24.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mate-user-share/mate-user-share.changes
2020-01-15 15:28:34.666682380 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.mate-user-share.new.26092/mate-user-share.changes
2020-03-06 12:41:56.554781467 +0100
@@ -1,0 +2,45 @@
+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.
+
+-------------------------------------------------------------------
+Thu Jul 18 13:26:46 UTC 2019 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.23.0:
+ * Translations update
+ * silent output
+ * Fix HTTPD config notice
+ * help: update copyright
+- remove patch:
+ * mate-user-share-gtk-3.20.patch: we don't support gtk3.22
+ anymore
+- build require gtk >= 3.22 and glib >= 2.50
+- reduce duplicated files with fdupes
+
+-------------------------------------------------------------------
+Tue Mar 5 15:19:33 UTC 2019 - [email protected]
+
+- Update to version 1.22.0:
+ * caja-share-bar: Avoid deprecated g_type_class_add_private.
+ * Drop obsolete configure option from distcheck.
+ * Use make functions for HELP_LINGUAS.
+ * Disable deprecation warnings for distcheck.
+ * file-share-properties.ui: Avoid deprecations.
+ * Use the same legal.xml file.
+ * Update translations.
+- Rebase mate-user-share-gtk-3.20.patch.
+
+-------------------------------------------------------------------
+Fri Jun 22 17:10:44 UTC 2018 - [email protected]
+
+- Update to version 1.20.1:
+ * Update translations.
+
+-------------------------------------------------------------------
Old:
----
mate-user-share-1.20.0.tar.xz
mate-user-share-gtk-3.20.patch
New:
----
mate-user-share-1.24.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-user-share.spec ++++++
--- /var/tmp/diff_new_pack.C6yeAA/_old 2020-03-06 12:41:57.814782234 +0100
+++ /var/tmp/diff_new_pack.C6yeAA/_new 2020-03-06 12:41:57.842782250 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-user-share
#
-# Copyright (c) 2018 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
@@ -12,21 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%define _version 1.20
+%define _version 1.24
Name: mate-user-share
-Version: 1.20.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
-# PATCH-FEATURE-OPENSUSE mate-user-share-gtk-3.20.patch -- Restore GLib 2.48
and GTK+ 3.20 support.
-Patch0: mate-user-share-gtk-3.20.patch
+URL: https://mate-desktop.org/
+Source:
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires: fdupes
BuildRequires: gnome-doc-utils
BuildRequires: hicolor-icon-theme
BuildRequires: mate-common >= %{_version}
@@ -34,8 +32,8 @@
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(dbus-glib-1)
-BuildRequires: pkgconfig(glib-2.0) >= 2.48
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcaja-extension) >= %{_version}
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libnotify)
@@ -51,38 +49,22 @@
%prep
%setup -q
-%patch0 -p1
%build
NOCONFIGURE=1 mate-autogen
%configure \
--libexecdir=%{_libexecdir}/%{name}
-make %{?_smp_mflags} V=1
+%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}
%suse_update_desktop_file %{name}-properties
-
-%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
+%fdupes -s %{buildroot}/%{_datadir}/help
%files
-%if 0%{?suse_version} >= 1500
%license COPYING
-%else
-%doc COPYING
-%endif
%doc NEWS README
%config %{_sysconfdir}/xdg/autostart/mate-user-share-*.desktop
%{_bindir}/mate-file-share-properties
++++++ mate-user-share-1.20.0.tar.xz -> mate-user-share-1.24.0.tar.xz ++++++
++++ 144143 lines of diff (skipped)