Accepting request 77964 from GNOME:Apps

Update to latest version.

OBS-URL: https://build.opensuse.org/request/show/77964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=53
This commit is contained in:
Sascha Peilicke 2011-08-04 10:08:18 +00:00 committed by Git OBS Bridge
parent 0f21436d2c
commit a2890199a4
5 changed files with 19 additions and 1040 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44bda45d14374351f426afa467222093c2f24ddb586e3cfa1cf21e7468e4bb86
size 19558565

3
inkscape-0.48.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:223a42ba6e3644bb2956c485ca0c210edc14e90fa882cdc57c1bb9f35b8f6783
size 19583331

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 13 21:16:21 UTC 2011 - mrdocs@opensuse.org
- Update to version 0.48.2:
+ many crash/hang fixes
+ DXF and tex export fixes
+ Bugs fixed: https://launchpad.net/inkscape/+milestone/0.48.2
+ Updated translations.
- Drop inkscape-0.48.0-gcc46.patch: fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 22 08:00:15 UTC 2011 - idoenmez@novell.com Tue Mar 22 08:00:15 UTC 2011 - idoenmez@novell.com

View File

@ -18,8 +18,8 @@
Name: inkscape Name: inkscape
Version: 0.48.1 Version: 0.48.2
Release: 8 Release: 1
License: GPLv2 ; LGPLv2.1 License: GPLv2 ; LGPLv2.1
Summary: Vector Illustration Program Summary: Vector Illustration Program
Url: http://www.inkscape.org/ Url: http://www.inkscape.org/
@ -32,8 +32,6 @@ Source2: inkscape-split-extensions-extra.sh
Patch0: inkscape-remove-datetime.patch Patch0: inkscape-remove-datetime.patch
# PATCH-FIX-OPENSUSE inkscape-packages.patch sbrabec@suse.cz -- Suggest packages instead of compilation from source. # PATCH-FIX-OPENSUSE inkscape-packages.patch sbrabec@suse.cz -- Suggest packages instead of compilation from source.
Patch1: inkscape-packages.patch Patch1: inkscape-packages.patch
# PATCH-FIX-UPSTREAM inkscape-0.48.0-gcc46.patch idoenmez@suse.de -- Fix compilation with gcc 4.6
Patch2: inkscape-0.48.0-gcc46.patch
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: docbook-toys BuildRequires: docbook-toys
BuildRequires: fdupes BuildRequires: fdupes
@ -158,7 +156,6 @@ Inkscape is a vector illustration program for the GNOME desktop.
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1
%build %build
export CFLAGS="%{optflags} -fno-strict-aliasing" export CFLAGS="%{optflags} -fno-strict-aliasing"
@ -174,6 +171,7 @@ make %{?_smp_mflags}
rm -rf %{buildroot}%{_datadir}/locale/en_US@piglatin rm -rf %{buildroot}%{_datadir}/locale/en_US@piglatin
rm -rf %{buildroot}%{_datadir}/inkscape/filters/filters.svg.h rm -rf %{buildroot}%{_datadir}/inkscape/filters/filters.svg.h
rm -rf %{buildroot}%{_datadir}/inkscape/patterns/patterns.svg.h rm -rf %{buildroot}%{_datadir}/inkscape/patterns/patterns.svg.h
install -D -m 0644 %{S:1} %{buildroot}%{_datadir}/inkscape/palettes install -D -m 0644 %{S:1} %{buildroot}%{_datadir}/inkscape/palettes
%suse_update_desktop_file -N "Inkscape" -G "SVG Vector Illustrator" inkscape %suse_update_desktop_file -N "Inkscape" -G "SVG Vector Illustrator" inkscape
# te_IN should really just be te, see lp#690255 # te_IN should really just be te, see lp#690255
@ -181,6 +179,9 @@ test ! -e %{buildroot}%{_datadir}/locale/te
mv %{buildroot}%{_datadir}/locale/te_IN %{buildroot}%{_datadir}/locale/te mv %{buildroot}%{_datadir}/locale/te_IN %{buildroot}%{_datadir}/locale/te
%find_lang %{name} %{?no_lang_C} %find_lang %{name} %{?no_lang_C}
bash %{S:2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/inkscape/extensions/" bash %{S:2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/inkscape/extensions/"
## fix line endings
sed -i 's/\r$//' %{buildroot}%{_datadir}/inkscape/extensions/param_curves.py
sed -i 's/\r$//' %{buildroot}%{_datadir}/inkscape/extensions/render_alphabetsoup.py
%fdupes %{buildroot} %fdupes %{buildroot}
%clean %clean