rpms/uniconvertor/F-8 UniConvertor-1.1.1-rename-in-help.patch, NONE, 1.1 UniConvertor-1.1.1-use-exec.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.4, 1.5 uniconvertor.spec, 1.6, 1.7

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Sun Jul 27 11:24:42 UTC 2008


Author: andriy

Update of /cvs/extras/rpms/uniconvertor/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27983

Modified Files:
	.cvsignore sources uniconvertor.spec 
Added Files:
	UniConvertor-1.1.1-rename-in-help.patch 
	UniConvertor-1.1.1-use-exec.patch 
Log Message:
Update to 1.1.3

UniConvertor-1.1.1-rename-in-help.patch:

--- NEW FILE UniConvertor-1.1.1-rename-in-help.patch ---
diff -urNad uniconvertor-1.1.1~/src/__init__.py uniconvertor-1.1.1/src/__init__.py
--- uniconvertor-1.1.1~/src/__init__.py	2008-03-13 00:10:44.000000000 +0100
+++ uniconvertor-1.1.1/src/__init__.py	2008-03-15 11:38:34.000000000 +0100
@@ -7,7 +7,7 @@
 # For more info see COPYRIGHTS file in root directory.
 
 '''
-USAGE: uniconv [INPUT FILE] [OUTPUT FILE]
+USAGE: uniconvertor [INPUT FILE] [OUTPUT FILE]
 
 Converts one vector graphics format to another using sK1 engine.
 sK1 Team (http://sk1project.org), copyright (C) 2007,2008 by Igor E. Novikov
@@ -36,7 +36,7 @@
      PDF - Portable Document Format
      PS  - PostScript
 
-Example: uniconv drawing.cdr drawing.svg\n
+Example: uniconvertor drawing.cdr drawing.svg\n
 '''
 
 import sys, os, string

UniConvertor-1.1.1-use-exec.patch:

--- NEW FILE UniConvertor-1.1.1-use-exec.patch ---
diff -urNad python-uniconvertor-1.1.1~/src/uniconv python-uniconvertor-1.1.1/src/uniconv
--- python-uniconvertor-1.1.1~/src/uniconv	2008-03-13 00:10:44.000000000 +0100
+++ python-uniconvertor-1.1.1/src/uniconv	2008-03-15 15:11:01.000000000 +0100
@@ -20,4 +20,4 @@
 #
 
 
-python -c "import uniconvertor" "$1" "$2"
\ No newline at end of file
+exec python -c "import uniconvertor" "$1" "$2"


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2007 16:39:41 -0000	1.1
+++ .cvsignore	27 Jul 2008 11:24:12 -0000	1.2
@@ -0,0 +1 @@
+uniconvertor-1.1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	4 May 2008 11:49:16 -0000	1.4
+++ sources	27 Jul 2008 11:24:12 -0000	1.5
@@ -1 +1 @@
-ff6a73c1a678286fe119f62307825d1a  uniconvertor-1.1.2.tar.gz
+63aee3ae289e92e0b509cb2b3a1d7ac8  uniconvertor-1.1.3.tar.gz


Index: uniconvertor.spec
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/F-8/uniconvertor.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- uniconvertor.spec	4 May 2008 11:49:16 -0000	1.6
+++ uniconvertor.spec	27 Jul 2008 11:24:12 -0000	1.7
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           uniconvertor
-Version:        1.1.2
-Release:        1%{?dist}
+Version:        1.1.3
+Release:        2%{?dist}
 Summary:        Universal vector graphics translator
 
 Group:          Applications/Multimedia
@@ -10,10 +10,13 @@
 URL:            http://sk1project.org/modules.php?name=Products&product=uniconvertor
 Source0:        http://sk1project.org/downloads/uniconvertor/v%{version}/%{name}-%{version}.tar.gz
 Patch0:         UniConvertor-1.1.0-simplify.patch
+Patch1:         UniConvertor-1.1.1-rename-in-help.patch
+Patch2:         UniConvertor-1.1.1-use-exec.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
 Requires:       python-imaging
+Requires:       python-reportlab
 
 
 %description
@@ -24,6 +27,8 @@
 %prep
 %setup -q -n UniConvertor-%{version}
 %patch0 -p1 -b .simplify
+%patch1 -p1 -b .rename-in-help
+%patch2 -p1 -b .use-exec
 
 # Prepare for inclusion into documentation part
 install -p -m644 src/COPYRIGHTS COPYRIGHTS
@@ -67,8 +72,13 @@
 
 
 %changelog
-* Sun May 04 2008 Andy Shevchenko <andy at smile.org.ua> 1.1.2-1
+* Sun Jul 27 2008 Andy Shevchenko <andy at smile.org.ua> 1.1.3-2
+- update to 1.1.3
+- new requirement python-reportlab
+
+* Sun May 04 2008 Andy Shevchenko <andy at smile.org.ua> 1.1.2-2
 - update to 1.1.2
+- apply two useful patches from Debian
 
 * Thu Mar 06 2008 Andy Shevchenko <andy at smile.org.ua> 1.1.1-2
 - just fix Source0 URL




More information about the scm-commits mailing list