78772d
Name:           inkscape
3b77d5
Version:        0.91
3b77d5
Release:        2%{?dist}
78772d
Summary:        Vector-based drawing program using SVG
78772d
78772d
Group:          Applications/Productivity
78772d
License:        GPLv2+
78772d
URL:            http://inkscape.sourceforge.net/
78772d
Source0:        http://downloads.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2
78772d
Patch0:         inkscape-0.48.2-types.patch
3b77d5
Patch15:        inkscape-0.91-desktop.patch
78772d
78772d
%if 0%{?fedora} && 0%{?fedora} < 18
78772d
%define desktop_vendor fedora
78772d
%endif
78772d
78772d
BuildRequires:  atk-devel
78772d
BuildRequires:  desktop-file-utils
78772d
BuildRequires:  freetype-devel
78772d
BuildRequires:  gc-devel >= 6.4
78772d
BuildRequires:  gettext
78772d
BuildRequires:  gtkmm24-devel >= 2.8.0
78772d
BuildRequires:  gtkspell-devel
78772d
BuildRequires:  libpng-devel >= 1.2
78772d
BuildRequires:  libxml2-devel >= 2.6.11
78772d
BuildRequires:  libxslt-devel >= 1.0.15
78772d
BuildRequires:  pango-devel
78772d
BuildRequires:  pkgconfig
78772d
BuildRequires:  lcms2-devel
78772d
BuildRequires:  cairo-devel
78772d
BuildRequires:  dos2unix
78772d
BuildRequires:  python-devel
78772d
BuildRequires:  poppler-glib-devel
78772d
BuildRequires:  boost-devel
78772d
BuildRequires:  gsl-devel
4b6703
BuildRequires:  libwpg-devel >= 0.3.0
78772d
BuildRequires:  ImageMagick-c++-devel
78772d
BuildRequires:  perl(XML::Parser)
78772d
BuildRequires:  perl(ExtUtils::Embed)
78772d
BuildRequires:  intltool
78772d
BuildRequires:  popt-devel
78772d
# We detect new poppler in inkscape-0.48.2-poppler_020.patch
78772d
BuildRequires:  automake 
78772d
78772d
# Disable all for now. TODO: Be smarter
78772d
%if 0
78772d
Requires:       dia
78772d
Requires:       pstoedit
78772d
Requires:       ghostscript
78772d
Requires:       perl(Image::Magick)
78772d
Requires:       tex(latex)
78772d
Requires:       tex(dvips)
78772d
Requires:       transfig
78772d
Requires:       gimp
78772d
Requires:       numpy
78772d
Requires:       python-lxml
78772d
# TODO: Deal with these (autoreqs, disabled now):
78772d
# perl(Cwd)
78772d
# perl(Exporter)
78772d
# perl(File::Basename)
78772d
# perl(Getopt::Long)
78772d
# perl(Getopt::Std)
78772d
# perl(MIME::Base64)
78772d
# perl(Pod::Usage)
78772d
# perl(SVG)
78772d
# perl(SVG::Parser)
78772d
# perl(XML::XQL)
78772d
# perl(XML::XQL::DOM)
78772d
# perl(strict)
78772d
# perl(vars)
78772d
# perl(warnings)
78772d
%endif
78772d
Requires:       python-lxml
78772d
Requires:       numpy
78772d
%if ! 0%{?rhel}
78772d
Requires:       uniconvertor
78772d
%endif
78772d
78772d
# the package requires libperl.so, so it also has to require this:
78772d
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
78772d
78772d
# Filter out perl requires and provides
78772d
# XXX: For now _all_
78772d
%global __perl_provides %{nil}
78772d
%global __perl_requires %{nil}
78772d
78772d
%description
78772d
Inkscape is a vector graphics editor, with capabilities similar to
78772d
Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector
78772d
Graphics (SVG) file format.  It is therefore a very useful tool for web
78772d
designers and as an interchange format for desktop publishing.
78772d
78772d
Inkscape supports many advanced SVG features (markers, clones, alpha
78772d
blending, etc.) and great care is taken in designing a streamlined
78772d
interface. It is very easy to edit nodes, perform complex path operations,
78772d
trace bitmaps and much more.
78772d
78772d
78772d
%package view
78772d
Summary:        Viewing program for SVG files
78772d
Group:          Applications/Productivity
78772d
# the package requires libperl.so, so it also has to require this:
78772d
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
78772d
78772d
%description view
78772d
Viewer for files in W3C standard Scalable Vector Graphics (SVG) file
78772d
format.
78772d
78772d
78772d
%package docs
78772d
Summary:        Documentation for Inkscape
78772d
Group:          Documentation
78772d
Requires:       inkscape
78772d
78772d
%description docs
78772d
Tutorial and examples for Inkscape, a graphics editor for vector
78772d
graphics in W3C standard Scalable Vector Graphics (SVG) file format.
78772d
78772d
78772d
%prep
78772d
%setup -q
78772d
%patch0 -p1 -b .types
3b77d5
%patch15 -p1 -b .desktop
78772d
78772d
# https://bugs.launchpad.net/inkscape/+bug/314381
78772d
# A couple of files have executable bits set,
78772d
# despite not being executable
78772d
find . -name '*.cpp' | xargs chmod -x
78772d
find . -name '*.h' | xargs chmod -x
78772d
find share/extensions -name '*.py' | xargs chmod -x
78772d
78772d
# Fix end of line encodings
78772d
dos2unix -k -q share/extensions/*.py
78772d
78772d
78772d
%build
3b77d5
# --disable-strict-build is needed due to gtkmm using a deprecated glibmm
3b77d5
# method: https://lists.fedoraproject.org/pipermail/devel/2015-July/212652.html
3b77d5
# If upstream gtkmm fixes https://bugzilla.gnome.org/show_bug.cgi?id=752797
3b77d5
# this can be removed.
3b77d5
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -std=c++11 -fno-strict-overflow"
78772d
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
78772d
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
78772d
78772d
%configure                      \
78772d
        --with-python           \
78772d
        --with-perl             \
4b6703
        --without-gnome-vfs        \
78772d
        --with-xft              \
78772d
        --enable-lcms           \
78772d
        --enable-poppler-cairo 
78772d
78772d
make %{?_smp_mflags}
78772d
78772d
78772d
%install
78772d
rm -rf $RPM_BUILD_ROOT
78772d
make install DESTDIR=$RPM_BUILD_ROOT
78772d
78772d
desktop-file-install --vendor="%{?desktop_vendor}" --delete-original  \
78772d
        --dir $RPM_BUILD_ROOT%{_datadir}/applications   \
78772d
        $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
78772d
78772d
# No skencil anymore
78772d
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions/sk2svg.sh
78772d
78772d
%find_lang %{name}
78772d
78772d
78772d
%check
78772d
# XXX: Tests fail, ignore it for now
78772d
make -k check || :
78772d
78772d
78772d
%clean
78772d
rm -rf $RPM_BUILD_ROOT
78772d
78772d
%post
78772d
/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
78772d
78772d
%posttrans
78772d
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
78772d
/usr/bin/update-desktop-database -q &> /dev/null ||:
78772d
78772d
%postun
78772d
if [ $1 -eq 0 ] ; then
78772d
/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
78772d
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
78772d
/usr/bin/update-desktop-database -q &> /dev/null ||:
78772d
fi
78772d
78772d
78772d
%files -f %{name}.lang
78772d
%defattr(-,root,root,-)
78772d
%{_bindir}/inkscape
78772d
%dir %{_datadir}/inkscape
3b77d5
%{_datadir}/inkscape/attributes
3b77d5
%{_datadir}/inkscape/branding
3b77d5
%{_datadir}/inkscape/symbols
78772d
%{_datadir}/inkscape/extensions
78772d
%{_datadir}/inkscape/filters
78772d
%{_datadir}/inkscape/fonts
78772d
%{_datadir}/inkscape/gradients
78772d
%{_datadir}/inkscape/icons
78772d
%{_datadir}/inkscape/keys
78772d
%{_datadir}/inkscape/markers
78772d
%{_datadir}/inkscape/palettes
78772d
%{_datadir}/inkscape/patterns
78772d
%{_datadir}/inkscape/screens
78772d
%{_datadir}/inkscape/templates
78772d
%{_datadir}/inkscape/ui
78772d
%{_datadir}/applications/*inkscape.desktop
78772d
%{_datadir}/icons/hicolor/*/*/inkscape*
78772d
%{_mandir}/*/*gz
78772d
%{_mandir}/*/*/*gz
78772d
%exclude %{_mandir}/man1/inkview.1*
78772d
%doc AUTHORS COPYING ChangeLog NEWS README
78772d
78772d
78772d
%files view
78772d
%defattr(-,root,root,-)
78772d
%{_bindir}/inkview
78772d
%{_mandir}/man1/inkview.1*
78772d
%doc AUTHORS COPYING ChangeLog NEWS README
78772d
78772d
78772d
%files docs
78772d
%defattr(-,root,root,-)
78772d
%dir %{_datadir}/inkscape
78772d
%{_datadir}/inkscape/tutorials
78772d
%{_datadir}/inkscape/examples
78772d
78772d
78772d
%changelog
3b77d5
* Fri Apr  1 2016 Jan Horak <jhorak@redhat.com> - 0.91-2
3b77d5
- Rebase to version 0.91
3b77d5
4b6703
* Tue Jul 21 2015 Jan Horak <jhorak@redhat.com> - 0.48.4-15
4b6703
- Building without gnome-vfs
4b6703
4b6703
* Thu May  7 2015 Jan Horak <jhorak@redhat.com> - 0.48.4-13
4b6703
- Added patch to support newer poppler
4b6703
4b6703
* Thu Apr 30 2015 Jan Horak <jhorak@redhat.com> - 0.48.4-11
4b6703
- Fix for libwpg rebase
4b6703
42b4ff
* Fri Feb 28 2014 Jan Horak <jhorak@redhat.com> - 0.48.4-10
42b4ff
- Get rid of SpSVG extension - rhbz#1023508
42b4ff
42b4ff
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.48.4-9
42b4ff
- Mass rebuild 2014-01-24
42b4ff
42b4ff
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.48.4-8
42b4ff
- Mass rebuild 2013-12-27
42b4ff
78772d
* Tue Sep 24 2013 Jan Horak <jhorak@redhat.com> - 0.48.4-7
78772d
- Added -fno-strict-aliasing to build flags
78772d
78772d
* Thu Sep 12 2013 Jan Horak <jhorak@redhat.com> - 0.48.4-6
78772d
- Rebuild with lcms2
78772d
78772d
* Tue Jun 25 2013 Marek Kasik <mkasik@redhat.com> - 0.48.4-5.1
78772d
- Rebuild (poppler-0.22.5)
78772d
78772d
* Wed May 08 2013 Colin Walters <walters@verbum.org> - 0.48.4-5
78772d
- Drop uniconverter dep; we are not supporting wmf export in RHEL
78772d
  apparently.
78772d
78772d
* Fri Feb 15 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-4
78772d
- Fix FTBFS.
78772d
78772d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.4-3
78772d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
78772d
78772d
* Fri Jan 18 2013 Marek Kasik <mkasik@redhat.com> - 0.48.4-2
78772d
- Rebuild (poppler-0.22.0)
78772d
78772d
* Thu Dec 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-4
78772d
- 0.48.4, fix XXE security flaw.
78772d
- Correct man page ownership.
78772d
78772d
* Thu Dec 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-4
78772d
- Fix directory ownership, BZ 873817.
78772d
- Fix previous changelog version.
78772d
78772d
* Mon Nov 19 2012 Nils Philippsen <nils@redhat.com> - 0.48.3.1-3
78772d
- update sourceforge download URL
78772d
78772d
* Thu Nov 01 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-2
78772d
- Allow loading large XML, BZ 871012.
78772d
78772d
* Fri Oct 05 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-1
78772d
- Lastest upstream.
78772d
78772d
* Thu Oct 04 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.2-13
78772d
- Added dep on uniconvertor, BZ 796424.
78772d
78772d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.2-12
78772d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
78772d
78772d
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 0.48.2-11
78772d
- Perl 5.16 rebuild
78772d
78772d
* Mon Jul  2 2012 Marek Kasik <mkasik@redhat.com> - 0.48.2-10
78772d
- Rebuild (poppler-0.20.1)
78772d
78772d
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 0.48.2-9
78772d
- Perl 5.16 rebuild
78772d
78772d
* Sat Jun 23 2012 Rex Dieter <rdieter@fedoraproject.org> 
78772d
- 0.48.2-8
78772d
- fix icon/desktop-file scriptlets (#739375)
78772d
- drop .desktop vendor (f18+)
78772d
- inkscape doesn't build with poppler-0.20.0 (#822413)
78772d
78772d
* Fri Jun 15 2012 Petr Pisar <ppisar@redhat.com> - 0.48.2-7
78772d
- Perl 5.16 rebuild
78772d
78772d
* Mon Jun 11 2012 Adel Gadllah <adel.gadllah@gmail.com> - 0.48.2-6
78772d
- Rebuild for new poppler
78772d
78772d
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.48.2-5
78772d
- Rebuild for ImageMagik
78772d
78772d
* Thu Mar  8 2012 Daniel Drake <dsd@laptop.org> - 0.48.2-4
78772d
- Fix build with GCC 4.7
78772d
78772d
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.2-3
78772d
- Rebuilt for c++ ABI breakage
78772d
78772d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.2-2
78772d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
78772d
78772d
* Tue Nov 15 2011 German Ruiz <germanrs@fedoraproject.org> - 0.48.2-1
78772d
- New upstream version
78772d
- Fix glib include compile problem
78772d
- Fix compilation against libpng-1.5
78772d
78772d
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.48.1-10
78772d
- rebuild(poppler)
78772d
78772d
* Fri Sep 30 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-9
78772d
- Rebuild (poppler-0.18.0)
78772d
78772d
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-8
78772d
- Rebuild (poppler-0.17.3)
78772d
78772d
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.48.1-7
78772d
- Perl mass rebuild
78772d
78772d
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.48.1-6
78772d
- Perl mass rebuild
78772d
78772d
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-5
78772d
- Rebuild (poppler-0.17.0)
78772d
78772d
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-4
78772d
- Rebuild (poppler-0.16.3)
78772d
78772d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.1-3
78772d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78772d
78772d
* Wed Feb 09 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.48.1-2
78772d
- Re-enable GVFS for OCAL
78772d
78772d
* Mon Feb 07 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.48.1-1
78772d
- Bump release
78772d
78772d
* Fri Feb 04 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.48.0-10
78772d
- Drop gnome-vfs requirement
78772d
- Fix Rawhide build
78772d
78772d
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.48.0-9
78772d
- rebuild (poppler)
78772d
78772d
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.48.0-8
78772d
- rebuild (poppler)
78772d
78772d
* Wed Dec 08 2010 Caolán McNamara <caolanm@redhat.com> - 0.48.0-7
78772d
- rebuilt (libwpd)
78772d
78772d
* Sun Nov 14 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48.0-6
78772d
- rebuilt (poppler)
78772d
78772d
* Tue Oct 05 2010 Nils Philippsen <nils@redhat.com> - 0.48.0-5
78772d
- Rebuild for poppler update
78772d
78772d
* Wed Sep 29 2010 jkeating - 0.48.0-4
78772d
- Rebuilt for gcc bug 634757
78772d
78772d
* Wed Sep 29 2010 Dan Horák <dan[at]danny.cz> - 0.48.0-3
78772d
- drop the s390(x) ExcludeArch
78772d
78772d
* Mon Sep 20 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.48.0-2
78772d
- rebuild for new ImageMagick
78772d
78772d
* Wed Aug 25 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48.0-1
78772d
- New upstream release
78772d
- Drop el5 support
78772d
78772d
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.48-0.5.20100505bzr
78772d
- rebuild (poppler)
78772d
78772d
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 0.48-0.4.20100505bzr
78772d
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
78772d
78772d
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.48-0.3.20100505bzr
78772d
- Mass rebuild with perl-5.12.0
78772d
78772d
* Wed May 05 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48-0.2.20100505bzr
78772d
- Move to later snapshot
78772d
- Drop uniconvertor patch
78772d
78772d
* Tue Apr 06 2010 Caolán McNamara <caolanm@redhat.com> - 0.48-0.2.20100318bzr
78772d
- Resolves: rhbz#565106 fix inkscape-0.47-x11.patch to not clobber INKSCAPE_LIBS
78772d
78772d
* Thu Mar 18 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48-0.1.20100318bzr
78772d
- Update to latest bazaar snapshot
78772d
78772d
* Thu Feb 18 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.47-7
78772d
- Fix build
78772d
78772d
* Wed Jan 20 2010 Stepan Kasal <skasal@redhat.com> - 0.47-6
78772d
- ExcludeArch: s390 s390x
78772d
78772d
* Fri Jan 15 2010 Stepan Kasal <skasal@redhat.com> - 0.47-5
78772d
- require perl(:MODULE_COMPAT_5.10.x) because the package requires libperl.so
78772d
- the same for inkscape-view
78772d
78772d
* Fri Jan  8 2010 Owen Taylor <otaylor@redhat.com> - 0.47-4
78772d
- Remove loudmouth BuildRequires; there is no current usage of loudmouth in the code
78772d
78772d
* Sun Dec 06 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-2
78772d
- Fix Rawhide build.
78772d
78772d
* Wed Nov 25 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-1
78772d
- Stable release
78772d
78772d
* Mon Nov 23 2009 Adam Jackson <ajax@redhat.com> 0.47-0.18.pre4.20091101svn
78772d
- Fix RHEL6 build.
78772d
78772d
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.17.pre4.20091101svn
78772d
- Icon for main window (#532325)
78772d
78772d
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre4.20091101svn
78772d
- Move to a later snapshot
78772d
- python-lxml and numpy seem to be rather popular, add them as hard deps
78772d
78772d
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre3.20091017svn
78772d
- Move to a later snapshot
78772d
78772d
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre3.20090925svn
78772d
- Move to a later snapshot
78772d
- Drop debugging compiler flags, enable optimizations again
78772d
- Make it build on everything since EL5 again
78772d
78772d
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre2.20090907svn
78772d
- Move inkview man page to -view subpackage (#515358)
78772d
- Add license, etc. to main package
78772d
78772d
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.15.pre2.20090907svn
78772d
- Update to a post-pre2 snapshot
78772d
78772d
* Mon Aug 10 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.15.pre1.20090629svn
78772d
- Update to a post-pre1 snapshot
78772d
- Drop upstreamed CRC32 fix
78772d
78772d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-0.14.pre0.20090629svn
78772d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
78772d
78772d
* Mon Jun 29 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.13.pre0.20090629svn
78772d
- Update to a newer snapshot
78772d
78772d
* Tue Jun 16 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.12.pre0.20090616svn
78772d
- Update to post-pre0 snapshot
78772d
78772d
* Tue Jun 02 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.11.20090602svn
78772d
- More recent snapshot
78772d
- Upstream removed rasterized icons again
78772d
78772d
* Sat May 23 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.10.20090518svn
78772d
- Rebuild for new poppler
78772d
78772d
* Mon May 18 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.9.20090518svn
78772d
- Update past upstream Beta release
78772d
78772d
* Mon May 18 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.8.20090508svn
78772d
- Fix ODG export
78772d
78772d
* Fri May 08 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.7.20090508svn
78772d
- Update to a post-alpha snapshot
78772d
- Upstream applied our GCC 4.4 patch
78772d
78772d
* Fri Apr 10 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.6.20090410svn
78772d
- Update to newer snapshot
78772d
- Fix doc/incview reversed subpackage content
78772d
78772d
* Wed Mar 04 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.6.20090301svn
78772d
- Rebuild for new ImageMagick
78772d
78772d
* Wed Mar 04 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.5.20090301svn
78772d
- Split documentation and inkview into subpackages
78772d
78772d
* Mon Mar 02 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.4.20090301svn
78772d
- Bump to later SVN snapshot to fix inkscape/+bug/331864
78772d
- Fix a startup crash when compiled with GCC 4.4
78772d
- It even runs now! :)
78772d
78772d
* Fri Feb 27 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.4.20090227svn
78772d
- Enable the test suite
78772d
78772d
* Fri Feb 27 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20090227svn
78772d
- Past midnight! :)
78772d
- More recent snapshot, our gcc44 fixes now upstream
78772d
- One more gcc44 fix, it even compiles now
78772d
- We install icons now, update icon cache
78772d
- Disable inkboard, for it won't currently compile
78772d
78772d
* Thu Feb 26 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20090226svn
78772d
- Later snapshot
78772d
- Compile with GCC 4.4
78772d
78772d
* Tue Jan 06 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20090105svn
78772d
- Update to newer SVN
78772d
- Drop upstreamed patches
78772d
- Enable WordPerfect Graphics support
78772d
- Enable embedded Perl scripting
78772d
- Enable Imagemagick support
78772d
- Disable OpenSSL due to licensing issues
78772d
78772d
* Thu Aug 14 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20080814svn
78772d
- Update to today's SVN snapshot
78772d
- Drop the upstreamed poppler patch
78772d
78772d
* Wed Aug 13 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.2.20080705svn
78772d
- Rediff patches for zero fuzz
78772d
- Use uniconvertor to handle CDR and WMF (#458845)
78772d
78772d
* Wed Jul 09 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.1.20080705svn
78772d
- Subversion snapshot
78772d
78772d
* Wed Jul 09 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.46-4
78772d
- Fix compile issues with newer gtk and poppler
78772d
78772d
* Thu Jun 26 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.46-3
78772d
- Remove useless old hack, that triggered an assert after gtkfilechooser switched to gio
78772d
78772d
* Fri Apr 11 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-2.1
78772d
- More buildrequires more flexible, so that this builds on RHEL
78772d
78772d
* Sat Apr 05 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-2
78772d
- Fix LaTeX rendering, #441017
78772d
78772d
* Tue Mar 25 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-1
78772d
- 0.46 released
78772d
78772d
* Sun Mar 23 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.3.pre3
78772d
- Rebuild for newer Poppler
78772d
78772d
* Wed Mar 12 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.2.pre3
78772d
- Probably last prerelease?
78772d
78772d
* Fri Feb 22 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.2.pre2
78772d
- Panel icon sizes
78772d
78772d
* Sun Feb 17 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.1.pre2
78772d
- 0.46pre2
78772d
- Dropping upstreamed patches
78772d
78772d
* Sat Feb 16 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-5
78772d
- Attempt to fix the font selector (#432892)
78772d
78772d
* Thu Feb 14 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-4
78772d
- Tolerate recoverable errors in OCAL feeds
78772d
- Fix OCAL insecure temporary file usage (#432807)
78772d
78772d
* Wed Feb 13 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-3
78772d
- Fix crash when adding text objects (#432220)
78772d
78772d
* Thu Feb 07 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-2
78772d
- Build with gcc-4.3
78772d
78772d
* Wed Feb 06 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-1
78772d
- 0.46 prerelease
78772d
- Minor cosmetic changes to satisfy the QA script
78772d
- Dependency on Boost
78772d
- Inkboard is not optional
78772d
- Merge from Denis Leroy's svn16571 snapshot:
78772d
- Require specific gtkmm24-devel versions
78772d
- enable-poppler-cairo
78772d
- No longer BuildRequire libsigc++20-devel
78772d
78772d
* Wed Dec  5 2007 Denis Leroy <denis@poolshark.org> - 0.45.1-5
78772d
- Rebuild with new openssl
78772d
78772d
* Sun Dec 02 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-4
78772d
- Added missing dependencies for modules (#301881)
78772d
78772d
* Sun Dec 02 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-3
78772d
- Satisfy desktop-file-validate, so that Rawhide build won't break
78772d
78772d
* Sat Dec 01 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-2
78772d
- Use GTK print dialog
78772d
- Added compressed SVG association (#245413)
78772d
- popt headers went into popt-devel, post Fedora 7
78772d
- Fix macro usage in changelog
78772d
78772d
* Wed Mar 21 2007 Denis Leroy <denis@poolshark.org> - 0.45.1-1
78772d
- Update to bugfix release 0.45.1
78772d
- Added R to ImageMagick-perl (#231563)
78772d
78772d
* Wed Feb  7 2007 Denis Leroy <denis@poolshark.org> - 0.45-1
78772d
- Update to 0.45
78772d
- Enabled inkboard, perl and python extensions
78772d
- Added patch for correct python autodetection
78772d
- LaTex patch integrated upstreamed, removed
78772d
- Some rpmlint cleanups
78772d
78772d
* Wed Dec  6 2006 Denis Leroy <denis@poolshark.org> - 0.44.1-2
78772d
- Added patches to fix LaTex import (#217699)
78772d
- Added patch to base postscript import on pstoedit plot-svg
78772d
78772d
* Thu Sep  7 2006 Denis Leroy <denis@poolshark.org> - 0.44.1-1
78772d
- Update to 0.44.1
78772d
- Removed png export patch, integrated upstream
78772d
- Some updated BRs
78772d
78772d
* Mon Aug 28 2006 Denis Leroy <denis@poolshark.org> - 0.44-6
78772d
- FE6 Rebuild
78772d
78772d
* Tue Aug 22 2006 Denis Leroy <denis@poolshark.org> - 0.44-5
78772d
- Removed skencil Require (bug 203229)
78772d
78772d
* Thu Aug 10 2006 Denis Leroy <denis@poolshark.org> - 0.44-4
78772d
- Added patch to fix png dpi export problem (#168406)
78772d
78772d
* Wed Aug  9 2006 Denis Leroy <denis@poolshark.org> - 0.44-3
78772d
- Bumping up release to fix upgrade path
78772d
78772d
* Wed Jun 28 2006 Denis Leroy <denis@poolshark.org> - 0.44-2
78772d
- Update to 0.44
78772d
- Removed obsolete patches
78772d
- Disabled experimental perl and python extensions
78772d
- Added pstoedit, skencil, gtkspell and LittleCms support
78772d
- Inkboard feature disabled pending further security tests
78772d
78772d
* Tue Feb 28 2006 Denis Leroy <denis@poolshark.org> - 0.43-3
78772d
- Rebuild
78772d
78772d
* Mon Jan 16 2006 Denis Leroy <denis@poolshark.org> - 0.43-2
78772d
- Updated GC patch, bug 171791
78772d
78772d
* Sat Dec 17 2005 Denis Leroy <denis@poolshark.org> - 0.43-1
78772d
- Update to 0.43
78772d
- Added 2 patches to fix g++ 4.1 compilation issues
78772d
- Enabled new jabber/loudmouth-based inkboard feature
78772d
78772d
* Mon Sep 26 2005 Denis Leroy <denis@poolshark.org> - 0.42.2-2
78772d
- rebuilt with newer glibmm
78772d
78772d
* Thu Sep  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42.2-1
78772d
- update to 0.42.2
78772d
78772d
* Thu Aug 18 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-3
78772d
- rebuilt
78772d
- add patch to repair link-check of GC >= 6.5 (needs pthread and dl)
78772d
78772d
* Fri Jul 29 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-2
78772d
- Extend ngettext/dgettext patch for x86_64 build.
78772d
78772d
* Tue Jul 26 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-1
78772d
- update to 0.42 (also fixes #160326)
78772d
- BR gnome-vfs2-devel
78772d
- no files left in %%_libdir/inkscape
78772d
- include French manual page
78772d
- GCC4 patch obsolete, 64-bit patch obsolete, dgettext patch split off
78772d
78772d
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-7
78772d
- append another 64-bit related patch (dgettext configure check failed)
78772d
78772d
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-6
78772d
- remove explicit aclocal/autoconf calls in %%build as they create a
78772d
  bad Makefile for FC4/i386, which causes build to fail (#156228),
78772d
  and no comment explains where they were added/needed
78772d
78772d
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-5
78772d
- bump and rebuild as 0.41-4 failed in build system setup
78772d
78772d
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.41-4
78772d
- add patch for gcc4 problems (ignacio, #156228)
78772d
- fix build on 64bit boxes.  sizeof(int) != sizeof(void*)
78772d
78772d
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.41-3
78772d
- rebuild on all arches
78772d
78772d
* Thu Apr 07 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
78772d
- rebuilt
78772d
78772d
* Wed Feb 09 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.41-1
78772d
- 0.41.
78772d
- enable python.
78772d
78772d
* Sat Dec 04 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.40-1
78772d
- 0.40.
78772d
78772d
* Tue Nov 16 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.40-0.pre3
78772d
- 0.40pre3.
78772d
78772d
* Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.39-0.fdr.2
78772d
- post/postun for new mime system.
78772d
- Dropped redundant BR XFree86-devel.
78772d
78772d
* Sun Aug 29 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.39-0.fdr.1
78772d
- 0.39.
78772d
78772d
* Sat Apr 10 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38.1-0.fdr.1
78772d
- respin real fix for Provides/Requires for perl(SpSVG)
78772d
78772d
* Fri Apr 9 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38.1-0.fdr.0
78772d
- respin with updated tarball with fix for postscript printing
78772d
78772d
* Thu Apr 8 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38-0.fdr.2
78772d
- respin to fix provides
78772d
78772d
* Thu Apr 8 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38.0.fdr.1
78772d
- version upgrade with many improvements and bug fixes
78772d
78772d
* Fri Mar 19 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.7
78772d
- repsin - sourceforge does not allow reloading files with same name
78772d
* Tue Mar 16 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.6
78772d
- fix typo in provides
78772d
* Tue Mar 16 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.5
78772d
- add %%{release} to provides perl(SpSVG) = %%{epoch}:%%{version}:%%{release} only
78772d
* Tue Mar 16 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.4
78772d
- add %%{release} to provides
78772d
* Sun Mar 14 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.3
78772d
- add arch dependent flags
78772d
* Thu Mar 11 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.2
78772d
- add libsigc++-devel instead of add libsigc++ - duh
78772d
- add BuildRequires:  perl-XML-Parser
78772d
- fix package name to follow package naming guidelines
78772d
* Mon Mar 1 2004   P Linnell <scribusdocs at atlantictechsolutions.com>   0:0.37.1.fdr.1
78772d
- disable static libs
78772d
- enable inkjar
78772d
* Tue Feb 10  2004 P Linnell <scribusdocs at atlantictechsolutions.com>   0:0.37.0.fdr.1
78772d
- pgp'd tarball from inkscape.org
78772d
- clean out the cvs tweaks in spec file
78772d
- enable gnome-print
78772d
- add the new tutorial files
78772d
- make sure .mo file gets packaged
78772d
- add provides: perlSVG
78772d
- submit to Fedora QA
78772d
* Sat Feb 7  2004 P Linnell <scribusdocs at atlantictechsolutions.com>
78772d
- rebuild of current cvs
78772d
- tweaks to build cvs instead of dist tarball
78772d
- add inkview
78772d
* Sat Dec 20 2003 P Linnell <scribusdocs at atlantictechsolutions.com>
78772d
- First crack at Fedora/RH spec file
78772d
- nuke gnome print - it won't work (bug is filed already)