rpms/xu4/devel xu4-svn-checkout.sh, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xu4.spec, 1.7, 1.8 xu4-1.0beta3-gcc44.patch, 1.1, NONE

Jason ティビツ tibbs at fedoraproject.org
Tue Jan 19 23:38:46 UTC 2010


Author: tibbs

Update of /cvs/extras/rpms/xu4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17187

Modified Files:
	.cvsignore sources xu4.spec 
Added Files:
	xu4-svn-checkout.sh 
Removed Files:
	xu4-1.0beta3-gcc44.patch 
Log Message:
* Tue Jan 19 2010 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1-0.8.20100119svn2725
- Upstream revived!  Now uses SVN; switch everything over to that.
- Provide a checkout script instead of requiring cut-n-paste.
- Use correct versioning (date comes first).
- Drop gcc44 patch; upstream has fixed the issues.



--- NEW FILE xu4-svn-checkout.sh ---
#!/bin/bash
DATE=$(date +%Y%m%d)

set -x

rm -rf u4
svn export https://xu4.svn.sourceforge.net/svnroot/xu4/trunk/u4 u4
tar cJf xu4-${DATE}svn.tar.xz u4

rm -rf u4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xu4/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	10 Feb 2009 04:23:13 -0000	1.3
+++ .cvsignore	19 Jan 2010 23:38:45 -0000	1.4
@@ -1 +1 @@
-xu4-20090209.tar.gz
+xu4-20100119svn.tar.xz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xu4/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	10 Feb 2009 04:23:13 -0000	1.3
+++ sources	19 Jan 2010 23:38:46 -0000	1.4
@@ -1 +1 @@
-3741a0425d706ce342da00052647d53a  xu4-20090209.tar.gz
+aeed603541b5238cdb710110195356b1  xu4-20100119svn.tar.xz


Index: xu4.spec
===================================================================
RCS file: /cvs/extras/rpms/xu4/devel/xu4.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- xu4.spec	27 Jul 2009 08:47:42 -0000	1.7
+++ xu4.spec	19 Jan 2010 23:38:46 -0000	1.8
@@ -1,26 +1,20 @@
-%define cvsdate 20090209
+%define svndate 20100119
+%define svnrev 2725
 
 Name:           xu4
 Version:        1.1
-Release:        0.7.cvs%{cvsdate}%{?dist}
+Release:        0.8.%{svndate}svn%{svnrev}%{?dist}
 Summary:        Ultima IV recreated
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://xu4.sourceforge.net/
-# This was generated as follows:
-# cvs -d:pserver:anonymous at xu4.cvs.sourceforge.net:/cvsroot/xu4 login
-# cvs -z3 -d:pserver:anonymous at xu4.cvs.sourceforge.net:/cvsroot/xu4 co -P u4
-# rm -r `find u4 -name CVS`
-# rm `find u4 -name .cvsignore`
-# rm -r u4/vc6
-# tar cvfz xu4-%{cvsdate}.tar.gz u4
-Source0:        xu4-%{cvsdate}.tar.gz
+# This was generated by running the xu4-svn-checkout.sh script
+Source0:        xu4-%{svndate}svn.tar.xz
 Source1:        xu4.sh
 Source2:        xu4.autodlrc
 Source3:        u4download.txt
 Patch0:         xu4-zipfile.patch
 Patch1:         xu4-1.0beta3-desktop.patch
-Patch2:         xu4-1.0beta3-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL_mixer-devel libxml2-devel libpng-devel desktop-file-utils
 Requires:       hicolor-icon-theme autodownloader
@@ -42,7 +36,6 @@ spirit of the original game will be adde
 %setup -q -n u4
 %patch0 -p1 -z .zipfile
 %patch1 -p1 -z .desktop
-%patch2 -p1 -z .gcc44
 if [ "%{_lib}" = "lib64" ]; then
   sed -i 's|/usr/lib|%{_libdir}|g' src/u4file.cpp
 fi
@@ -109,6 +102,12 @@ fi
 
 
 %changelog
+* Tue Jan 19 2010 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1-0.8.20100119svn2725
+- Upstream revived!  Now uses SVN; switch everything over to that.
+- Provide a checkout script instead of requiring cut-n-paste.
+- Use correct versioning (date comes first).
+- Drop gcc44 patch; upstream has fixed the issues.
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-0.7.cvs20090209
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- xu4-1.0beta3-gcc44.patch DELETED ---



More information about the scm-commits mailing list