Hello community, here is the log from the commit of package metacity for openSUSE:Leap:15.2 checked in at 2020-03-27 16:43:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/metacity (Old) and /work/SRC/openSUSE:Leap:15.2/.metacity.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "metacity" Fri Mar 27 16:43:49 2020 rev:15 rq:787946 version:3.36.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/metacity/metacity.changes 2020-01-15 15:30:07.518734266 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.metacity.new.3160/metacity.changes 2020-03-27 16:43:57.859786688 +0100 @@ -1,0 +2,36 @@ +Tue Mar 17 16:49:37 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 3.36.0: + * Use ARGB visual for window frame. + * Fix fullscreen regression. + * Remove some dead code. + +------------------------------------------------------------------- +Sat Feb 22 15:48:43 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 3.35.1 (changes since 3.30.1): + * Convert WM_NAME and WM_CLASS to UTF-8. + * Add support for _GTK_SHOW_WINDOW_MENU. + * Fix a possible crash in the compositor. + * Add support for _GTK_WORKAREAS_Dn. + * Add support for _GNOME_WM_STRUT_AREA. + * Clip shape region to window size. + * Do not move focus to a fullscreen window that is on another + monitor. + * Fix blurry titlebar font. + * Fix shadow regression with Metacity theme. + * Fix some memory leaks. + * Update translations. +- Drop support for old openSUSE versions. +- Remove metacity-lower-autotools.patch, metacity-gtk-3.20.patch. + +------------------------------------------------------------------- +Sun Nov 25 15:37:18 UTC 2018 - [email protected] + +- Update to version 3.30.1 (changes since 3.28.0): + * Fix build warnings. + * Remove Solaris Xinerama support. + * Improve focus tracking. + * Update translations. + +------------------------------------------------------------------- Old: ---- metacity-3.28.0.tar.xz metacity-gtk-3.20.patch metacity-lower-autotools.patch New: ---- metacity-3.36.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ metacity.spec ++++++ --- /var/tmp/diff_new_pack.1EiKxC/_old 2020-03-27 16:43:58.331786966 +0100 +++ /var/tmp/diff_new_pack.1EiKxC/_new 2020-03-27 16:43:58.335786968 +0100 @@ -1,7 +1,7 @@ # # spec file for package metacity # -# 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,25 +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 soname libmetacity %define sover 1 -%define _version 3.28 +%define _version 3.36 Name: metacity -Version: 3.28.0 +Version: 3.36.0 Release: 0 Summary: Window Manager for the MATE and GNOME Flashback desktops License: GPL-2.0-or-later -Group: System/GUI/Other -Url: https://wiki.gnome.org/Projects/Metacity +URL: https://wiki.gnome.org/Projects/Metacity Source: https://download.gnome.org/sources/metacity/%{_version}/%{name}-%{version}.tar.xz -# PATCH-FEATURE-OPENSUSE metacity-lower-autotools.patch -- Lower the requirements on autotools. -Patch0: metacity-lower-autotools.patch -# PATCH-FEATURE-OPENSUSE metacity-gtk-3.20.patch -- Restore GTK+ 3.20 support. -Patch1: metacity-gtk-3.20.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext @@ -40,9 +35,9 @@ BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: zenity -BuildRequires: pkgconfig(glib-2.0) >= 2.44 +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libgtop-2.0) BuildRequires: pkgconfig(libstartup-notification-1.0) @@ -66,28 +61,26 @@ %endif %description -Metacity is a small window manager, using GTK+ to do everything. +Metacity is a small window manager, using GTK to do everything. It is developed mainly for the MATE and GNOME Flashback desktops. %lang_package %package -n %{soname}%{sover} Summary: Window Manager for the MATE Desktop -- Library to render themes -Group: System/Libraries %description -n %{soname}%{sover} -Metacity is a small window manager, using GTK+ to do everything. +Metacity is a small window manager, using GTK to do everything. It is developed mainly for the MATE and GNOME Flashback desktops. This package contains a library to render themes. %package tools Summary: Window Manager for the MATE Desktop -- Tools -Group: System/GUI/Other Requires: %{name} = %{version} %description tools -Metacity is a small window manager, using GTK+ to do everything. +Metacity is a small window manager, using GTK to do everything. It is developed mainly for the MATE and GNOME Flashback desktops. This package contains tools related to metacity, including an @@ -96,11 +89,10 @@ %package devel Summary: Window Manager for the MATE Desktop -- Development Files -Group: Development/Libraries/C and C++ Requires: %{soname}%{sover} = %{version} %description devel -Metacity is a small window manager, using GTK+ to do everything. +Metacity is a small window manager, using GTK to do everything. It is developed mainly for the MATE and GNOME Flashback desktops. This package contains all necessary include files and libraries @@ -108,14 +100,12 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build autoreconf -fi %configure\ --disable-static -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -127,22 +117,8 @@ %postun -n %{soname}%{sover} -p /sbin/ldconfig -%if 0%{?suse_version} < 1500 -%post -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -%desktop_database_postun -%glib2_gsettings_schema_postun -%endif - %files -%if 0%{?suse_version} >= 1500 %license COPYING -%else -%doc COPYING -%endif %doc AUTHORS NEWS rationales.txt README %{_bindir}/metacity %{_bindir}/metacity-message ++++++ metacity-3.28.0.tar.xz -> metacity-3.36.0.tar.xz ++++++ ++++ 41417 lines of diff (skipped)
