rpms/taxipilot/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 taxipilot-0.9.1-weaksym.patch, 1.1, 1.2 taxipilot.spec, 1.1, 1.2 taxipilot-0.9.1-gcc4.patch, 1.1, NONE

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Jun 3 18:45:17 UTC 2007


Author: jwrdegoede

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

Modified Files:
	.cvsignore sources taxipilot-0.9.1-weaksym.patch 
	taxipilot.spec 
Removed Files:
	taxipilot-0.9.1-gcc4.patch 
Log Message:
* Sun Jun  3 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9.2-1
- New upstream release 0.9.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/taxipilot/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 May 2007 19:20:38 -0000	1.2
+++ .cvsignore	3 Jun 2007 18:44:42 -0000	1.3
@@ -1 +1 @@
-taxipilot-0.9.1.tar.gz
+taxipilot-0.9.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/taxipilot/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 May 2007 19:20:38 -0000	1.2
+++ sources	3 Jun 2007 18:44:42 -0000	1.3
@@ -1 +1 @@
-c8f5b5a7ca6ea0b3f42ecdef1620f7cb  taxipilot-0.9.1.tar.gz
+a60c57957d8afab5ce9e411df5b8ced2  taxipilot-0.9.2.tar.gz

taxipilot-0.9.1-weaksym.patch:

Index: taxipilot-0.9.1-weaksym.patch
===================================================================
RCS file: /cvs/extras/rpms/taxipilot/devel/taxipilot-0.9.1-weaksym.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taxipilot-0.9.1-weaksym.patch	10 May 2007 19:20:38 -0000	1.1
+++ taxipilot-0.9.1-weaksym.patch	3 Jun 2007 18:44:42 -0000	1.2
@@ -1,11 +1,11 @@
---- taxipilot-0.9.1/taxipilot/EXT_wavpo/Makefile.in~	2007-04-26 08:23:36.000000000 +0200
-+++ taxipilot-0.9.1/taxipilot/EXT_wavpo/Makefile.in	2007-04-26 08:26:19.000000000 +0200
-@@ -264,7 +264,7 @@
- 
- LDFLAGS = 
- 
+--- taxipilot-0.9.2/taxipilot/EXT_wavpo/Makefile.in.weaksym	2007-05-28 13:15:25.000000000 +0200
++++ taxipilot-0.9.2/taxipilot/EXT_wavpo/Makefile.in	2007-06-03 17:19:34.000000000 +0200
+@@ -325,7 +325,7 @@
+ ####### kdevelop will overwrite this part!!! (begin)##########
+ lib_LTLIBRARIES = libEXT_wavpo.la
+ INCLUDES = $(all_includes)
 -libEXT_wavpo_la_LDFLAGS = -version-info 0:0:0
 +libEXT_wavpo_la_LDFLAGS = -version-info 0:0:0 -lsoundserver_idl -lartsflow
- 
  #>- libEXT_wavpo_la_METASOURCES = AUTO
- 
+ libEXT_wavpo_la_SOURCES = ext_wav_play_object_impl.cpp ext_wav_play_object.cc 
+ EXTRA_DIST = ext_wav_play_object.cc ext_wav_play_object.h ext_wav_play_object.idl ext_wav_play_object_impl.cpp EXT_WavPlayObject.mcopclass 


Index: taxipilot.spec
===================================================================
RCS file: /cvs/extras/rpms/taxipilot/devel/taxipilot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taxipilot.spec	10 May 2007 19:20:38 -0000	1.1
+++ taxipilot.spec	3 Jun 2007 18:44:42 -0000	1.2
@@ -1,12 +1,11 @@
 Name:           taxipilot
-Version:        0.9.1
-Release:        2%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        Game where you pilot a taxi in space
 Group:          Amusements/Games
 License:        GPL
 URL:            http://taxipilot.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         taxipilot-0.9.1-gcc4.patch
 Patch1:         taxipilot-0.9.1-desktop.patch
 Patch2:         taxipilot-0.9.1-weaksym.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -23,22 +22,19 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc4
 %patch1 -p1 -b .desktop
 %patch2 -p1 -b .weaksym
 
 
 %build
-if [ %{_lib} = "lib64" ]; then
-  CONFIGURE_FLAGS=--enable-libsuffix=64
-fi
-%configure --disable-rpath $CONFIGURE_FLAGS
+%configure --disable-rpath
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
 desktop-file-install --vendor fedora --delete-original \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   $RPM_BUILD_ROOT%{_datadir}/applnk/Games/%{name}.desktop
@@ -63,7 +59,7 @@
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog TODO
 %{_bindir}/%{name}
@@ -75,7 +71,11 @@
 %{_datadir}/icons/??color/*/apps/%{name}.png
 %{_datadir}/doc/HTML/en/%{name}
 
+
 %changelog
+* Sun Jun  3 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9.2-1
+- New upstream release 0.9.2
+
 * Thu Apr 26 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9.1-2
 - Ship all relevant docs including COPYING
 - Link libEXT_wavpo.so with additional libs to fix unresolved non weak syms


--- taxipilot-0.9.1-gcc4.patch DELETED ---




More information about the fedora-extras-commits mailing list