This commit is contained in:
parent
c255929b33
commit
7643e09b6f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 14:45:22 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Use sr@latin instead of sr@Latn since it's what glibc upstream
|
||||
uses.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 3 21:01:44 CEST 2008 - vuntz@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package inkscape (Version 0.46)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,7 @@ Group: Productivity/Graphics/Vector Editors
|
||||
Requires: ghostscript-fonts-std python-gtk python-numeric pstoedit gzip /usr/bin/gs
|
||||
Summary: Inkscape Vector Illustration Program
|
||||
Version: 0.46
|
||||
Release: 62
|
||||
Release: 63
|
||||
# package in <= NLD9 and SuSE Linux <= 9.1
|
||||
Provides: sodipodi
|
||||
Obsoletes: sodipodi
|
||||
@ -441,9 +441,6 @@ patch <<EOF
|
||||
-AC_DEFINE_UNQUOTED([INKSCAPE_LIBDIR], "\${prefix}/lib",
|
||||
+AC_DEFINE_UNQUOTED([INKSCAPE_LIBDIR], "\${prefix}/%_lib",
|
||||
EOF
|
||||
# Change sr@latin to sr@Latn
|
||||
rename sr@latin sr@Latn po/sr@latin.*
|
||||
sed -i "/^ALL_LINGUAS/s/ sr@latin / sr@Latn /" configure.ac
|
||||
chmod -x README.ca.txt
|
||||
|
||||
%build
|
||||
@ -539,6 +536,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
* Sun Jan 25 2009 vuntz@novell.com
|
||||
- Use sr@latin instead of sr@Latn since it's what glibc upstream
|
||||
uses.
|
||||
* Fri Oct 03 2008 vuntz@novell.com
|
||||
- Add inkscape-lp237574-poppler.patch to compile with poppler in
|
||||
Factory.
|
||||
@ -567,7 +567,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Thu Apr 03 2008 maw@suse.de
|
||||
- Buildrequire libpoppler-glib-devel, thereby enabling pdf import support
|
||||
(bnc#376752).
|
||||
* Sat Mar 29 2008 maw@suse.de
|
||||
* Fri Mar 28 2008 maw@suse.de
|
||||
- Update to version 0.46:
|
||||
+ Many new features and bugfeatures
|
||||
+ For a detailed account of what's new, see the NEWS file
|
||||
@ -587,7 +587,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* 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
|
||||
* Tue Aug 07 2007 maw@suse.de
|
||||
- Use %%fdupes
|
||||
- Split off a -lang subpackage.
|
||||
* Thu May 10 2007 prusnak@suse.cz
|
||||
@ -616,12 +616,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
compile with the --with-perl option.
|
||||
* Sat Oct 21 2006 schwab@suse.de
|
||||
- Don't use obsolete macro.
|
||||
* Sat Oct 14 2006 danw@suse.de
|
||||
* Fri Oct 13 2006 danw@suse.de
|
||||
- Remove dead patches
|
||||
* Thu Oct 05 2006 jhargadon@suse.de
|
||||
- added --datadir=%%prefix/share as a configuration option. This
|
||||
is a work around for bug #204719
|
||||
* Sat Sep 30 2006 jhargadon@suse.de
|
||||
* Fri Sep 29 2006 jhargadon@suse.de
|
||||
- update to version 0.44.1
|
||||
- Layers dialog
|
||||
- Outline mode, many performance improvements
|
||||
@ -639,7 +639,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- use RPM_OPT_FLAGS.
|
||||
* Wed Aug 16 2006 cthiel@suse.de
|
||||
- buildrequire python-gtk-devel instead of python-gtk
|
||||
* Sat Jul 08 2006 jpr@suse.de
|
||||
* Fri Jul 07 2006 jpr@suse.de
|
||||
- add patch to not use freetype2 internals
|
||||
* Sat Feb 18 2006 stbinner@suse.de
|
||||
- fix typo .desktop file
|
||||
|
Loading…
Reference in New Issue
Block a user