From 42b4ff0d515112995c88814d4d66e69832229c04 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Feb 28 2014 16:27:18 +0000 Subject: import inkscape-0.48.4-10.el7.src.rpm --- diff --git a/SOURCES/inkscape-0.48.4-spsvg-remove.path b/SOURCES/inkscape-0.48.4-spsvg-remove.path new file mode 100644 index 0000000..60978c1 --- /dev/null +++ b/SOURCES/inkscape-0.48.4-spsvg-remove.path @@ -0,0 +1,11 @@ +diff -up inkscape-0.48.4/share/extensions/Makefile.am.spsvg inkscape-0.48.4/share/extensions/Makefile.am +--- inkscape-0.48.4/share/extensions/Makefile.am.spsvg 2014-02-26 17:56:45.994187644 +0100 ++++ inkscape-0.48.4/share/extensions/Makefile.am 2014-02-26 17:56:51.834186672 +0100 +@@ -124,7 +124,6 @@ extensions = \ + simpletransform.py \ + sk1_output.py \ + sk2svg.sh \ +- SpSVG.pm \ + spirograph.py\ + split.py \ + straightseg.py \ diff --git a/SPECS/inkscape.spec b/SPECS/inkscape.spec index 309bcec..93e15de 100644 --- a/SPECS/inkscape.spec +++ b/SPECS/inkscape.spec @@ -1,6 +1,6 @@ Name: inkscape Version: 0.48.4 -Release: 7%{?dist} +Release: 10%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -15,6 +15,7 @@ Patch0: inkscape-0.48.2-types.patch #Patch8: inkscape-0.48.2-poppler_020.patch #Patch9: inkscape-0.48.3.1-hugexml.patch Patch10: inkscape-0.48.4-spuriouscomma.h +Patch11: inkscape-0.48.4-spsvg-remove.path %if 0%{?fedora} && 0%{?fedora} < 18 %define desktop_vendor fedora @@ -134,6 +135,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format. #%patch8 -p1 -b .poppler_020 #%patch9 -p0 -b .hugexml %patch10 -p0 -b .spuriouscomma +%patch11 -p1 -b .spsvg # https://bugs.launchpad.net/inkscape/+bug/314381 # A couple of files have executable bits set, @@ -240,6 +242,15 @@ fi %changelog +* Fri Feb 28 2014 Jan Horak - 0.48.4-10 +- Get rid of SpSVG extension - rhbz#1023508 + +* Fri Jan 24 2014 Daniel Mach - 0.48.4-9 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 0.48.4-8 +- Mass rebuild 2013-12-27 + * Tue Sep 24 2013 Jan Horak - 0.48.4-7 - Added -fno-strict-aliasing to build flags