This commit is contained in:
Jon Ciesla 2012-12-18 11:37:05 -06:00
parent d0bbde6404
commit c82415b851
3 changed files with 18 additions and 12 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ inkscape.tar.bz2
/inkscape-0.48.1.tar.bz2
/inkscape-0.48.2.tar.bz2
/inkscape-0.48.3.1.tar.bz2
/inkscape-0.48.4.tar.bz2

View File

@ -1,6 +1,6 @@
Name: inkscape
Version: 0.48.3.1
Release: 4%{?dist}
Version: 0.48.4
Release: 1%{?dist}
Summary: Vector-based drawing program using SVG
Group: Applications/Productivity
@ -9,11 +9,11 @@ URL: http://inkscape.sourceforge.net/
Source0: http://downloads.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2
Patch0: inkscape-0.48.2-types.patch
#Patch4: inkscape-0.48.2-glib.patch
Patch5: inkscape-0.48.2-png.patch
Patch6: inkscape-0.48.2-png-write.patch
#Patch5: inkscape-0.48.2-png.patch
#Patch6: inkscape-0.48.2-png-write.patch
#Patch7: inkscape-0.48.2-gcc47.patch
Patch8: inkscape-0.48.2-poppler_020.patch
Patch9: inkscape-0.48.3.1-hugexml.patch
#Patch8: inkscape-0.48.2-poppler_020.patch
#Patch9: inkscape-0.48.3.1-hugexml.patch
%if 0%{?fedora} && 0%{?fedora} < 18
%define desktop_vendor fedora
@ -125,11 +125,11 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format.
%setup -q
%patch0 -p1 -b .types
#%patch4 -p1 -b .glib
%patch5 -p0 -b .png
%patch6 -p0 -b .png-write
#%patch5 -p0 -b .png
#%patch6 -p0 -b .png-write
#%patch7 -p0 -b .gcc47
%patch8 -p1 -b .poppler_020
%patch9 -p0 -b .hugexml
#%patch8 -p1 -b .poppler_020
#%patch9 -p0 -b .hugexml
# https://bugs.launchpad.net/inkscape/+bug/314381
# A couple of files have executable bits set,
@ -212,7 +212,8 @@ fi
%{_datadir}/inkscape/ui
%{_datadir}/applications/*inkscape.desktop
%{_datadir}/icons/hicolor/*/*/inkscape*
%{_mandir}/*/*
%{_mandir}/*/*gz
%{_mandir}/*/*/*gz
%exclude %{_mandir}/man1/inkview.1*
%doc AUTHORS COPYING ChangeLog NEWS README
@ -232,6 +233,10 @@ fi
%changelog
* Tue Dec 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-4
- 0.48.4, fix XXE security flaw.
- Correct man page ownership.
* Thu Dec 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-4
- Fix directory ownership, BZ 873817.
- Fix previous changelog version.

View File

@ -1 +1 @@
f0fcc02088cc643634806064e7ab4ec3 inkscape-0.48.3.1.tar.bz2
47bd8546e42ba396624eef9eb66b9b6c inkscape-0.48.4.tar.bz2