rpms/inkscape/devel inkscape-0.45.1-ill2svg.patch, NONE, 1.1 inkscape-0.44.1-psinput.patch, 1.1, 1.2 inkscape.spec, 1.40, 1.41

Denis Leroy (denis) fedora-extras-commits at redhat.com
Wed Dec 5 14:32:19 UTC 2007


Author: denis

Update of /cvs/pkgs/rpms/inkscape/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30593

Modified Files:
	inkscape-0.44.1-psinput.patch inkscape.spec 
Added Files:
	inkscape-0.45.1-ill2svg.patch 
Log Message:
Rebuild with new openssl

inkscape-0.45.1-ill2svg.patch:

--- NEW FILE inkscape-0.45.1-ill2svg.patch ---
--- inkscape-0.45.1/share/extensions/ill2svg.pl.orig	2007-03-25 14:40:18.000000000 +0200
+++ inkscape-0.45.1/share/extensions/ill2svg.pl	2007-03-25 14:41:47.000000000 +0200
@@ -355,20 +355,9 @@
 print " xmlns:xlink=\"http://www.w3.org/1999/xlink\">\r\n";
 
 while (<>) {
-    if (m/$NL_DOS$/) { 
-	$/ = $NL_DOS; 
-	foreach (split /$NL_DOS/) {
-	    process_line($_);
-	}
-    } elsif (m/$NL_MAC$/) {
-	$/ = $NL_MAC;
-	foreach (split /$NL_MAC/) {
-	    process_line($_);
-	}
-    } else {
-	chomp;
+    foreach (split /[\015\012]+/) {
 	process_line($_);
-    }
+      }
 }
 print "</svg>\n";
 

inkscape-0.44.1-psinput.patch:

Index: inkscape-0.44.1-psinput.patch
===================================================================
RCS file: /cvs/pkgs/rpms/inkscape/devel/inkscape-0.44.1-psinput.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inkscape-0.44.1-psinput.patch	6 Dec 2006 11:32:59 -0000	1.1
+++ inkscape-0.44.1-psinput.patch	5 Dec 2007 14:32:15 -0000	1.2
@@ -14,7 +14,7 @@
      <script>
 -        <command reldir="path">pstoedit -f sk</command>
 -        <helper_extension>org.inkscape.input.sk</helper_extension>
-+        <command reldir="path">pstoedit -ndt -f plot-svg</command>
++        <command reldir="path">pstoedit -quiet -ndt -f plot-svg</command>
      </script>
  </inkscape-extension>
 --- inkscape-0.44.1/share/extensions/eps_input.inx.orig	2006-12-06 12:19:56.000000000 +0100
@@ -37,6 +37,6 @@
      <script>
 -        <command reldir="path">gs -q -sDEVICE=pswrite -sOutputFile=- -dNOPAUSE -dBATCH -dSAFER -dDEVICEWIDTH=250000 -dDEVICEHEIGHT=250000</command>
 -        <helper_extension>org.inkscape.input.ps</helper_extension>
-+         <command reldir="path">pstoedit -ndt -f plot-svg</command>
++         <command reldir="path">pstoedit -quiet -ndt -f plot-svg</command>
      </script>
  </inkscape-extension>


Index: inkscape.spec
===================================================================
RCS file: /cvs/pkgs/rpms/inkscape/devel/inkscape.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- inkscape.spec	2 Dec 2007 12:48:44 -0000	1.40
+++ inkscape.spec	5 Dec 2007 14:32:15 -0000	1.41
@@ -2,7 +2,7 @@
 
 Name:           inkscape
 Version:        0.45.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Vector-based drawing program using SVG
 
 Group:          Applications/Productivity
@@ -134,6 +134,9 @@
 
 
 %changelog
+* Wed Dec  5 2007 Denis Leroy <denis at poolshark.org> - 0.45.1-5
+- Rebuild with new openssl
+
 * Sun Dec 02 2007 Lubomir Kundrak <lkundrak at redhat.com> - 0.45.1-4
 - Added missing dependencies for modules (#301881)
 




More information about the fedora-extras-commits mailing list