rpms/tinyerp/FC-4 tinyerp-2.1.3-client-syspath.patch, 1.1, 1.2 tinyerp.spec, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sat Sep 17 14:07:14 UTC 2005


Author: spot

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

Modified Files:
	tinyerp-2.1.3-client-syspath.patch tinyerp.spec 
Log Message:

fix missing plugin (Dan Horák)


tinyerp-2.1.3-client-syspath.patch:

Index: tinyerp-2.1.3-client-syspath.patch
===================================================================
RCS file: /cvs/extras/rpms/tinyerp/FC-4/tinyerp-2.1.3-client-syspath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tinyerp-2.1.3-client-syspath.patch	18 Aug 2005 19:31:23 -0000	1.1
+++ tinyerp-2.1.3-client-syspath.patch	17 Sep 2005 14:07:11 -0000	1.2
@@ -1,5 +1,14 @@
---- tinyerp-2.1.3/tinyerp-client-2.1.3/setup.py.BAD	2005-08-01 19:29:30.000000000 -0500
-+++ tinyerp-2.1.3/tinyerp-client-2.1.3/setup.py	2005-08-01 19:29:39.000000000 -0500
+--- tinyerp-2.1.3/tinyerp-client-2.1.3/setup.py.BAD	2005-09-17 11:17:54.000000000 +0200
++++ tinyerp-2.1.3/tinyerp-client-2.1.3/setup.py	2005-09-17 11:35:29.000000000 +0200
+@@ -46,7 +46,7 @@
+               ['bin/terp.glade'])]
+     return files
+ 
+-included_plugins = ['auction_lots_html', 'slideshow', 'workflow_print']
++included_plugins = ['auction_lots_html', 'huissier', 'slideshow', 'workflow_print']
+ 
+ def find_plugins():
+     for plugin in included_plugins:
 @@ -54,7 +54,7 @@
          for dirpath, dirnames, filenames in os.walk(path):
              if '__init__.py' in filenames:
@@ -9,7 +18,7 @@
  
  def translations():
      trans = []
-@@ -96,19 +96,19 @@
+@@ -96,19 +96,20 @@
        translations     = translations(),
        pot_file         = 'bin/po/terp-msg.pot',
        scripts          = ['bin/tinyerp-client'],
@@ -37,7 +46,8 @@
 +                          'tinyerp_client.widget',
 +                          'tinyerp_client.widget.form',
 +                          'tinyerp_client.widget.search',
-+                          'tinyerp_client.widget.tree'] + list(find_plugins()),
++                          'tinyerp_client.widget.tree',
++                          'tinyerp_client.plugins'] + list(find_plugins()),
 +      package_dir      = {'tinyerp_client': 'bin'},
        )
  


Index: tinyerp.spec
===================================================================
RCS file: /cvs/extras/rpms/tinyerp/FC-4/tinyerp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tinyerp.spec	18 Aug 2005 19:31:23 -0000	1.1
+++ tinyerp.spec	17 Sep 2005 14:07:11 -0000	1.2
@@ -1,9 +1,9 @@
-%{?!pyver: %define pyver %(python -c 'import sys;print(sys.version[0:3])')}
+%{?!pyver: %define pyver %(%{__python} -c 'import sys;print(sys.version[0:3])')}
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		tinyerp
 Version:	2.1.3
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	GPL
 Group:		Applications/Productivity
 Summary:	Open Source ERP Client
@@ -102,6 +102,9 @@
 %{_mandir}/man1/tinyerp-server.*
 
 %changelog
+* Sat Sep 17 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.1.3-7
+- fix missing plugin (Dan Horák)
+
 * Thu Aug 18 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.1.3-6
 - use Xvfb to fake DISPLAY
 




More information about the fedora-extras-commits mailing list