Hello community,

here is the log from the commit of package metacity for openSUSE:Factory 
checked in at 2020-08-18 12:01:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/metacity (Old)
 and      /work/SRC/openSUSE:Factory/.metacity.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "metacity"

Tue Aug 18 12:01:11 2020 rev:7 rq:827436 version:3.37.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/metacity/metacity.changes        2020-03-18 
12:49:33.077108731 +0100
+++ /work/SRC/openSUSE:Factory/.metacity.new.3399/metacity.changes      
2020-08-18 12:03:02.635423477 +0200
@@ -1,0 +2,16 @@
+Sun Aug 16 20:09:48 UTC 2020 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 3.37.1 (changes since 3.36.0):
+  * Fix fullscreen regression.
+  * Do not unfocus on new window.
+  * Don't append "(as superuser)" to window title for flatpak apps.
+  * Remove shade, stick, above and appmenu buttons.
+  * Fix memory leak in MetaGroup.
+  * Remove reduced-resources setting.
+  * Remove unused metacity-window-demo.
+  * Remove theme docs.
+  * Update translations.
+- Add metacity-3.37.1-fix-vulkan-build.patch: Fix compositor-vulkan
+  build (commit 99361f28c8763ea4569b5ae9876028d53ac9a234).
+
+-------------------------------------------------------------------

Old:
----
  metacity-3.36.0.tar.xz

New:
----
  metacity-3.37.1-fix-vulkan-build.patch
  metacity-3.37.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ metacity.spec ++++++
--- /var/tmp/diff_new_pack.0EojKs/_old  2020-08-18 12:03:04.111423679 +0200
+++ /var/tmp/diff_new_pack.0EojKs/_new  2020-08-18 12:03:04.111423679 +0200
@@ -17,15 +17,17 @@
 
 
 %define soname  libmetacity
-%define sover   1
-%define _version 3.36
+%define sover   3
+%define _version 3.37
 Name:           metacity
-Version:        3.36.0
+Version:        3.37.1
 Release:        0
 Summary:        Window Manager for the MATE and GNOME Flashback desktops
 License:        GPL-2.0-or-later
 URL:            https://wiki.gnome.org/Projects/Metacity
 Source:         
https://download.gnome.org/sources/metacity/%{_version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM metacity-3.37.1-fix-vulkan-build.patch 
alberts.muktupav...@gmail.com -- Fix compositor-vulkan build (commit 99361f28).
+Patch0:         metacity-3.37.1-fix-vulkan-build.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gettext
@@ -52,6 +54,7 @@
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender) >= 0.0
+BuildRequires:  pkgconfig(xres)
 Requires:       zenity
 Recommends:     %{name}-lang
 Provides:       windowmanager
@@ -99,7 +102,7 @@
 needed to develop applications that require libmetacity.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 autoreconf -fi
@@ -139,12 +142,7 @@
 
 %files tools
 %{_bindir}/metacity-theme-viewer
-%{_bindir}/metacity-window-demo
-%dir %{_datadir}/metacity
-%dir %{_datadir}/metacity/icons
-%{_datadir}/metacity/icons/metacity-window-demo.png
 %{_mandir}/man1/metacity-theme-viewer.1%{?ext_man}
-%{_mandir}/man1/metacity-window-demo.1%{?ext_man}
 
 %files devel
 %{_includedir}/metacity/

++++++ metacity-3.37.1-fix-vulkan-build.patch ++++++
--- a/src/compositor/meta-compositor-vulkan.c
+++ b/src/compositor/meta-compositor-vulkan.c
@@ -810,7 +810,9 @@ device_type_to_string (VkPhysicalDeviceT
         return "cpu";
         break;
 
+#if VK_HEADER_VERSION < 140
       case VK_PHYSICAL_DEVICE_TYPE_RANGE_SIZE:
+#endif
       case VK_PHYSICAL_DEVICE_TYPE_MAX_ENUM:
       default:
         break;
++++++ metacity-3.36.0.tar.xz -> metacity-3.37.1.tar.xz ++++++
++++ 12891 lines of diff (skipped)


Reply via email to