rpms/uniconvertor/F-10 .cvsignore, 1.6, 1.7 UniConvertor-1.1.1-rename-in-help.patch, 1.2, 1.3 UniConvertor-1.1.1-use-exec.patch, 1.1, 1.2 sources, 1.6, 1.7 uniconvertor.spec, 1.13, 1.14 UniConvertor-1.1.3-cover_by_func.patch, 1.1, NONE

Andy Shevchenko andriy at fedoraproject.org
Thu Jun 25 22:01:43 UTC 2009


Author: andriy

Update of /cvs/extras/rpms/uniconvertor/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23618

Modified Files:
	.cvsignore UniConvertor-1.1.1-rename-in-help.patch 
	UniConvertor-1.1.1-use-exec.patch sources uniconvertor.spec 
Removed Files:
	UniConvertor-1.1.3-cover_by_func.patch 
Log Message:
New version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/F-10/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	27 Jul 2008 10:49:34 -0000	1.6
+++ .cvsignore	25 Jun 2009 22:01:12 -0000	1.7
@@ -1 +1 @@
-uniconvertor-1.1.3.tar.gz
+uniconvertor-1.1.4.tar.gz

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

Index: UniConvertor-1.1.1-rename-in-help.patch
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/F-10/UniConvertor-1.1.1-rename-in-help.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- UniConvertor-1.1.1-rename-in-help.patch	27 Jul 2008 11:07:11 -0000	1.2
+++ UniConvertor-1.1.1-rename-in-help.patch	25 Jun 2009 22:01:12 -0000	1.3
@@ -5,14 +5,14 @@ diff -urNad uniconvertor-1.1.1~/src/__in
  # For more info see COPYRIGHTS file in root directory.
  
  '''
--USAGE: uniconv [INPUT FILE] [OUTPUT FILE]
-+USAGE: uniconvertor [INPUT FILE] [OUTPUT FILE]
+-USAGE: uniconv [OPTIONS] [INPUT FILE] [OUTPUT FILE]
++USAGE: uniconvertor [OPTIONS] [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
+ sK1 Team (http://sk1project.org), copyright (C) 2007-2009 by Igor E. Novikov
+@@ -38,7 +38,7 @@
       PS  - PostScript
+ 	 PLT - HPGL for cutting plotter files
  
 -Example: uniconv drawing.cdr drawing.svg\n
 +Example: uniconvertor drawing.cdr drawing.svg\n

UniConvertor-1.1.1-use-exec.patch:

Index: UniConvertor-1.1.1-use-exec.patch
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/F-10/UniConvertor-1.1.1-use-exec.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- UniConvertor-1.1.1-use-exec.patch	4 May 2008 12:30:59 -0000	1.1
+++ UniConvertor-1.1.1-use-exec.patch	25 Jun 2009 22:01:12 -0000	1.2
@@ -1,10 +1,11 @@
 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 @@
+@@ -19,5 +19,4 @@
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  #
  
- 
--python -c "import uniconvertor" "$1" "$2"
+-
+-python -c "from uniconvertor import uniconv; uniconv();" "$@"
 \ No newline at end of file
-+exec python -c "import uniconvertor" "$1" "$2"
++exec python -c "from uniconvertor import uniconv; uniconv();" "$@"


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/F-10/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	27 Jul 2008 10:49:34 -0000	1.6
+++ sources	25 Jun 2009 22:01:12 -0000	1.7
@@ -1 +1 @@
-63aee3ae289e92e0b509cb2b3a1d7ac8  uniconvertor-1.1.3.tar.gz
+91c2f372191959c9c6da85b6e18e04ee  uniconvertor-1.1.4.tar.gz


Index: uniconvertor.spec
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/F-10/uniconvertor.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- uniconvertor.spec	19 Mar 2009 08:39:56 -0000	1.13
+++ uniconvertor.spec	25 Jun 2009 22:01:12 -0000	1.14
@@ -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.3
-Release:        5%{?dist}
+Version:        1.1.4
+Release:        1%{?dist}
 Summary:        Universal vector graphics translator
 
 Group:          Applications/Multimedia
@@ -14,8 +14,6 @@ Patch0:         UniConvertor-1.1.0-simpl
 # Upstream notified via forum: http://sk1project.org/forum/topic.php?forum=2&topic=11
 Patch1:         UniConvertor-1.1.1-rename-in-help.patch
 Patch2:         UniConvertor-1.1.1-use-exec.patch
-# Upstream notified via forum: http://sk1project.org/forum/topic.php?forum=2&topic=62
-Patch3:         UniConvertor-1.1.3-cover_by_func.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -33,7 +31,6 @@ It uses sK1 engine to convert one format
 %patch0 -p1 -b .simplify
 %patch1 -p1 -b .rename-in-help
 %patch2 -p1 -b .use-exec
-%patch3 -p1 -b .cover_by_func
 
 # Prepare for inclusion into documentation part
 install -p -m644 src/COPYRIGHTS COPYRIGHTS
@@ -80,6 +77,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 21 2009 Andy Shevchenko <andy at smile.org.ua> - 1.1.4-1
+- update to 1.1.4
+- remove upstreamed patches
+- adjust Fedora related patches
+
+* Sat May 02 2009 Andy Shevchenko <andy at smile.org.ua> - 1.1.3-6
+- Fix WMF saver
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- UniConvertor-1.1.3-cover_by_func.patch DELETED ---




More information about the fedora-extras-commits mailing list