Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glu for openSUSE:Factory checked in 
at 2023-07-25 11:22:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glu (Old)
 and      /work/SRC/openSUSE:Factory/.glu.new.1467 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glu"

Tue Jul 25 11:22:51 2023 rev:14 rq:1100361 version:9.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/glu/glu.changes  2023-01-12 22:44:26.812916697 
+0100
+++ /work/SRC/openSUSE:Factory/.glu.new.1467/glu.changes        2023-07-25 
11:22:54.751567873 +0200
@@ -1,0 +2,13 @@
+Mon Jul 24 09:17:26 UTC 2023 - Stefan Dirsch <[email protected]>
+
+- Update to version 9.0.3
+  * drop autotools
+  * apple: Fix compatibility version and current version of meson
+           build to be compatible with autotools build
+  * pkgconfig: Depend on opengl when built with libglvnd
+  * pkgconfig: Drop unneeded lines from autotools build
+  * pkgconfig: meson build should match autotools requires
+  * Remove deprecated register in C++17
+- switch to meson build
+
+-------------------------------------------------------------------

Old:
----
  glu-9.0.2.tar.xz

New:
----
  glu-9.0.3.tar.xz

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

Other differences:
------------------
++++++ glu.spec ++++++
--- /var/tmp/diff_new_pack.B7x9a0/_old  2023-07-25 11:22:55.291571022 +0200
+++ /var/tmp/diff_new_pack.B7x9a0/_new  2023-07-25 11:22:55.299571069 +0200
@@ -18,7 +18,7 @@
 
 Name:           glu
 %define lname  libGLU1
-Version:        9.0.2
+Version:        9.0.3
 Release:        0
 Summary:        OpenGL utility library
 License:        SGI-B-2.0
@@ -31,7 +31,7 @@
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gl)
 
@@ -88,15 +88,11 @@
 %setup -q
 
 %build
-if [ ! -e configure ]; then
-       NOCONFIGURE=1 ./autogen.sh;
-fi;
-%configure --disable-static
-make %{?_smp_mflags}
+%meson -Ddefault_library=shared
+%meson_build
 
 %install
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
+%meson_install
 
 %post -n %lname -p /sbin/ldconfig
 

++++++ glu-9.0.2.tar.xz -> glu-9.0.3.tar.xz ++++++
++++ 50339 lines of diff (skipped)

Reply via email to