rpms/mythtv-themes/F-13 myththemes-0.24-svnfixes.patch, NONE, 1.1 mythtv-themes.spec, 1.37, 1.38 sources, 1.31, 1.32 myththemes-0.23.1-svnfixes.patch, 1.1, NONE

Jarod Wilson jarod at rpmfusion.org
Fri Nov 19 02:46:43 CET 2010


Author: jarod

Update of /cvs/free/rpms/mythtv-themes/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5059

Modified Files:
	mythtv-themes.spec sources 
Added Files:
	myththemes-0.24-svnfixes.patch 
Removed Files:
	myththemes-0.23.1-svnfixes.patch 
Log Message:
* Thu Nov 18 2010 Jarod Wilson <jarod at wilsonet.com> 0.24-1
- Update to release 0.24 + svn fixes branch up to revision 27286


myththemes-0.24-svnfixes.patch:
 osd.xml |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

--- NEW FILE myththemes-0.24-svnfixes.patch ---
diff -Naurp myththemes-0.24.orig/metallurgy/osd.xml myththemes-0.24.new/metallurgy/osd.xml
--- myththemes-0.24.orig/metallurgy/osd.xml	2010-11-04 09:54:31.000000000 -0400
+++ myththemes-0.24.new/metallurgy/osd.xml	2010-11-16 17:32:19.836409000 -0500
@@ -65,40 +65,40 @@
         <area>0,480,1280,240</area>
 
         <imagetype name="background">
-            <area>0,480,1280,240</area>
+            <area>0,0,1280,240</area>
             <filename>osd/background.png</filename>
         </imagetype>
 
         <textarea name="title">
-            <area>185,510,830,38</area>
+            <area>185,30,830,38</area>
             <font>extralarge</font>
         </textarea>
 
         <textarea name="description">
             <multiline>yes</multiline>
-            <area>185,585,1054,130</area>
+            <area>185,105,1054,130</area>
             <font>medium</font>
             <template>%"|SUBTITLE|" %%DESCRIPTION%</template>
         </textarea>
 
         <textarea name="starttime">
-            <area>185,551,880,25</area>
+            <area>185,71,880,25</area>
             <font>smallgrey</font>
             <template>(%STARTTIME% - %ENDTIME%) %LENMINS%</template>
         </textarea>
 
         <imagetype name="channelicon">
-            <area>46,520,120,90</area>
+            <area>46,40,120,90</area>
         </imagetype>
 
         <textarea name="time">
-            <area>1034,510,200,40</area>
+            <area>1034,30,200,40</area>
             <font>medium</font>
             <align>right</align>
         </textarea>
 
         <textarea name="channum">
-            <area>46,635,120,30</area>
+            <area>46,155,120,30</area>
             <font>extralarge</font>
             <align>hcenter</align>
         </textarea>


Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-13/mythtv-themes.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mythtv-themes.spec	28 Aug 2010 15:18:04 -0000	1.37
+++ mythtv-themes.spec	19 Nov 2010 01:46:42 -0000	1.38
@@ -17,8 +17,9 @@
 %define desktop_vendor  RPMFusion
 
 # SVN Revision number and branch ID
-%define _svnrev r25902
-%define branch release-0-23-fixes
+# 0.24 release: r27163
+%define _svnrev r27286
+%define branch release-0-24-fixes
 
 #
 # Basic descriptive tags for this package:
@@ -30,9 +31,10 @@
 License:    GPLv2
 
 # Version/Release info
-Version: 0.23.1
+Version: 0.24
 %if "%{branch}" == "trunk"
-Release: 0.1.svn.%{_svnrev}%{?dist}
+#Release: 0.1.svn.%{_svnrev}%{?dist}
+Release: 0.2.rc1%{?dist}
 %else
 Release: 1%{?dist}
 %endif
@@ -46,7 +48,7 @@
 # Robert Siebert's user-contributed theme, included at his (and users') request
 Source1:	ftp://miroku.no-ip.com/blue-abstract-wide.2010.07.15.tar.bz2
 # svnfixes branch patch
-#Patch0:		myththemes-0.23-svnfixes.patch
+Patch0:		myththemes-0.24-svnfixes.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -79,8 +81,7 @@
 %prep
 %setup -q -c -a 1
 cd myththemes-%{version}
-# Patch is currently empty after 0.23.1 rebase
-#patch0 -p1
+%patch0 -p1
 cd ..
 
 ################################################################################
@@ -122,6 +123,15 @@
 %{_datadir}/fonts/%{name}/*.otf
 
 %changelog
+* Thu Nov 18 2010 Jarod Wilson <jarod at wilsonet.com> 0.24-1
+- Update to release 0.24 + svn fixes branch up to revision 27286
+
+* Wed Oct 27 2010 Jarod Wilson <jarod at wilsonet.com> 0.24-0.2.rc1
+- Update to svn trunk, revision 26998 (which is actually post-0.24-rc1)
+
+* Wed Sep 01 2010 Jarod Wilson <jarod at wilsonet.com> 0.24-0.1.svn.r26065
+- Update to svn trunk, rev 26065
+
 * Sat Aug 28 2010 Jarod Wilson <jarod at wilsonet.com> 0.23.1-1
 - Update to 0.23.1 + svnfixes at revision 25902
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-13/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources	4 Sep 2010 15:06:03 -0000	1.31
+++ sources	19 Nov 2010 01:46:42 -0000	1.32
@@ -1,2 +1,2 @@
 970f9fa081c4d2763516180bf434805a  blue-abstract-wide.2010.07.15.tar.bz2
-7dc2588a3235f84a957909449a8bda88  myththemes-0.23.1.tar.bz2
+ac257cbe0c340c0bf271e66e58f0b64d  myththemes-0.24.tar.bz2


--- myththemes-0.23.1-svnfixes.patch DELETED ---



More information about the rpmfusion-commits mailing list