[packages/glew] - updated to 1.10.0 (note: new soname) - removed obsolete dynamic-progs patch

qboosh qboosh at pld-linux.org
Thu Jan 2 21:16:03 CET 2014


commit 3818b6c702aef5eff02a01b6e6bca936278da321
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jan 2 21:16:31 2014 +0100

    - updated to 1.10.0 (note: new soname)
    - removed obsolete dynamic-progs patch

 glew-dynamic-progs.patch | 11 -----------
 glew.spec                | 10 ++++------
 2 files changed, 4 insertions(+), 17 deletions(-)
---
diff --git a/glew.spec b/glew.spec
index 7b9642d..77e5af0 100644
--- a/glew.spec
+++ b/glew.spec
@@ -1,13 +1,12 @@
 Summary:	The OpenGL Extension Wrangler Library
 Summary(pl.UTF-8):	Bibliteka OpenGL Extension Wrangler
 Name:		glew
-Version:	1.7.0
+Version:	1.10.0
 Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/glew/%{name}-%{version}.tgz
-# Source0-md5:	fb7a8bb79187ac98a90b57f0f27a3e84
-Patch0:		%{name}-dynamic-progs.patch
+# Source0-md5:	2f09e5e6cb1b9f3611bcac79bc9c2d5d
 URL:		http://glew.sourceforge.net/
 BuildRequires:	OpenGL-GLU-devel
 BuildRequires:	xorg-lib-libXext-devel
@@ -59,7 +58,6 @@ Biblioteka statyczna glew.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
@@ -89,9 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/glewinfo
 %attr(755,root,root) %{_bindir}/visualinfo
 %attr(755,root,root) %{_libdir}/libGLEW.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libGLEW.so.1.7
+%attr(755,root,root) %ghost %{_libdir}/libGLEW.so.1.10
 %attr(755,root,root) %{_libdir}/libGLEWmx.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libGLEWmx.so.1.7
+%attr(755,root,root) %ghost %{_libdir}/libGLEWmx.so.1.10
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/glew-dynamic-progs.patch b/glew-dynamic-progs.patch
deleted file mode 100644
index fb95087..0000000
--- a/glew-dynamic-progs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- glew-1.5.6/Makefile.orig	2010-09-07 18:01:49.000000000 +0200
-+++ glew-1.5.6/Makefile	2010-10-16 10:23:59.451734339 +0200
-@@ -78,7 +78,7 @@
- VISUALINFO.BIN = visualinfo$(BIN.SUFFIX)
- VISUALINFO.BIN.SRCS = src/visualinfo.c
- VISUALINFO.BIN.OBJS = $(VISUALINFO.BIN.SRCS:.c=.o)
--BIN.LIBS = -Llib $(LDFLAGS.DYNAMIC) -l$(NAME) $(LDFLAGS.EXTRA) $(LDFLAGS.GL)
-+BIN.LIBS = -Llib -l$(NAME) $(LDFLAGS.EXTRA) $(LDFLAGS.GL)
- 
- all debug: lib/$(LIB.SHARED) lib/$(LIB.STATIC) bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) glew.pc
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glew.git/commitdiff/3818b6c702aef5eff02a01b6e6bca936278da321



More information about the pld-cvs-commit mailing list