Hello community, here is the log from the commit of package mate-screensaver for openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mate-screensaver (Old) and /work/SRC/openSUSE:Leap:15.2/.mate-screensaver.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-screensaver" Fri Mar 6 12:39:20 2020 rev:16 rq:781190 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mate-screensaver/mate-screensaver.changes 2020-01-15 15:28:30.686680156 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mate-screensaver.new.26092/mate-screensaver.changes 2020-03-06 12:41:12.078754431 +0100 @@ -1,0 +2,71 @@ +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. + +------------------------------------------------------------------- +Thu Jul 18 11:59:21 UTC 2019 - Jonathan Brielmaier <[email protected]> + +- Update to version 1.23.0: + * Update translations +- add patches: + * drop-libXxf89-dependency.patch: drop the dependency on libXxf89 + as it got removed from TW, fixes boo#1139857 +- remove patches: + * mate-screensaver-gtk-3.20.patch: we don't support gtk3.20 and + glib3.28 anymore +- remove xxf86misc and xxf86vm from BuildRequires +- require gtk >= 3.22 and glib >= 3.50 + +------------------------------------------------------------------- +Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <[email protected]> + +- Update to version 1.22.1: + * Add elogind support. + * Update translations. + +------------------------------------------------------------------- +Tue Mar 5 15:19:33 UTC 2019 - [email protected] + +- Update to version 1.22.0: + * Bump required version of mate-menus. + * Support new mate-menus api. + * Fix some GDK deprecations. + * Fix a gdk_flush warning. + * Avoid deprecated GtkStock. + * Make translatable the auth-username-label in + lock-dialog-default.ui. + * mate-screensaver-command: Support unlocking (--unlock) the + screensaver via CLI. + * fade: Fix fade computation math. + * gs-grab-x11: Replace deprecated gdk_error_trap_push/pop. + * gs-visual-gl: Replace deprecated gdk_error_trap_push/pop. + * gs-lock-plug: Avoid deprecated gdk_keymap_get_default. + * Update translations. +- Rebase mate-screensaver-gtk-3.20.patch. + +------------------------------------------------------------------- +Sat Dec 22 20:48:48 UTC 2018 - [email protected] + +- Update to version 1.20.3: + * Disable deprecation warnings for distcheck. + * Remove "monitor" pointer from debug information. + * Update translations. +- Rebase mate-screensaver-gtk-3.20.patch. + +------------------------------------------------------------------- Old: ---- mate-screensaver-1.20.2.tar.xz mate-screensaver-gtk-3.20.patch New: ---- mate-screensaver-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-screensaver.spec ++++++ --- /var/tmp/diff_new_pack.uU9YDl/_old 2020-03-06 12:41:12.522754701 +0100 +++ /var/tmp/diff_new_pack.uU9YDl/_new 2020-03-06 12:41:12.526754704 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-screensaver # -# 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,23 +12,20 @@ # 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-screensaver -Version: 1.20.2 +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: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz +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-FEATURE-OPENSUSE mate-screensaver-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 3.20 support. -Patch1: mate-screensaver-gtk-3.20.patch BuildRequires: mate-common >= %{_version} BuildRequires: pam-devel BuildRequires: pkgconfig @@ -39,8 +36,8 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gl) -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(libmate-menu) >= %{_version} BuildRequires: pkgconfig(libmatekbdui) BuildRequires: pkgconfig(libnotify) @@ -51,8 +48,6 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xscrnsaver) -BuildRequires: pkgconfig(xxf86misc) -BuildRequires: pkgconfig(xxf86vm) Requires: mate-session-manager-gschemas >= %{_version} Recommends: %{name}-lang Recommends: xscreensaver-data @@ -65,7 +60,6 @@ %package devel Summary: Development files for mate-screensaver -Group: Development/Sources Requires: %{name} = %{version} %description devel @@ -77,9 +71,7 @@ %lang_package %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build NOCONFIGURE=1 mate-autogen @@ -90,7 +82,7 @@ --with-systemd \ --without-console-kit \ --disable-docbook-docs -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -102,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.20.2.tar.xz -> mate-screensaver-1.24.0.tar.xz ++++++ ++++ 136665 lines of diff (skipped)
