Rebuild with new openssl
This commit is contained in:
parent
1c55704bfe
commit
23d6a4dda4
@ -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>
|
||||
|
25
inkscape-0.45.1-ill2svg.patch
Normal file
25
inkscape-0.45.1-ill2svg.patch
Normal file
@ -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 "</svg>\n";
|
||||
|
@ -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 <denis@poolshark.org> - 0.45.1-5
|
||||
- Rebuild with new openssl
|
||||
|
||||
* Sun Dec 02 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-4
|
||||
- Added missing dependencies for modules (#301881)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user