rpms/tinyerp/FC-6 tinyerp-client-l10n.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 tinyerp.spec, 1.24, 1.25 tinyerp-client.patch, 1.9, NONE tinyerp-server.patch, 1.10, NONE

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Fri Jan 26 14:43:24 UTC 2007


Author: sharkcz

Update of /cvs/extras/rpms/tinyerp/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26958

Modified Files:
	.cvsignore sources tinyerp.spec 
Added Files:
	tinyerp-client-l10n.patch 
Removed Files:
	tinyerp-client.patch tinyerp-server.patch 
Log Message:
 - update to upstream version 4.0.2

tinyerp-client-l10n.patch:

--- NEW FILE tinyerp-client-l10n.patch ---
diff -Nru bin/tinyerp-client.py.orig bin/tinyerp-client.py
--- bin/tinyerp-client.py.orig	2006-12-22 13:55:50.000000000 +0100
+++ bin/tinyerp-client.py	2007-01-05 11:42:40.000000000 +0100
@@ -73,14 +73,13 @@
 import pango
 
 # end testing
-APP = 'terp'
-DIR = 'po'
+APP = 'tinyerp-client'
 
 locale.setlocale(locale.LC_ALL, '')
-gettext.bindtextdomain(APP, DIR)
+gettext.bindtextdomain(APP)
 gettext.textdomain(APP)
-gettext.install(APP, DIR, unicode=1)
-gtk.glade.bindtextdomain(APP, DIR)
+gettext.install(APP, unicode=1)
+gtk.glade.bindtextdomain(APP)
 
 import options
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tinyerp/FC-6/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	5 Jan 2007 11:07:50 -0000	1.11
+++ .cvsignore	26 Jan 2007 14:42:54 -0000	1.12
@@ -1,2 +1,2 @@
-tinyerp-client-4.0.1.tar.gz
-tinyerp-server-4.0.1.tar.gz
+tinyerp-client-4.0.2.tar.gz
+tinyerp-server-4.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tinyerp/FC-6/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	5 Jan 2007 11:07:50 -0000	1.11
+++ sources	26 Jan 2007 14:42:54 -0000	1.12
@@ -1,2 +1,2 @@
-3aa0f502ec2c7780057d9750ab62e4da  tinyerp-client-4.0.1.tar.gz
-2fc7ab2d7b5789eb3f19fda0c1c5567b  tinyerp-server-4.0.1.tar.gz
+13235ee5ba94007dc0ab049cd0a3fe52  tinyerp-client-4.0.2.tar.gz
+be68a31b958b7160c5e4ff3f0c616e43  tinyerp-server-4.0.2.tar.gz


Index: tinyerp.spec
===================================================================
RCS file: /cvs/extras/rpms/tinyerp/FC-6/tinyerp.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- tinyerp.spec	5 Jan 2007 11:07:50 -0000	1.24
+++ tinyerp.spec	26 Jan 2007 14:42:54 -0000	1.25
@@ -20,7 +20,7 @@
 
 
 Name:		tinyerp
-Version:	4.0.1
+Version:	4.0.2
 Release:	1%{?dist}
 License:	GPL
 Group:		Applications/Productivity
@@ -49,8 +49,7 @@
 %define _xvfb /usr/X11R6/bin/Xvfb
 %endif
 Requires:	pygtk2, pygtk2-libglade, pydot
-Patch0:		tinyerp-client.patch
-Patch1:		tinyerp-server.patch
+Patch0:		tinyerp-client-l10n.patch
 
 %description
 Tiny ERP is a free enterprise management software package. It 
@@ -76,8 +75,9 @@
 
 %prep
 %setup -q -a 1 -c %{name}-%{version}
+pushd tinyerp-client-%{version}
 %patch0
-%patch1
+popd
 
 cp %{SOURCE6} tinyerp-server-%{version}/doc/README.Fedora
 
@@ -107,7 +107,7 @@
 
 cd $RPM_BUILD_ROOT%{python_sitelib}/tinyerp-client
 ln -s ../../../../share/tinyerp-client/themes themes
-for i in tinyerp.png tinyerp_icon.png tinyerp-icon-16x16.png tinyerp-icon-32x32.png tinyerp-icon-64x64.png; do
+for i in tinyerp-icon-16x16.png tinyerp-icon-32x32.png tinyerp-icon-64x64.png; do
 	ln -s ../../../../share/pixmaps/tinyerp-client/$i $i
 done
 
@@ -170,6 +170,9 @@
 
 
 %changelog
+* Fri Jan 26 2007 Dan Horak <dan[at]danny.cz> 4.0.2-1
+- update to upstream version 4.0.2
+
 * Fri Jan  5 2007 Dan Horak <dan[at]danny.cz> 4.0.1-1
 - update to upstream version 4.0.1
 


--- tinyerp-client.patch DELETED ---


--- tinyerp-server.patch DELETED ---




More information about the fedora-extras-commits mailing list