rpms/cegui/FC-4 cegui_mk2-0.4.1-useverso.patch, NONE, 1.1 cegui.spec, 1.1, 1.2

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Tue Jul 18 18:26:14 UTC 2006


Author: oddsocks

Update of /cvs/extras/rpms/cegui/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8197/FC-4

Modified Files:
	cegui.spec 
Added Files:
	cegui_mk2-0.4.1-useverso.patch 
Log Message:
auto-import cegui-0.4.1-9 on branch FC-4 from cegui-0.4.1-9.src.rpm

cegui_mk2-0.4.1-useverso.patch:

--- NEW FILE cegui_mk2-0.4.1-useverso.patch ---
--- cegui_mk2/src/CEGUIFactoryModule.cpp.orig	2005-07-10 10:38:59.000000000 +0100
+++ cegui_mk2/src/CEGUIFactoryModule.cpp	2006-07-18 18:49:04.000000000 +0100
@@ -65,7 +65,7 @@
 	// dlopen() does not add .so to the filename, like windows does for .dll
 	if (d_moduleName.substr(d_moduleName.length() - 3, 3) != (utf8*)".so")
 	{
-		d_moduleName += (utf8*)".so";
+		d_moduleName += (utf8*)".so.0";
 	}
 
 	// see if we need to add the leading 'lib'


Index: cegui.spec
===================================================================
RCS file: /cvs/extras/rpms/cegui/FC-4/cegui.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cegui.spec	11 Jun 2006 21:19:57 -0000	1.1
+++ cegui.spec	18 Jul 2006 18:26:14 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           cegui
 Version:        0.4.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Free library providing windowing and widgets for graphics APIs / engines
 
 Group:          System Environment/Libraries
@@ -11,6 +11,7 @@
 Patch1:         cegui_mk2-0.4.1-tolua++.patch
 Patch2:         cegui_mk2-0.4.1-fixtinyxml.patch
 Patch3:         cegui_mk2-0.4.1-64bit.patch
+Patch4:         cegui_mk2-0.4.1-useverso.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gawk
 BuildRequires:  freetype-devel > 2.0.0
@@ -60,6 +61,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 #Delete bundled pcre to avoid any accidental building against it.
 rm -rf src/pcre
 #Delete bundled lua / tolua++ to avoid any accidental building against it.
@@ -141,6 +143,9 @@
 
 
 %changelog
+* Tue Jul 18 2006 Ian Chapman <packages at amiga-hardware.com> 0.4.1-9%{?dist}
+- Use versioned .so for dlopen()
+
 * Sun Jun 11 2006 Ian Chapman <packages at amiga-hardware.com> 0.4.1-8%{?dist}
 - Updated --rpath fixes again
 - Package devel-docs renamed to devel-doc as per 'new' guidelines




More information about the fedora-extras-commits mailing list