rpms/torcs/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 torcs.spec, 1.13, 1.14 torcs-1.2.4-extraqualif.patch, 1.1, NONE torcs-1.2.4-track_cpp.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Nov 10 13:52:31 UTC 2006


Author: thias

Update of /cvs/extras/rpms/torcs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21737

Modified Files:
	.cvsignore sources torcs.spec 
Removed Files:
	torcs-1.2.4-extraqualif.patch torcs-1.2.4-track_cpp.patch 
Log Message:
Update to 1.3.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/torcs/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Oct 2005 07:49:42 -0000	1.5
+++ .cvsignore	10 Nov 2006 13:52:01 -0000	1.6
@@ -1,5 +1,5 @@
-TORCS-1.2.4-src-robots-base.tgz
-TORCS-1.2.4-src-robots-berniw.tgz
-TORCS-1.2.4-src-robots-bt.tgz
-TORCS-1.2.4-src-robots-olethros.tgz
-TORCS-1.2.4-src.tgz
+TORCS-1.3.0-src.tgz
+TORCS-1.3.0-src-robots-base.tgz
+TORCS-1.3.0-src-robots-berniw.tgz
+TORCS-1.3.0-src-robots-bt.tgz
+TORCS-1.3.0-src-robots-olethros.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/torcs/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Oct 2005 07:49:42 -0000	1.5
+++ sources	10 Nov 2006 13:52:01 -0000	1.6
@@ -1,5 +1,5 @@
-3afe0d23f1e637fe56efccd2b6e8a8f1  TORCS-1.2.4-src-robots-base.tgz
-40aed9595f91051e8468e8a19b65f809  TORCS-1.2.4-src-robots-berniw.tgz
-337eecc6e545aceda094d945e12c3023  TORCS-1.2.4-src-robots-bt.tgz
-13b1eeba1148ca57dc1d989fcb27d308  TORCS-1.2.4-src-robots-olethros.tgz
-f5b41bf29cb7b6160e5ead6e187380b6  TORCS-1.2.4-src.tgz
+915c89f9d3618d13dddd5bfb4d199539  TORCS-1.3.0-src.tgz
+da007d61447f38fbdbd22aec029cc26c  TORCS-1.3.0-src-robots-base.tgz
+abeb72ba3913ef0bde727fdaa9699eef  TORCS-1.3.0-src-robots-berniw.tgz
+ca8506aecc30bee308a5e198304b71b2  TORCS-1.3.0-src-robots-bt.tgz
+227d47687b821298fe6b2f147071e73f  TORCS-1.3.0-src-robots-olethros.tgz


Index: torcs.spec
===================================================================
RCS file: /cvs/extras/rpms/torcs/devel/torcs.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- torcs.spec	28 Aug 2006 16:40:15 -0000	1.13
+++ torcs.spec	10 Nov 2006 13:52:01 -0000	1.14
@@ -2,8 +2,8 @@
 
 Summary: The Open Racing Car Simulator
 Name: torcs
-Version: 1.2.4
-Release: 4%{?dist}
+Version: 1.3.0
+Release: 1%{?dist}
 License: GPL
 Group: Amusements/Games
 URL: http://torcs.org/
@@ -13,8 +13,6 @@
 Source3: http://dl.sf.net/torcs/TORCS-%{version}-src-robots-bt.tgz
 Source4: http://dl.sf.net/torcs/TORCS-%{version}-src-robots-olethros.tgz
 Patch0: torcs-1.2.4-freealutfix.patch
-Patch1: torcs-1.2.4-track_cpp.patch
-Patch2: torcs-1.2.4-extraqualif.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: torcs-data, torcs-data-tracks-road, torcs-data-cars-extra
 BuildRequires: libGL-devel, freeglut-devel, freealut-devel, plib-devel >= 1.8.3
@@ -37,7 +35,7 @@
 %package robots
 Summary: The Open Racing Car Simulator robots
 Group: Amusements/Games
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 
 %description robots
 TORCS is a 3D racing cars simulator using OpenGL.  The goal is to have
@@ -50,20 +48,19 @@
 %prep
 %setup -a 1 -a 2 -a 3 -a 4
 %patch0 -p1 -b .freealutfix
-%patch1 -p0 -b .track_cpp
-%patch2 -p1 -b .extraqualif
 # Put the drivers back where they belong
 %{__mv} %{name}-%{version}/src/drivers/* src/drivers/
 
 
 %build
-# Force locations with modular X (for FC5+ and non-Fedora) - Required (1.2.4)
+# Force locations with modular X (for FC5+ and non-Fedora)
+# Required (1.2.4, still in 1.3.0)
 %configure \
 %if %{!?fedora:5}%{?fedora} >= 5
     --x-includes=%{_includedir} \
     --x-libraries=%{_libdir}
 %endif
-# Having %{?_smp_mflags} makes the build fail since 1.2.3, still in 1.2.4
+# Having %{?_smp_mflags} makes the build fail since 1.2.3, still in 1.3.0
 %{__make}
 
 
@@ -90,7 +87,7 @@
     --dir %{buildroot}%{_datadir}/applications \
     %{name}.desktop
 
-# We need this for proper automatic stripping to take place (still in 1.2.3)
+# We need this for proper automatic stripping to take place (still in 1.3.0)
 find %{buildroot}%{_libdir}/%{name}/ -name '*.so' | xargs %{__chmod} +x
 
 
@@ -100,7 +97,7 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc CHANGELOG.html COPYING README.linux TODO.html
+%doc COPYING README README.linux
 %{_bindir}/*
 %dir %{_libdir}/%{name}/
 %dir %{_libdir}/%{name}/drivers/
@@ -163,6 +160,11 @@
 
 
 %changelog
+* Fri Nov 10 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-1
+- Update to 1.3.0.
+- Remove no longer needed track.cpp patch1.
+- Remove no longer needed extraqualif patch2.
+
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.2.4-4
 - FC6 rebuild.
 


--- torcs-1.2.4-extraqualif.patch DELETED ---


--- torcs-1.2.4-track_cpp.patch DELETED ---




More information about the scm-commits mailing list