OBS User unknown 2007-11-10 17:28:38 +00:00 committed by Git OBS Bridge
parent 0165ec7a64
commit 4366f68a81
3 changed files with 1642 additions and 5 deletions

1628
inkscape-0.45.1-gcc43.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 10 11:50:12 CET 2007 - mauro@suse.de
- Added inkscape-0.45.1-gcc43.patch
+ Fixes issues with gcc 4.3.
-------------------------------------------------------------------
Wed Aug 8 00:03:52 CEST 2007 - maw@suse.de

View File

@ -15,10 +15,10 @@ BuildRequires: cairomm docbook-toys fdupes gcc-c++ gtkmm24-devel intltool libgl
License: GPL v2 or later
Group: Productivity/Graphics/Vector Editors
Requires: cairomm ghostscript-fonts-std python-gtk python-numeric pstoedit libwmf gzip skencil /usr/bin/gs
Autoreqprov: on
AutoReqProv: on
Summary: Inkscape Vector Illustration Program
Version: 0.45.1
Release: 47
Release: 106
Provides: sodipodi
Obsoletes: sodipodi
PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl
@ -33,7 +33,8 @@ Patch8: %{name}-configure.patch
Patch10: gc6.4.patch
Patch13: %{name}-polyutil-newpoly.patch
Patch14: %{name}-buffer-overrun.patch
URL: http://www.inkscape.org/
Patch15: inkscape-0.45.1-gcc43.patch
Url: http://www.inkscape.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-lang = %{version}
@ -97,6 +98,7 @@ Authors:
%patch8
%patch13
%patch14 -p1
%patch15 -p1
pushd ../gc*
%patch10
popd
@ -139,7 +141,6 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/locale/en_US@piglatin
%find_lang %{name}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/inkscape/extensions-optional
cp $RPM_BUILD_ROOT%{_datadir}/inkscape/extensions/dia.inx $RPM_BUILD_ROOT%{_datadir}/inkscape/extensions-optional
%fdupes $RPM_BUILD_ROOT
%triggerin -- dia
@ -176,8 +177,10 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_mandir}/fr/man1
%files lang -f %{name}.lang
%changelog
* Sat Nov 10 2007 - mauro@suse.de
- Added inkscape-0.45.1-gcc43.patch
+ Fixes issues with gcc 4.3.
* Wed Aug 08 2007 - maw@suse.de
- Use %%fdupes
- Split off a -lang subpackage.