]> git.pld-linux.org Git - packages/glew.git/commitdiff
- updated to 1.10.0 (note: new soname) auto/th/glew-1.10.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Jan 2014 20:16:31 +0000 (21:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Jan 2014 20:16:31 +0000 (21:16 +0100)
- removed obsolete dynamic-progs patch

glew-dynamic-progs.patch [deleted file]
glew.spec

diff --git a/glew-dynamic-progs.patch b/glew-dynamic-progs.patch
deleted file mode 100644 (file)
index fb95087..0000000
+++ /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
index 7b9642d53035f7a01cd232239ae5d1563f0b63e6..77e5af062452e4aa1df1c9ea942cacfaf457a996 100644 (file)
--- 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)
This page took 0.064324 seconds and 4 git commands to generate.