Hello community,

here is the log from the commit of package glfw for openSUSE:Leap:15.2 checked 
in at 2020-04-05 17:07:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/glfw (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.glfw.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glfw"

Sun Apr  5 17:07:23 2020 rev:12 rq:789994 version:3.3.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/glfw/glfw.changes      2020-01-15 
15:03:38.537848197 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.glfw.new.3248/glfw.changes    2020-04-05 
17:07:31.686242622 +0200
@@ -1,0 +2,46 @@
+Wed Mar 25 21:26:36 UTC 2020 - Simon Puchert <[email protected]>
+
+- Update to version 3.3.2
+  * [X11] bugfixes:
+  * glfwFocusWindow could terminate on older WMs or without a WM
+  * Creating an undecorated window could fail with BadMatch (#1620)
+  * Querying a disconnected monitor could segfault (#1602)
+- Update to version 3.3.1
+  * General bugfixes:
+  * The CMake config-file package used an absolute path and was not
+    relocatable (#1470)
+  * Video modes with a duplicate screen area were discarded
+    (#1555,#1556)
+  * Compiling with -Wextra-semi caused warnings (#1440)
+  * Built-in mappings failed because some OEMs re-used VID/PID
+    (#1583)
+  * [X11] bugfixes:
+  * The CMake files did not check for the XInput headers (#1480)
+  * Key names were not updated when the keyboard layout changed
+    (#1462,#1528)
+  * Decorations could not be enabled after window creation (#1566)
+  * Content scale fallback value could be inconsistent (#1578)
+  * glfwMaximizeWindow had no effect on hidden windows
+  * Clearing GLFW_FLOATING on a hidden window caused invalid read
+  * Changing GLFW_FLOATING on a hidden window could silently fail
+  * Disabled cursor mode was interrupted by indicator windows
+  * Monitor physical dimensions could be reported as zero mm
+  * Window position events were not emitted during resizing (#1613)
+  * [Wayland] Bugfix: The GLFW_HAND_CURSOR shape used the wrong
+    image (#1432)
+- See also: https://www.glfw.org/changelog.html
+
+-------------------------------------------------------------------
+Tue Apr 16 20:32:44 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Update to version 3.3
+  * Changes too numerous to list, see
+    https://www.glfw.org/docs/latest/news.html#news_33
+
+-------------------------------------------------------------------
+Fri Feb  1 09:44:47 UTC 2019 - Bernhard Wiedemann <[email protected]>
+
+- Sort list of input files to geany for reproducible builds
+  (boo#1049382, boo#1041090)
+
+-------------------------------------------------------------------

Old:
----
  glfw-3.2.1.tar.gz

New:
----
  glfw-3.3.2.tar.gz

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

Other differences:
------------------
++++++ glfw.spec ++++++
--- /var/tmp/diff_new_pack.09FN8G/_old  2020-04-05 17:07:32.358243339 +0200
+++ /var/tmp/diff_new_pack.09FN8G/_new  2020-04-05 17:07:32.358243339 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package glfw
 #
-# Copyright (c) 2017 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,12 +23,12 @@
 %bcond_with geany
 %endif
 Name:           glfw
-Version:        3.2.1
+Version:        3.3.2
 Release:        0
 Summary:        Framework for OpenGL application development
 License:        Zlib
 Group:          Development/Libraries/C and C++
-Url:            http://www.glfw.org/
+URL:            https://www.glfw.org/
 Source:         
https://github.com/glfw/glfw/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  doxygen
@@ -40,9 +40,7 @@
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
-%if 0%{?suse_version} > 1320
 BuildRequires:  vulkan-devel
-%endif
 %if %{with geany}
 BuildRequires:  geany
 %endif
@@ -85,7 +83,7 @@
 %build
 # generate geany tags
 %if %{with geany}
-geany -c geany_config -g glfw.c.tags $(find src \( ! -name CMakeFiles \) -type 
f \( -iname "*.c" -o -iname "*.h" \) \( ! -iname "win32*" \) \( ! -iname 
"cocoa*" \)
+geany -c geany_config -g glfw.c.tags $(find src \( ! -name CMakeFiles \) -type 
f \( -iname "*.c" -o -iname "*.h" \) \( ! -iname "win32*" \) \( ! -iname 
"cocoa*" \) | sort
 ) include/GLFW/glfw3.h
 %endif
 
@@ -105,12 +103,11 @@
 %postun -n libglfw%{sover} -p /sbin/ldconfig
 
 %files -n libglfw%{sover}
-%defattr(-,root,root)
-%doc COPYING.txt README.md
+%license LICENSE.md
+%doc README.md
 %{_libdir}/libglfw.so.%{sover}*
 
 %files -n libglfw-devel
-%defattr(-,root,root)
 %doc examples/*.c
 %{_includedir}/GLFW/
 %{_libdir}/cmake/glfw3

++++++ glfw-3.2.1.tar.gz -> glfw-3.3.2.tar.gz ++++++
++++ 96304 lines of diff (skipped)


Reply via email to