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