rpms/libAfterImage/devel libAfterImage-glx.patch, NONE, 1.1 libAfterImage.spec, 1.13, 1.14

Andreas Bierfert awjb at fedoraproject.org
Thu Nov 27 05:23:59 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/libAfterImage/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15165/devel

Modified Files:
	libAfterImage.spec 
Added Files:
	libAfterImage-glx.patch 
Log Message:
- add glx patch 


libAfterImage-glx.patch:

--- NEW FILE libAfterImage-glx.patch ---
--- asvisual.c.orig	2008-11-27 06:17:24.000000000 +0100
+++ asvisual.c	2008-11-27 06:18:19.000000000 +0100
@@ -404,9 +404,9 @@
 		}
 #ifdef HAVE_GLX
 		if( asv->glx_scratch_gc_direct )
-			glXDestroyContext(dpy, asv->glx_scratch_gc_direct );
+			glXDestroyContext(asv->dpy, asv->glx_scratch_gc_direct );
 		if( asv->glx_scratch_gc_indirect )
-			glXDestroyContext(dpy, asv->glx_scratch_gc_indirect );
+			glXDestroyContext(asv->dpy, asv->glx_scratch_gc_indirect );
 #endif
 		if( asv->scratch_window ) 
 			XDestroyWindow( asv->dpy, asv->scratch_window );


Index: libAfterImage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libAfterImage/devel/libAfterImage.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libAfterImage.spec	4 Oct 2008 17:56:36 -0000	1.13
+++ libAfterImage.spec	27 Nov 2008 05:23:29 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           libAfterImage
 Version:        1.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A generic image manipulation library
 
 Group:          System Environment/Libraries
@@ -11,6 +11,7 @@
 Patch0:         libAfterImage-Makefile-ldconfig.patch
 Patch1:         libAfterImage-afterimage-config.patch
 Patch2:         libAfterImage-multiarch.patch
+Patch3:         libAfterImage-glx.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  freetype-devel
@@ -63,6 +64,7 @@
 %patch0 
 %patch1
 %patch2 -b multiarch
+%patch3
 
 %build
 %configure --enable-i18n --enable-sharedlibs \
@@ -106,6 +108,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 27 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1.18-2
+- add glx context patch (suggested by Frank Schmitt)
+
 * Sat Oct 04 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 1.18-1
 - version upgrade




More information about the fedora-extras-commits mailing list