rpms/inkscape/FC-5 .cvsignore, 1.8, 1.9 inkscape.spec, 1.26, 1.27 sources, 1.8, 1.9

Denis Leroy (denis) fedora-extras-commits at redhat.com
Tue Jun 27 01:46:39 UTC 2006


Author: denis

Update of /cvs/extras/rpms/inkscape/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13741

Modified Files:
	.cvsignore inkscape.spec sources 
Log Message:
- Update to 0.44
- Disabled experimental perl and python extensions
- Added pstoedit, skencil, gtkspell and LittleCms support
- Inkboard feature disabled pending further security tests




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/inkscape/FC-5/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	18 Dec 2005 03:00:15 -0000	1.8
+++ .cvsignore	27 Jun 2006 01:46:39 -0000	1.9
@@ -1 +1 @@
-inkscape-0.43.tar.bz2
+inkscape-0.44.tar.bz2


Index: inkscape.spec
===================================================================
RCS file: /cvs/extras/rpms/inkscape/FC-5/inkscape.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- inkscape.spec	1 Mar 2006 01:57:32 -0000	1.26
+++ inkscape.spec	27 Jun 2006 01:46:39 -0000	1.27
@@ -1,35 +1,40 @@
 Name:           inkscape
-Version:        0.43
-Release:        3%{?dist}
+Version:        0.44
+Release:        1%{?dist}
 Summary:        Vector-based drawing program using SVG
 
 Group:          Applications/Productivity
 License:        GPL
 URL:            http://inkscape.sourceforge.net/
 Source0:        http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2
-Patch0:         inkscape-0.42-GC-check.patch
-Patch1:         inkscape-0.43-null-conversion.patch
-Patch2:         inkscape-0.43-qualification.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  atk-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  freetype-devel
-BuildRequires:  gc-devel
+BuildRequires:  gc-devel >= 6.4
 BuildRequires:  gettext
 BuildRequires:  gtkmm24-devel
+BuildRequires:  gtkspell-devel
 BuildRequires:  libart_lgpl-devel >= 2.3.10
 BuildRequires:  libgnomeprintui22-devel >= 2.2.0
-BuildRequires:  gnome-vfs2-devel
+BuildRequires:  gnome-vfs2-devel >= 2.0
 BuildRequires:  libpng-devel
 BuildRequires:  libsigc++20-devel
 BuildRequires:  libxml2-devel >= 2.4.24
 BuildRequires:  libxslt-devel
 BuildRequires:  pango-devel
-BuildRequires:  perl-XML-Parser
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
-BuildRequires:  loudmouth-devel
+BuildRequires:	lcms-devel >= 1.13
+BuildRequires:  boost-devel
+%{?_with_perl: BuildRequires: perl-XML-Parser, perl-libxml-enno}
+%{?_with_python: BuildRequires:  python-devel}
+%{?_with_inkboard: BuildRequires:	loudmouth-devel >= 1.0}
+%{?_with_gnomeprint: BuildRequires:	libgnomeprint22-devel >= 2.2.0}
+
+Requires:	pstoedit
+Requires:	skencil
+
 Requires(post):   desktop-file-utils
 Requires(postun): desktop-file-utils
 
@@ -53,19 +58,28 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .GC-check
-%patch1 -p0 -b .nullconv
-%patch2 -p0 -b .qualif
 
 
 %build
-%configure		\
---enable-static=no	\
---with-python		\
---with-perl		\
---with-inkjar		\
---with-gnome-vfs	\
---enable-inkboard
+%configure                     \
+--disable-dependency-tracking  \
+--with-xinerama                \
+--enable-static=no             \
+%if "%{?_with_python}"
+--with-python                  \
+%endif
+%if "%{?_with_perl}"
+--with-perl                    \
+%endif
+--with-gnome-vfs               \
+--with-inkjar                  \
+%if "%{?_with_inkboard}"
+--enable-inkboard              \
+%endif
+%if "%{?_with_gnomeprint}"
+--with-gnome-print             \
+%endif
+--enable-lcms
 
 make %{?_smp_mflags}
 
@@ -106,6 +120,12 @@
 
 
 %changelog
+* Mon Jun 26 2006 Denis Leroy <denis at poolshark.org> - 0.44-1
+- Update to 0.44
+- Disabled experimental perl and python extensions
+- Added pstoedit, skencil, gtkspell and LittleCms support
+- Inkboard feature disabled pending further security tests
+
 * Tue Feb 28 2006 Denis Leroy <denis at poolshark.org> - 0.43-3
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/inkscape/FC-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	18 Dec 2005 03:00:15 -0000	1.8
+++ sources	27 Jun 2006 01:46:39 -0000	1.9
@@ -1 +1 @@
-97c606182f5e177eef70c1e8a55efc1f  inkscape-0.43.tar.bz2
+f0bf316e15ddc6009976d97388522f85  inkscape-0.44.tar.bz2




More information about the fedora-extras-commits mailing list