Hello community,

here is the log from the commit of package libglvnd for openSUSE:Factory 
checked in at 2018-01-16 09:34:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libglvnd (Old)
 and      /work/SRC/openSUSE:Factory/.libglvnd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libglvnd"

Tue Jan 16 09:34:50 2018 rev:8 rq:561553 version:0.1.2~20170620~d850cdd

Changes:
--------
--- /work/SRC/openSUSE:Factory/libglvnd/libglvnd.changes        2017-08-18 
14:56:57.912987138 +0200
+++ /work/SRC/openSUSE:Factory/.libglvnd.new/libglvnd.changes   2018-01-16 
09:34:51.598780527 +0100
@@ -1,0 +2,6 @@
+Wed Jan  3 20:48:01 UTC 2018 - [email protected]
+
+- Make sure to use only python3 for the build and do not rely
+  on env calls for python
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libglvnd.spec ++++++
--- /var/tmp/diff_new_pack.aCYlQN/_old  2018-01-16 09:34:52.254749835 +0100
+++ /var/tmp/diff_new_pack.aCYlQN/_new  2018-01-16 09:34:52.254749835 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libglvnd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,8 +34,8 @@
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python-xml
 BuildRequires:  python3-base
+BuildRequires:  python3-xml
 BuildRequires:  pkgconfig(glproto)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
@@ -61,17 +61,19 @@
 development.
 
 %prep
-%setup -q -n %name-%version
+%setup -q
 %patch1 -p1
+# fix env shebang to call py3 directly
+sed -i -e "1s|#!.*|#!/usr/bin/python3|" src/generate/*.py
 
 %build
 ./autogen.sh
 %configure \
 %if 0%{?suse_version} < 1330
---libdir=/usr/X11R6/%_lib \
+    --libdir=/usr/X11R6/%_lib \
 %endif
---disable-static
-
+    --disable-static \
+    --disable-silent-rules
 make %{?_smp_mflags}
 
 %install


Reply via email to