rpms/pympdtouchgui/devel pympdtouchgui-fixpath.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 pympdtouchgui.spec, 1.2, 1.3 sources, 1.2, 1.3 pympdtouchgui-setuppy.patch, 1.1, NONE

Sven Lankes slankes at fedoraproject.org
Mon Jan 19 21:26:06 UTC 2009


Author: slankes

Update of /cvs/pkgs/rpms/pympdtouchgui/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11421

Modified Files:
	.cvsignore pympdtouchgui.spec sources 
Added Files:
	pympdtouchgui-fixpath.patch 
Removed Files:
	pympdtouchgui-setuppy.patch 
Log Message:
new upstream release, minor setup fixes, reworked patch (most of the previous patch is upstream now)


pympdtouchgui-fixpath.patch:

--- NEW FILE pympdtouchgui-fixpath.patch ---
diff --git a/pympdtouchgui b/pympdtouchgui
index 13fc7ad..21a4eb9 100755
--- a/pympdtouchgui
+++ b/pympdtouchgui
@@ -819,7 +819,7 @@ class Config:
 		self.Sizes = None
 		self.Theme = None
 		self.AlarmClock = None
-		self.ClockStateFile = "/var/lib/mpdtouchgui/clock-state"
+		self.ClockStateFile = "/var/lib/pympdtouchgui/clock-state"
 
 		# Defaults for ServerOptions
 		self.ConnectHost = "127.0.0.1"
@@ -833,7 +833,7 @@ class Config:
 		self.AmazonID = "0MR5G85VBCCM2KS8RK82"
 
 		# Defaults for MiscOptions
-		self.ThemeDir = os.path.expanduser("/usr/share/mpdtouchgui/themes/default")
+		self.ThemeDir = os.path.expanduser("/usr/share/pympdtouchgui/themes/default")
 		self.CommandlineConfigFile = ""
 		self.AllowQuit = True
 		self.PowerOffTimeoutEnabled = False
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pympdtouchgui/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	5 Nov 2008 23:50:46 -0000	1.2
+++ .cvsignore	19 Jan 2009 21:25:35 -0000	1.3
@@ -1 +1 @@
-pympdtouchgui-0.302.tgz
+pympdtouchgui-0.309.tgz


Index: pympdtouchgui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pympdtouchgui/devel/pympdtouchgui.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pympdtouchgui.spec	22 Dec 2008 20:04:23 -0000	1.2
+++ pympdtouchgui.spec	19 Jan 2009 21:25:36 -0000	1.3
@@ -1,17 +1,17 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:       pympdtouchgui
-Version:    0.302
-Release:    6%{?dist}
+Version:    0.309
+Release:    1%{?dist}
 Summary:    PyMPDTouchGUI is a client for MPD that is usable via touchscreen    
 
 Group:      Applications/Multimedia    
 License:    GPLv2
 URL:        http://www.spida.net/projects/pympdtouchgui/    
-Source0:    http://www.spida.net/projects/pympdtouchgui/pympdtouchgui-0.302.tgz
+Source0:    http://www.spida.net/projects/pympdtouchgui/pympdtouchgui-0.309.tgz
 Source1:    pympdtouchgui.desktop
 Source2:    pympdtouchgui.png
-Patch0:     pympdtouchgui-setuppy.patch
+Patch0:     pympdtouchgui-fixpath.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
@@ -28,8 +28,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 
-
+%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -66,6 +65,9 @@
 
 
 %changelog
+* Mon Jan 19 2009 Sven Lankes <sven at lank.es> - 0.309-1
+- new upstream release
+
 * Mon Dec 22 2008 Sven Lankes <sven at lank.es> - 0.302-6
 - rebuild for python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pympdtouchgui/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Nov 2008 23:50:47 -0000	1.2
+++ sources	19 Jan 2009 21:25:36 -0000	1.3
@@ -1 +1 @@
-8193912ed9ed7d70f7764adeecf7eca0  pympdtouchgui-0.302.tgz
+bcb6f5f1fac1efa8856c7eb86a5ce0e9  pympdtouchgui-0.309.tgz


--- pympdtouchgui-setuppy.patch DELETED ---




More information about the scm-commits mailing list