From 06b4a5af17372e809ae10c26c66db16d60de58fc Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: Dec 05 2007 14:32:15 +0000 Subject: Rebuild with new openssl --- diff --git a/inkscape-0.44.1-psinput.patch b/inkscape-0.44.1-psinput.patch index 141d34b..3454888 100644 --- a/inkscape-0.44.1-psinput.patch +++ b/inkscape-0.44.1-psinput.patch @@ -14,7 +14,7 @@ --- inkscape-0.44.1/share/extensions/eps_input.inx.orig 2006-12-06 12:19:56.000000000 +0100 @@ -37,6 +37,6 @@ diff --git a/inkscape-0.45.1-ill2svg.patch b/inkscape-0.45.1-ill2svg.patch new file mode 100644 index 0000000..9ed36fd --- /dev/null +++ b/inkscape-0.45.1-ill2svg.patch @@ -0,0 +1,25 @@ +--- 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 "\n"; + diff --git a/inkscape.spec b/inkscape.spec index 4cd6875..11d62f7 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -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 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %changelog +* Wed Dec 5 2007 Denis Leroy - 0.45.1-5 +- Rebuild with new openssl + * Sun Dec 02 2007 Lubomir Kundrak - 0.45.1-4 - Added missing dependencies for modules (#301881)