Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libepoxy for openSUSE:Factory 
checked in at 2021-05-23 23:30:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libepoxy (Old)
 and      /work/SRC/openSUSE:Factory/.libepoxy.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libepoxy"

Sun May 23 23:30:42 2021 rev:16 rq:894863 version:1.5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/libepoxy/libepoxy.changes        2021-05-20 
19:24:51.461992363 +0200
+++ /work/SRC/openSUSE:Factory/.libepoxy.new.2988/libepoxy.changes      
2021-05-23 23:30:49.908680751 +0200
@@ -1,0 +2,7 @@
+Fri May 21 18:03:40 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Update to version 1.5.8:
+  + Revert changes from PR #238 / #229
+  + Fixes regressions: #240, #252, #253
+
+-------------------------------------------------------------------

Old:
----
  libepoxy-1.5.7.tar.xz

New:
----
  libepoxy-1.5.8.tar.xz

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

Other differences:
------------------
++++++ libepoxy.spec ++++++
--- /var/tmp/diff_new_pack.NG0kcx/_old  2021-05-23 23:30:51.004676203 +0200
+++ /var/tmp/diff_new_pack.NG0kcx/_new  2021-05-23 23:30:51.004676203 +0200
@@ -18,7 +18,7 @@
 
 %define sonum   0
 Name:           libepoxy
-Version:        1.5.7
+Version:        1.5.8
 Release:        0
 Summary:        OpenGL function pointer management library
 License:        MIT

++++++ libepoxy-1.5.7.tar.xz -> libepoxy-1.5.8.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libepoxy-1.5.7/meson.build 
new/libepoxy-1.5.8/meson.build
--- old/libepoxy-1.5.7/meson.build      2021-04-30 14:17:08.006619700 +0200
+++ new/libepoxy-1.5.8/meson.build      2021-05-21 17:56:01.911801300 +0200
@@ -1,4 +1,4 @@
-project('libepoxy', 'c', version: '1.5.7',
+project('libepoxy', 'c', version: '1.5.8',
         default_options: [
           'buildtype=debugoptimized',
           'c_std=gnu99',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libepoxy-1.5.7/src/dispatch_common.c 
new/libepoxy-1.5.8/src/dispatch_common.c
--- old/libepoxy-1.5.7/src/dispatch_common.c    2021-04-30 14:17:08.014619600 
+0200
+++ new/libepoxy-1.5.8/src/dispatch_common.c    2021-05-21 17:56:01.923801400 
+0200
@@ -674,13 +674,9 @@
     if (!api.gl_handle)
        get_dlopen_handle(&api.gl_handle, OPENGL_LIB, false, true);
 #endif
-    if (!api.gl_handle) {
-       get_dlopen_handle(&api.gl_handle, GLX_LIB, true, true);
-#if PLATFORM_HAS_GLX
-        if (!api.glx_handle)
-           api.glx_handle = api.gl_handle;
-#endif
-    }
+
+    get_dlopen_handle(&api.glx_handle, GLX_LIB, true, true);
+    api.gl_handle = api.glx_handle;
 #endif
 }
 

Reply via email to