rpms/tolua++/F-13 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tolua++.spec, 1.8, 1.9 tolua++-1.0.92-gcc43.patch, 1.1, NONE tolua++-1.0.92-makeso.patch, 1.1, NONE

Tim Niemueller timn at fedoraproject.org
Sat Feb 27 21:26:26 UTC 2010


Author: timn

Update of /cvs/pkgs/rpms/tolua++/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7038

Modified Files:
	.cvsignore sources tolua++.spec 
Removed Files:
	tolua++-1.0.92-gcc43.patch tolua++-1.0.92-makeso.patch 
Log Message:
Upgrade to latest stable release 1.0.93


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tolua++/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	3 Jun 2006 13:48:45 -0000	1.2
+++ .cvsignore	27 Feb 2010 21:26:26 -0000	1.3
@@ -1 +1 @@
-tolua++-1.0.92.tar.bz2
+tolua++-1.0.93.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tolua++/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	3 Jun 2006 13:48:45 -0000	1.2
+++ sources	27 Feb 2010 21:26:26 -0000	1.3
@@ -1 +1 @@
-f4682e065b7d6d4de5eec13e6b7d347c  tolua++-1.0.92.tar.bz2
+100aa6907b8108582080b37d79c0afd7  tolua++-1.0.93.tar.bz2


Index: tolua++.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tolua++/F-13/tolua++.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- tolua++.spec	27 Jul 2009 06:04:39 -0000	1.8
+++ tolua++.spec	27 Feb 2010 21:26:26 -0000	1.9
@@ -1,15 +1,14 @@
 %define         solib tolua++-5.1
 
 Name:           tolua++
-Version:        1.0.92
-Release:        9%{?dist}
+Version:        1.0.93
+Release:        1%{?dist}
 Summary:        A tool to integrate C/C++ code with Lua
 Group:          Development/Tools
-License:        Freely redistributable without restriction
+License:        MIT
 URL:            http://www.codenix.com/~tolua/
 Source0:        http://www.codenix.com/~tolua/%{name}-%{version}.tar.bz2
-Patch0:         tolua++-1.0.92-makeso.patch
-Patch1:         tolua++-1.0.92-gcc43.patch
+Patch0:         tolua++-1.0.93-lua51.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  scons
 BuildRequires:  lua-devel >= 5.1
@@ -31,13 +30,12 @@ Development files for tolua++
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0 -p1 -b .lua51
 sed -i 's/\r//' doc/%{name}.html
 
 
 %build
-scons %{?_smp_mflags} -Q CCFLAGS="%{optflags}  -I%{_includedir}" tolua_lib=%{solib} LINKFLAGS="-Wl,-soname,lib%{solib}.so"
+scons %{?_smp_mflags} -Q CCFLAGS="%{optflags}  -I%{_includedir}" tolua_lib=%{solib} LINKFLAGS="-Wl,-soname,lib%{solib}.so" shared=1
 #Recompile the exe without the soname. An ugly hack.
 gcc -o bin/%{name} src/bin/tolua.o src/bin/toluabind.o -Llib -l%{solib} -llua -ldl -lm
 
@@ -76,6 +74,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Feb 25 2010 Tim Niemueller <tim at niemueller.de> - 1.0.93-1
+- Upgrade to 1.0.93
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.92-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- tolua++-1.0.92-gcc43.patch DELETED ---


--- tolua++-1.0.92-makeso.patch DELETED ---



More information about the scm-commits mailing list