rpms/lincity-ng/devel lincity-ng-1.0.2-gcc4.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 lincity-ng.spec, 1.2, 1.3 sources, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jan 5 22:10:25 UTC 2006


Author: spot

Update of /cvs/extras/rpms/lincity-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7086/devel

Modified Files:
	.cvsignore lincity-ng.spec sources 
Added Files:
	lincity-ng-1.0.2-gcc4.patch 
Log Message:

bump to 1.0.2


lincity-ng-1.0.2-gcc4.patch:

--- NEW FILE lincity-ng-1.0.2-gcc4.patch ---
--- lincity-ng-1.0.2/src/lincity-ng/ButtonPanel.hpp.BAD	2006-01-05 15:32:35.000000000 -0600
+++ lincity-ng-1.0.2/src/lincity-ng/ButtonPanel.hpp	2006-01-05 15:32:40.000000000 -0600
@@ -62,7 +62,7 @@
   int previousTool;
   int lastShownTechType;
  
-  std::string ButtonPanel::createTooltip( int module, bool root = true );
+  std::string createTooltip( int module, bool root = true );
   std::vector<std::string> mMenuButtons;
   std::vector<std::string> mMenus;
   std::vector<std::string> mButtons;


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lincity-ng/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Sep 2005 21:59:13 -0000	1.2
+++ .cvsignore	5 Jan 2006 22:10:07 -0000	1.3
@@ -1 +1,2 @@
 lincity-ng-1.0.1.tar.bz2
+lincity-ng-1.0.2.tar.bz2


Index: lincity-ng.spec
===================================================================
RCS file: /cvs/extras/rpms/lincity-ng/devel/lincity-ng.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lincity-ng.spec	5 Oct 2005 15:09:55 -0000	1.2
+++ lincity-ng.spec	5 Jan 2006 22:10:07 -0000	1.3
@@ -1,17 +1,19 @@
 Name:		lincity-ng
-Version:	1.0.1
-Release:	3%{?dist}
+Version:	1.0.2
+Release:	1%{?dist}
 License:	GPL
 Group:		Amusements/Games
 Summary:	City Simulation Game
 URL:		http://lincity-ng.berlios.de/
-Source0:	http://download.berlios.de/lincity-ng/lincity-ng-1.0.1.tar.bz2
+Source0:	http://download.berlios.de/lincity-ng/lincity-ng-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	jam, physfs-devel, zlib-devel, libxml2-devel
 BuildRequires:	SDL-devel, SDL_mixer-devel, SDL_image-devel, SDL_gfx-devel
-BuildRequires:	SDL_ttf-devel, xorg-x11-devel, desktop-file-utils
+BuildRequires:	SDL_ttf-devel, desktop-file-utils
+BuildRequires:	xorg-x11-proto-devel, libX11-devel, mesa-libGL-devel
 Requires:	%{name}-data = %{version}-%{release}
 Requires:	kdelibs
+Patch0:		lincity-ng-1.0.2-gcc4.patch
 
 %description
 LinCity-NG is a City Simulation Game. It is a polished and improved version
@@ -29,6 +31,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -60,6 +63,9 @@
 %{_datadir}/lincity-ng/
 
 %changelog
+* Thu Jan  5 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.2-1
+- bump to 1.0.2
+
 * Wed Oct  5 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-3
 - add Requires: kdelibs to resolve bz 169941
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lincity-ng/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Sep 2005 21:59:13 -0000	1.2
+++ sources	5 Jan 2006 22:10:07 -0000	1.3
@@ -1 +1 @@
-1576a0765eb29a668f7af3084de00739  lincity-ng-1.0.1.tar.bz2
+3cf29d581fca58f13faad12c126390ba  lincity-ng-1.0.2.tar.bz2




More information about the fedora-extras-commits mailing list