rpms/xbmc/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 xbmc-generate-tarball-xz.sh, 1.7, 1.8 xbmc.spec, 1.22, 1.23

Alex Lancaster alexlan at rpmfusion.org
Thu Dec 23 23:52:07 CET 2010


Author: alexlan

Update of /cvs/free/rpms/xbmc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15118

Modified Files:
	.cvsignore sources xbmc-generate-tarball-xz.sh xbmc.spec 
Log Message:
Update to 10.0 (Dharma final)



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	12 Dec 2010 20:48:28 -0000	1.8
+++ .cvsignore	23 Dec 2010 22:52:06 -0000	1.9
@@ -1 +1 @@
-xbmc-Dharma_rc2-patched.tar.xz
+xbmc-10.0-Dharma-patched.tar.xz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	12 Dec 2010 20:48:28 -0000	1.8
+++ sources	23 Dec 2010 22:52:06 -0000	1.9
@@ -1 +1 @@
-70c07e24b2924a57b7ab0075a2d0f245  xbmc-Dharma_rc2-patched.tar.xz
+b3f969d96f4f598352c19e599d3534da  xbmc-10.0-Dharma-patched.tar.xz


Index: xbmc-generate-tarball-xz.sh
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc-generate-tarball-xz.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xbmc-generate-tarball-xz.sh	12 Dec 2010 20:48:28 -0000	1.7
+++ xbmc-generate-tarball-xz.sh	23 Dec 2010 22:52:06 -0000	1.8
@@ -13,8 +13,11 @@
 # uncomment following if you want to always pull from tip of branch
 # SVNVERSION=$(svn info $SVNURL  |grep "Revision:"|cut -d' ' -f2)
 
+VERSION=$MAJORVERSION-Dharma
+# SVN snapshot
 #VERSION=$MAJORVERSION-$SVNVERSION
-VERSION=Dharma_rc2
+# pre-release
+#VERSION=Dharma_rc2
 
 # remove existing checkout
 rm -r xbmc-$VERSION


Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xbmc.spec	12 Dec 2010 20:48:28 -0000	1.22
+++ xbmc.spec	23 Dec 2010 22:52:06 -0000	1.23
@@ -1,12 +1,14 @@
-%global SVNVERSION 35567
-%global PRERELEASE Dharma_rc2
+%global SVNVERSION 35648
+#global PRERELEASE Dharma_rc2
+%global DIRVERSION %{version}-Dharma
 # use below for SVN snapshot
 #global DIRVERSION %{version}-%{SVNVERSION}
-%global DIRVERSION %{PRERELEASE}
+# use below for pre-release
+#global DIRVERSION %{PRERELEASE}
 
 Name: xbmc
 Version: 10.0
-Release: 0.23.%{PRERELEASE}%{?dist}
+Release: 1%{?dist}
 URL: http://www.xbmc.org/
 
 Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -212,6 +214,9 @@
 %{_datadir}/icons/hicolor/*/*/*.png
 
 %changelog
+* Thu Dec 23 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.0-1
+- Update to 10.0 (Dharma final)
+
 * Sun Dec 12 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.0-0.23.Dharma_rc2
 - Rebase to Dharma rc2 (SVN r35567)
 - Update Python 2.7 patch, to fix DLL search patch problems (#1532).  Thanks to



More information about the rpmfusion-commits mailing list