commit glew for openSUSE:Factory

Hello community, here is the log from the commit of package glew for openSUSE:Factory checked in at 2017-07-30 11:20:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glew (Old) and /work/SRC/openSUSE:Factory/.glew.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "glew" Sun Jul 30 11:20:46 2017 rev:42 rq:509845 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glew/glew.changes 2015-11-18 22:31:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.glew.new/glew.changes 2017-07-30 11:20:49.116937879 +0200 @@ -1,0 +2,14 @@ +Wed Jul 12 11:15:21 UTC 2017 - jengelh@inai.de + +- RPM group fix. + +------------------------------------------------------------------- +Wed Jul 12 09:01:07 UTC 2017 - tchvatal@suse.com + +- Version update to 2.0 release: + * EGL support added + * Bunch of new GL extensions + * Forward context support added + * OSMesa support added + +------------------------------------------------------------------- @@ -10 +24 @@ -- Update to 0.13.0 +- Update to 1.13.0 @@ -50 +64 @@ -- Version bump to 0.12.0 +- Version bump to 1.12.0 @@ -62 +76 @@ -- Version bump to 0.11.0: +- Version bump to 1.11.0: @@ -81 +95 @@ -- Upgrade to upstream 0.10.0 +- Upgrade to upstream 1.10.0 Old: ---- glew-1.13.0.tgz New: ---- glew-2.0.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glew.spec ++++++ --- /var/tmp/diff_new_pack.nKk8NJ/_old 2017-07-30 11:20:49.976816646 +0200 +++ /var/tmp/diff_new_pack.nKk8NJ/_new 2017-07-30 11:20:49.988814954 +0200 @@ -1,7 +1,7 @@ # # spec file for package glew # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,24 +17,23 @@ # If you change so_ver, then you have to update baselibs.conf as well. -%define so_ver 1_13 +%define so_ver 2_0 Name: glew -Version: 1.13.0 +Version: 2.0.0 Release: 0 Summary: OpenGL Extension Wrangler Library -License: BSD-3-Clause and GPL-2.0 and MIT -Group: System/Libraries +License: BSD-3-Clause AND GPL-2.0 AND MIT +Group: Development/Libraries/C and C++ Url: http://glew.sourceforge.net/ Source0: http://sourceforge.net/projects/glew/files/glew/%{version}/glew-%{version}.tgz Source1: baselibs.conf Source2: %{name}.rpmlintrc -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xmu) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The OpenGL Extension Wrangler Library (GLEW) is a cross-platform @@ -58,14 +57,10 @@ Summary: Development files for glew Group: Development/Libraries/C and C++ Requires: libGLEW%{so_ver} = %{version} -# X11/Xmd.h -Requires: xorg-x11-proto-devel +Requires: pkgconfig(x11) +Requires: pkgconfig(xproto) # Don't require GLU, because there is GLEW_NO_GLU option Recommends: pkgconfig(glu) -%if 0%{?suse_version} >= 1220 -# X11/Xlib.h X11/Xutil.h -Requires: pkgconfig(x11) -%endif %description devel The OpenGL Extension Wrangler Library (GLEW) is a cross-platform @@ -81,27 +76,23 @@ make %{?_smp_mflags} POPT="%{optflags}" GLEW_DEST=%{_prefix} LIBDIR=%{_libdir} LDFLAGS.EXTRA= STRIP= %install -make DESTDIR=%{buildroot} GLEW_DEST=%{_prefix} LIBDIR=%{_libdir} install.all +make DESTDIR=%{buildroot} GLEW_DEST=%{_prefix} LIBDIR=%{_libdir} PKGDIR=%{_libdir}/pkgconfig install.all chmod +x %{buildroot}%{_libdir}/*.so.* rm %{buildroot}%{_libdir}/*.a %post -n libGLEW%{so_ver} -p /sbin/ldconfig - %postun -n libGLEW%{so_ver} -p /sbin/ldconfig %files -%defattr(-,root,root) %doc doc/* %{_bindir}/*info %files -n libGLEW%{so_ver} -%defattr(-,root,root) %{_libdir}/*.so.* %files devel -%defattr(-,root,root) %{_includedir}/GL/ %{_libdir}/*.so -%{_libdir}/pkgconfig/glew*.pc +%{_libdir}/pkgconfig/glew.pc %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.nKk8NJ/_old 2017-07-30 11:20:50.072803113 +0200 +++ /var/tmp/diff_new_pack.nKk8NJ/_new 2017-07-30 11:20:50.080801985 +0200 @@ -1 +1 @@ -libGLEW1_13 +libGLEW2_0 ++++++ glew-1.13.0.tgz -> glew-2.0.0.tgz ++++++ ++++ 56916 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de