Hello community,
here is the log from the commit of package mate-screensaver for
openSUSE:Factory checked in at 2020-03-03 10:16:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-screensaver (Old)
and /work/SRC/openSUSE:Factory/.mate-screensaver.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-screensaver"
Tue Mar 3 10:16:54 2020 rev:26 rq:780536 version:1.24.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-screensaver/mate-screensaver.changes
2019-07-31 14:35:37.441889879 +0200
+++
/work/SRC/openSUSE:Factory/.mate-screensaver.new.26092/mate-screensaver.changes
2020-03-03 10:17:59.514867806 +0100
@@ -1,0 +2,21 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.24.0 (changes since 1.23.0):
+ * Set compiler debug flags / logging with MATE_DEBUG_CHECK.
+ * Use WARN_CFLAGS which are only set with
+ --enable-compiler-warnings.
+ * Add keywords key to .desktop files.
+ * Avoid g_type_class_add_private.
+ * Remove old HAL remnants.
+ * Ensure lock on suspend and unlock on resume.
+ * Use gresources for mate-screensaver-preferences.ui.
+ * lock-dialog: Add style_provider to current screen globally.
+ * Replace deprecated gtk_css_provider_get_default.
+ * Drop libXxf86 dependency.
+ * Avoid redundant redeclarations.
+ * Migrate from intltool to gettext.
+ * Update translations.
+- Remove drop-libXxf89-dependency.patch: fixed upstream.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------
Old:
----
drop-libXxf89-dependency.patch
mate-screensaver-1.23.0.tar.xz
New:
----
mate-screensaver-1.24.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-screensaver.spec ++++++
--- /var/tmp/diff_new_pack.3jckdB/_old 2020-03-03 10:18:01.010870901 +0100
+++ /var/tmp/diff_new_pack.3jckdB/_new 2020-03-03 10:18:01.010870901 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-screensaver
#
-# 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,21 +16,17 @@
#
-%define _version 1.23
+%define _version 1.24
Name: mate-screensaver
-Version: 1.23.0
+Version: 1.24.0
Release: 0
Summary: MATE Desktop screensaver
License: GPL-2.0-or-later AND LGPL-2.0-or-later
-Group: System/GUI/Other
URL: https://mate-desktop.org/
Source:
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE mate-screensaver-1.7.1-vendor_pam_integration.patch
[email protected] -- PAM integration with SUSE.
Patch0: mate-screensaver-1.7.1-vendor_pam_integration.patch
-# PATCH-FIX-UPSTREAM drop-libXxf89-dependency.patch -- drop the dependency on
libXxf89. Fixes boo#1139857
-Patch1: drop-libXxf89-dependency.patch
-# set to _version when mate-common has an equal release
-BuildRequires: mate-common >= 1.22
+BuildRequires: mate-common >= %{_version}
BuildRequires: pam-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
@@ -40,8 +36,8 @@
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gl)
-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(libmate-menu) >= %{_version}
BuildRequires: pkgconfig(libmatekbdui)
BuildRequires: pkgconfig(libnotify)
@@ -64,7 +60,6 @@
%package devel
Summary: Development files for mate-screensaver
-Group: Development/Sources
Requires: %{name} = %{version}
%description devel
@@ -87,7 +82,7 @@
--with-systemd \
--without-console-kit \
--disable-docbook-docs
-make %{?_smp_mflags} V=1
+%make_build
%install
%make_install
@@ -99,16 +94,6 @@
done
popd
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-%endif
-
%files
%license COPYING COPYING.LIB
%doc README NEWS
++++++ mate-screensaver-1.23.0.tar.xz -> mate-screensaver-1.24.0.tar.xz ++++++
++++ 126318 lines of diff (skipped)