cvsextras d075d08
Name:           inkscape
4e1d251
Version:        0.91
eb53408
Release:        26%{?dist}
453d169
Summary:        Vector-based drawing program using SVG
cvsextras 2d3ca92
cvsextras d075d08
Group:          Applications/Productivity
1552476
License:        GPLv2+
cvsextras d075d08
URL:            http://inkscape.sourceforge.net/
485a067
Source0:        http://downloads.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2
d3861cf
# AppData file. Upstream has merged a patch adding an appdata file
d3861cf
# after into the 0.92 release branch.
e1c091c
Source1:        %{name}.appdata.xml
e1c091c
fdf8420
# Submitted upstream: https://bugs.launchpad.net/inkscape/+bug/1545769
German Ruiz 1fca419
Patch0:         inkscape-0.48.2-types.patch
fdf8420
# Submitted upstream: https://bugs.launchpad.net/inkscape/+bug/1545771
ea1bf04
Patch1:         inkscape-0.91-desktop.patch
eb53408
Patch2:         inkscape-0.91-drop-wait-for-targets.patch
666d83d
ea1bf04
BuildRequires:  aspell-devel
pcompton a623ee1
BuildRequires:  atk-devel
ea1bf04
BuildRequires:  boost-devel
ea1bf04
BuildRequires:  cairo-devel
ea1bf04
BuildRequires:  dos2unix
cvsextras d075d08
BuildRequires:  desktop-file-utils
cvsextras d075d08
BuildRequires:  freetype-devel
1d5bf6d
BuildRequires:  gc-devel >= 6.4
pcompton a623ee1
BuildRequires:  gettext
ea1bf04
BuildRequires:  gsl-devel
09405a1
BuildRequires:  gtkmm24-devel >= 2.8.0
1d5bf6d
BuildRequires:  gtkspell-devel
ea1bf04
BuildRequires:  ImageMagick-c++-devel
ea1bf04
BuildRequires:  intltool
ea1bf04
BuildRequires:  lcms2-devel
7667f82
BuildRequires:  libpng-devel >= 1.2
ea1bf04
BuildRequires:  libwpg-devel
e7014e0
BuildRequires:  libxml2-devel >= 2.6.11
e7014e0
BuildRequires:  libxslt-devel >= 1.0.15
cvsextras d075d08
BuildRequires:  pango-devel
pcompton a623ee1
BuildRequires:  pkgconfig
e7014e0
BuildRequires:  python-devel
05f6b76
BuildRequires:  poppler-glib-devel
34b90c5
BuildRequires:  popt-devel
e1c091c
BuildRequires:  libappstream-glib
34b90c5
c68497f
# Disable all for now. TODO: Be smarter
c68497f
%if 0
c68497f
Requires:       dia
c68497f
Requires:       ghostscript
1222553
Requires:       perl(Image::Magick)
c68497f
Requires:       transfig
c68497f
Requires:       gimp
c68497f
%endif
c8ee578
Requires:       python-lxml
c8ee578
Requires:       numpy
75c2b59
Requires:       uniconvertor
8ff9622
8ff9622
# For ClipArt functionality
8ff9622
Requires:       gvfs
1d5bf6d
465c2d1
# Weak dependencies for the LaTeX plugin
465c2d1
Suggests:       pstoedit
465c2d1
Suggests:       tex(latex)
465c2d1
Suggests:       tex(dvips)
465c2d1
Suggests:       texlive-amsmath
465c2d1
Suggests:       texlive-amsfonts
465c2d1
c68497f
%description
c68497f
Inkscape is a vector graphics editor, with capabilities similar to
c68497f
Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector
c68497f
Graphics (SVG) file format.  It is therefore a very useful tool for web
c68497f
designers and as an interchange format for desktop publishing.
cvsextras d075d08
c68497f
Inkscape supports many advanced SVG features (markers, clones, alpha
c68497f
blending, etc.) and great care is taken in designing a streamlined
c68497f
interface. It is very easy to edit nodes, perform complex path operations,
c68497f
trace bitmaps and much more.
cvsextras d075d08
cvsextras d075d08
025104b
%package view
025104b
Summary:        Viewing program for SVG files
025104b
Group:          Applications/Productivity
025104b
025104b
%description view
025104b
Viewer for files in W3C standard Scalable Vector Graphics (SVG) file
025104b
format.
025104b
025104b
025104b
%package docs
025104b
Summary:        Documentation for Inkscape
025104b
Group:          Documentation
ad3c2f2
Requires:       inkscape
025104b
025104b
%description docs
025104b
Tutorial and examples for Inkscape, a graphics editor for vector
025104b
graphics in W3C standard Scalable Vector Graphics (SVG) file format.
025104b
025104b
cvsextras d075d08
%prep
fb38c6d
%setup -q
fb38c6d
%patch0 -p1 -b .types
ea1bf04
%patch1 -p1 -b .desktop
eb53408
%patch2 -p0 -b .wft
c68497f
c68497f
# https://bugs.launchpad.net/inkscape/+bug/314381
c68497f
# A couple of files have executable bits set,
c68497f
# despite not being executable
f87e7a7
find . -name '*.cpp' | xargs chmod -x
f87e7a7
find . -name '*.h' | xargs chmod -x
f87e7a7
find share/extensions -name '*.py' | xargs chmod -x
c68497f
c68497f
# Fix end of line encodings
fc8c18b
dos2unix -k -q share/extensions/*.py
cvsextras d075d08
cvsextras d075d08
%build
e1c091c
# This is still needed with gcc6 until this is fixed:
e1c091c
# https://bugs.launchpad.net/inkscape/+bug/1488079
e1c091c
export CXXFLAGS="%{optflags} -std=c++11"
c68497f
%configure                      \
c68497f
        --with-python           \
c68497f
        --with-perl             \
c68497f
        --with-xft              \
876c09d
        --enable-lcms2           \
7fee8ec
        --enable-poppler-cairo
cvsextras d075d08
ea1bf04
make %{?_smp_mflags} V=1
cvsextras d075d08
cvsextras d075d08
cvsextras d075d08
%install
09405a1
make install DESTDIR=$RPM_BUILD_ROOT
cvsextras d075d08
7725d62
desktop-file-install --vendor="%{?desktop_vendor}" --delete-original  \
c68497f
        --dir $RPM_BUILD_ROOT%{_datadir}/applications   \
c68497f
        $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
c68497f
c68497f
# No skencil anymore
c68497f
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions/sk2svg.sh
c68497f
e1c091c
# Install and validate appdata file
Richard Hughes 21e006f
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
e1c091c
cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/appdata
e1c091c
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/*.appdata.xml
Richard Hughes 21e006f
c68497f
%find_lang %{name}
c68497f
e7014e0
c68497f
%check
c68497f
# XXX: Tests fail, ignore it for now
c68497f
make -k check || :
cvsextras d075d08
cvsextras d075d08
Caolan McNamara 8749035
%post
7725d62
/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
7725d62
7725d62
%posttrans
7725d62
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
7725d62
/usr/bin/update-desktop-database -q &> /dev/null ||:
Caolan McNamara 8749035
Caolan McNamara 8749035
%postun
7725d62
if [ $1 -eq 0 ] ; then
7725d62
/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
7725d62
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
7725d62
/usr/bin/update-desktop-database -q &> /dev/null ||:
Caolan McNamara 8749035
fi
cvsextras d075d08
7725d62
cvsextras d075d08
%files -f %{name}.lang
ea1bf04
%{!?_licensedir:%global license %%doc}
ea1bf04
%license COPYING
ea1bf04
%doc AUTHORS NEWS README
c68497f
%{_bindir}/inkscape
025104b
%dir %{_datadir}/inkscape
4e1d251
%{_datadir}/inkscape/attributes
4e1d251
%{_datadir}/inkscape/branding
025104b
%{_datadir}/inkscape/extensions
ea1bf04
# Pulls in perl, if needed should go into a -perl subpackage
ea1bf04
%exclude %{_datadir}/inkscape/extensions/embed_raster_in_svg.pl
f5f176f
%{_datadir}/inkscape/filters
025104b
%{_datadir}/inkscape/fonts
025104b
%{_datadir}/inkscape/gradients
025104b
%{_datadir}/inkscape/icons
025104b
%{_datadir}/inkscape/keys
025104b
%{_datadir}/inkscape/markers
025104b
%{_datadir}/inkscape/palettes
025104b
%{_datadir}/inkscape/patterns
025104b
%{_datadir}/inkscape/screens
4e1d251
%{_datadir}/inkscape/symbols
025104b
%{_datadir}/inkscape/templates
025104b
%{_datadir}/inkscape/ui
Richard Hughes 21e006f
%{_datadir}/appdata/*inkscape.appdata.xml
7725d62
%{_datadir}/applications/*inkscape.desktop
7725d62
%{_datadir}/icons/hicolor/*/*/inkscape*
c82415b
%{_mandir}/*/*gz
c82415b
%{_mandir}/*/*/*gz
f5059bd
%exclude %{_mandir}/man1/inkview.1*
df069ec
%{_datadir}/inkscape/tutorials
cvsextras d075d08
cvsextras d075d08
025104b
%files view
ea1bf04
%{!?_licensedir:%global license %%doc}
ea1bf04
%license COPYING
ea1bf04
%doc AUTHORS NEWS README
ad3c2f2
%{_bindir}/inkview
6475714
%{_mandir}/man1/inkview.1*
025104b
025104b
025104b
%files docs
ad3c2f2
%dir %{_datadir}/inkscape
ad3c2f2
%{_datadir}/inkscape/examples
025104b
025104b
cvsextras d075d08
%changelog
eb53408
* Fri Apr 08 2016 Jon Ciesla <limburgher@gmail.com> - 0.91-26
eb53408
- Fix FTBFS with patch from https://bugzilla.gnome.org/show_bug.cgi?id=586626
eb53408
Orion Poplawski d22f658
* Mon Feb 22 2016 Orion Poplawski <orion@cora.nwra.com>
Orion Poplawski d22f658
- Rebuild for gsl 2.1
Orion Poplawski d22f658
61a9e0d
* Tue Feb 16 2016 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-24
61a9e0d
- Add Requires for gvfs
61a9e0d
e1c091c
* Mon Feb 15 2016 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-23
e1c091c
- Break appdata file out of spec into its own file
e1c091c
- Validate appdata file once installed
e1c091c
- Add BuildRequires for libappstream-glib (provides appstream-util)
e1c091c
- Remove commented out line in file list
f36b143
- Re-add export CXXFLAGS="%%{optflags} -std=c++11" to fix build
e1c091c
7fee8ec
* Mon Feb 15 2016 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-22
7fee8ec
- Drop --disable-strict-build since this is fixed:
7fee8ec
  https://bugzilla.gnome.org/show_bug.cgi?id=752797
f36b143
- Drop export CXXFLAGS="%%{optflags} -std=c++11" since that's now default
7fee8ec
4fc0e61
* Mon Feb 15 2016 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-21
4fc0e61
- Remove BuildRequires for  gnome-vfs2-devel
4fc0e61
1b847df
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.91-20
1b847df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1b847df
240c71c
* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> - 0.91-19
240c71c
- Rebuild for poppler-0.40.0
240c71c
b72b3a9
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.91-18
b72b3a9
- Rebuilt for Boost 1.60
b72b3a9
fc745c8
* Wed Sep 23 2015 Kalev Lember <klember@redhat.com> - 0.91-17
fc745c8
- Fix the build with latest glibmm24
fc745c8
deaeb32
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.91-16
deaeb32
- Rebuilt for Boost 1.59
deaeb32
9d01365
* Wed Aug 05 2015 Jonathan Wakely <jwakely@redhat.com> 0.91-15
9d01365
- Rebuilt for Boost 1.58
9d01365
0bd7111
* Tue Aug  4 2015 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-14
0bd7111
- Remove some entries from unused Requires block that we now
0bd7111
  explicitly Require or Suggests.
0bd7111
465c2d1
* Tue Aug  4 2015 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-13
465c2d1
- Add Suggests deps for packages needed to enable LaTeX fragment
465c2d1
  embedding
465c2d1
a73c2d5
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-12
a73c2d5
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
a73c2d5
5e863f7
* Thu Jul 23 2015 Adam Williamson <awilliam@redhat.com> - 0.91-11
5e863f7
- --disable-strict-build (as gtkmm currently uses a deprecated glibmm symbol)
5e863f7
5e863f7
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com>
b89ed8d
- rebuild for Boost 1.58
b89ed8d
2da6d93
* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 0.91-10
2da6d93
- Rebuild (poppler-0.34.0)
2da6d93
12e9c5b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-9
12e9c5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
12e9c5b
12530af
* Fri Jun  5 2015 Marek Kasik <mkasik@redhat.com> - 0.91-8
12530af
- Rebuild (poppler-0.33.0)
12530af
4753b5b
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 0.91-7
4753b5b
- Rebuilt for GCC 5 ABI change
4753b5b
Richard Hughes 21e006f
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 0.91-6
Richard Hughes 21e006f
- Add an AppData file for the software center
Richard Hughes 21e006f
89ca68b
* Fri Mar 06 2015 Jon Ciesla <limburgher@gmail.com> - 0.91-5
89ca68b
- ImageMagick rebuild.
89ca68b
ea1bf04
* Thu Feb 12 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.91-4
ea1bf04
- Cleanup spec
ea1bf04
- Use %%license
ea1bf04
- Drop (now unneeded) perl requirements (rhbz#579390)
ea1bf04
- Drop ChangeLog as details are covered in NEWS
ea1bf04
Petr Machata 52d4bbf
* Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 0.91-3
Petr Machata 52d4bbf
- Bump for rebuild.
Petr Machata 52d4bbf
df069ec
* Fri Jan 30 2015 Jon Ciesla <limburgher@gmail.com> - 0.91-2
df069ec
- Move tutorials into main package, BZ 1187686.
df069ec
4e1d251
* Thu Jan 29 2015 Jon Ciesla <limburgher@gmail.com> - 0.91-1
4e1d251
- Latest upstream.
4e1d251
Petr Machata 3d9f4e0
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.48.5-7
Petr Machata 3d9f4e0
- Rebuild for boost 1.57.0
Petr Machata 3d9f4e0
961913e
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 0.48.5-6
961913e
- Rebuild (poppler-0.30.0)
961913e
- Backport commit "Fix build with poppler 0.29.0 (Bug #1399811)"
961913e
cd1266a
* Fri Jan 09 2015 Jon Ciesla <limburgher@gmail.com> - 0.48.5-5
cd1266a
- Added aspell support, BZ 1171934.
cd1266a
ee6c07f
* Thu Nov 27 2014 Marek Kasik <mkasik@redhat.com> - 0.48.5-4
ee6c07f
- Rebuild (poppler-0.28.1)
ee6c07f
64a1c30
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.48.5-3
64a1c30
- Perl 5.20 rebuild
64a1c30
8691549
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.5-2
8691549
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8691549
636c517
* Mon Jul 21 2014 Jon Ciesla <limburgher@gmail.com> - 0.48.5-1
636c517
- Latest bugfix release.
636c517
- Spurious comma patch upstreamed.
636c517
- Dropped Freetype, poppler, gc patches.
636c517
c2511d3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.4-18
c2511d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c2511d3
876c09d
* Tue Jun 03 2014 Jon Ciesla <limburgher@gmail.com> - 0.48.4-17
876c09d
- Switch to lcms2.
876c09d
2aa77aa
* Tue May 27 2014 David Tardon <dtardon@redhat.com> - 0.48.4-16
2aa77aa
- switch to librevenge-based import libs
2aa77aa
Petr Machata 0c71ec7
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.48.4-15
Petr Machata 0c71ec7
- Rebuild for boost 1.55.0
Petr Machata 0c71ec7
e1ffb85
* Thu May 15 2014 Lubomir Rintel <lkundrak@v3.sk> - 0.48.4-14
e1ffb85
- Fix build with new Poppler and GC (Sandro Mani, #1097945)
e1ffb85
4da0126
* Wed May 14 2014 Jon Ciesla <limburgher@gmail.com> - 0.48.4-13
4da0126
- poppler rebuild.
4da0126
46f9c6f
* Mon Mar 31 2014 Jon Ciesla <limburgher@gmail.com> - 0.48.4-12
46f9c6f
- ImageMagick rebuild.
7c8f0e7
- Patch for Freetype path.
46f9c6f
fbbf4e2
* Wed Oct 09 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-11
fbbf4e2
- ImageMagick rebuild.
fbbf4e2
2be8bad
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 0.48.4-10
2be8bad
- Rebuild (poppler-0.24.0)
2be8bad
a7ec017
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.4-9
a7ec017
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a7ec017
Petr Machata 74d7daa
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 0.48.4-8
Petr Machata 74d7daa
- Rebuild for boost 1.54.0
Petr Machata 74d7daa
2c8937d
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 0.48.4-7
2c8937d
- Perl 5.18 rebuild
2c8937d
4df90cf
* Tue Jun 25 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-6
4df90cf
- libpoppler rebuild.
4df90cf
59ce923
* Mon Mar 18 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-5
59ce923
- ImageMagick rebuild.
59ce923
f87e7a7
* Fri Feb 15 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-4
f87e7a7
- Fix FTBFS.
f87e7a7
3d4fb36
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.4-3
3d4fb36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3d4fb36
efba563
* Fri Jan 18 2013 Marek Kasik <mkasik@redhat.com> - 0.48.4-2
efba563
- Rebuild (poppler-0.22.0)
efba563
f87e7a7
* Thu Dec 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-4
c82415b
- 0.48.4, fix XXE security flaw.
c82415b
- Correct man page ownership.
c82415b
d0bbde6
* Thu Dec 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-4
d0bbde6
- Fix directory ownership, BZ 873817.
d0bbde6
- Fix previous changelog version.
d0bbde6
d0bbde6
* Mon Nov 19 2012 Nils Philippsen <nils@redhat.com> - 0.48.3.1-3
485a067
- update sourceforge download URL
485a067
324acc2
* Thu Nov 01 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-2
324acc2
- Allow loading large XML, BZ 871012.
324acc2
f5059bd
* Fri Oct 05 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-1
f5059bd
- Lastest upstream.
f5059bd
75c2b59
* Thu Oct 04 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.2-13
75c2b59
- Added dep on uniconvertor, BZ 796424.
75c2b59
b1be7b7
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.2-12
b1be7b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b1be7b7
f573a9a
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 0.48.2-11
f573a9a
- Perl 5.16 rebuild
f573a9a
1dace2c
* Mon Jul  2 2012 Marek Kasik <mkasik@redhat.com> - 0.48.2-10
1dace2c
- Rebuild (poppler-0.20.1)
1dace2c
db396c9
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 0.48.2-9
db396c9
- Perl 5.16 rebuild
db396c9
7725d62
* Sat Jun 23 2012 Rex Dieter <rdieter@fedoraproject.org> 
7725d62
- 0.48.2-8
7725d62
- fix icon/desktop-file scriptlets (#739375)
7725d62
- drop .desktop vendor (f18+)
7725d62
- inkscape doesn't build with poppler-0.20.0 (#822413)
7725d62
c272b48
* Fri Jun 15 2012 Petr Pisar <ppisar@redhat.com> - 0.48.2-7
c272b48
- Perl 5.16 rebuild
c272b48
10b9d94
* Mon Jun 11 2012 Adel Gadllah <adel.gadllah@gmail.com> - 0.48.2-6
10b9d94
- Rebuild for new poppler
10b9d94
1e54856
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.48.2-5
1e54856
- Rebuild for ImageMagik
1e54856
Daniel Drake 4a1d08a
* Thu Mar  8 2012 Daniel Drake <dsd@laptop.org> - 0.48.2-4
Daniel Drake 4a1d08a
- Fix build with GCC 4.7
Daniel Drake 4a1d08a
0505c4b
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.2-3
0505c4b
- Rebuilt for c++ ABI breakage
0505c4b
2d3a887
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.2-2
2d3a887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2d3a887
German Ruiz 1fca419
* Tue Nov 15 2011 German Ruiz <germanrs@fedoraproject.org> - 0.48.2-1
German Ruiz 1fca419
- New upstream version
German Ruiz 1fca419
- Fix glib include compile problem
German Ruiz 1fca419
- Fix compilation against libpng-1.5
German Ruiz 1fca419
a70672d
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.48.1-10
a70672d
- rebuild(poppler)
a70672d
0279ebb
* Fri Sep 30 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-9
0279ebb
- Rebuild (poppler-0.18.0)
0279ebb
7beb4c6
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-8
7beb4c6
- Rebuild (poppler-0.17.3)
7beb4c6
Petr Sabata b498cbb
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.48.1-7
Petr Sabata b498cbb
- Perl mass rebuild
Petr Sabata b498cbb
Petr Sabata ef32bd0
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.48.1-6
Petr Sabata ef32bd0
- Perl mass rebuild
Petr Sabata ef32bd0
eeb44f2
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-5
eeb44f2
- Rebuild (poppler-0.17.0)
eeb44f2
359e1ee
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-4
359e1ee
- Rebuild (poppler-0.16.3)
359e1ee
19a594d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.1-3
19a594d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
19a594d
f77bc62
* Wed Feb 09 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.48.1-2
f77bc62
- Re-enable GVFS for OCAL
f77bc62
ea50a2a
* Mon Feb 07 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.48.1-1
ea50a2a
- Bump release
ea50a2a
1e5a0ea
* Fri Feb 04 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.48.0-10
1e5a0ea
- Drop gnome-vfs requirement
d6293c9
- Fix Rawhide build
1e5a0ea
507be83
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.48.0-9
507be83
- rebuild (poppler)
507be83
4325175
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.48.0-8
4325175
- rebuild (poppler)
4325175
144ce00
* Wed Dec 08 2010 Caolán McNamara <caolanm@redhat.com> - 0.48.0-7
144ce00
- rebuilt (libwpd)
144ce00
633d0f8
* Sun Nov 14 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48.0-6
b3e24c2
- rebuilt (poppler)
b3e24c2
f7f8b28
* Tue Oct 05 2010 Nils Philippsen <nils@redhat.com> - 0.48.0-5
f7f8b28
- Rebuild for poppler update
f7f8b28
Jesse Keating a081dc1
* Wed Sep 29 2010 jkeating - 0.48.0-4
Jesse Keating a081dc1
- Rebuilt for gcc bug 634757
Jesse Keating a081dc1
3b92810
* Wed Sep 29 2010 Dan Horák <dan[at]danny.cz> - 0.48.0-3
3b92810
- drop the s390(x) ExcludeArch
3b92810
1936103
* Mon Sep 20 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.48.0-2
1936103
- rebuild for new ImageMagick
1936103
fb38c6d
* Wed Aug 25 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48.0-1
fb38c6d
- New upstream release
fb38c6d
- Drop el5 support
fb38c6d
d66f2a4
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.48-0.5.20100505bzr
d66f2a4
- rebuild (poppler)
d66f2a4
21091fa
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 0.48-0.4.20100505bzr
21091fa
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
21091fa
7e725ee
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.48-0.3.20100505bzr
7e725ee
- Mass rebuild with perl-5.12.0
7e725ee
1c4874e
* Wed May 05 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48-0.2.20100505bzr
06d9f8f
- Move to later snapshot
06d9f8f
- Drop uniconvertor patch
06d9f8f
Caolan McNamara 8749035
* Tue Apr 06 2010 Caolán McNamara <caolanm@redhat.com> - 0.48-0.2.20100318bzr
Caolan McNamara 8749035
- Resolves: rhbz#565106 fix inkscape-0.47-x11.patch to not clobber INKSCAPE_LIBS
Caolan McNamara 8749035
b61a5e2
* Thu Mar 18 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48-0.1.20100318bzr
b61a5e2
- Update to latest bazaar snapshot
b61a5e2
75b82f4
* Thu Feb 18 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.47-7
75b82f4
- Fix build
75b82f4
4f4db91
* Wed Jan 20 2010 Stepan Kasal <skasal@redhat.com> - 0.47-6
4f4db91
- ExcludeArch: s390 s390x
4f4db91
a689359
* Fri Jan 15 2010 Stepan Kasal <skasal@redhat.com> - 0.47-5
a689359
- require perl(:MODULE_COMPAT_5.10.x) because the package requires libperl.so
a689359
- the same for inkscape-view
a689359
365b65c
* Fri Jan  8 2010 Owen Taylor <otaylor@redhat.com> - 0.47-4
365b65c
- Remove loudmouth BuildRequires; there is no current usage of loudmouth in the code
365b65c
c79b817
* Sun Dec 06 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-2
c79b817
- Fix Rawhide build.
c79b817
920fe07
* Wed Nov 25 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-1
920fe07
- Stable release
920fe07
920fe07
* Mon Nov 23 2009 Adam Jackson <ajax@redhat.com> 0.47-0.18.pre4.20091101svn
920fe07
- Fix RHEL6 build.
920fe07
4273e74
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.17.pre4.20091101svn
4273e74
- Icon for main window (#532325)
4273e74
c8ee578
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre4.20091101svn
c8ee578
- Move to a later snapshot
c8ee578
- python-lxml and numpy seem to be rather popular, add them as hard deps
c8ee578
6222374
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre3.20091017svn
6222374
- Move to a later snapshot
6222374
5c84880
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre3.20090925svn
5c84880
- Move to a later snapshot
5c84880
- Drop debugging compiler flags, enable optimizations again
5c84880
- Make it build on everything since EL5 again
5c84880
6475714
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre2.20090907svn
6475714
- Move inkview man page to -view subpackage (#515358)
6475714
- Add license, etc. to main package
6475714
ab1c6e2
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.15.pre2.20090907svn
ab1c6e2
- Update to a post-pre2 snapshot
ab1c6e2
e6c67d1
* Mon Aug 10 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.15.pre1.20090629svn
e6c67d1
- Update to a post-pre1 snapshot
e6c67d1
- Drop upstreamed CRC32 fix
e6c67d1
c7f1b66
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-0.14.pre0.20090629svn
c7f1b66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c7f1b66
8f6f0a8
* Mon Jun 29 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.13.pre0.20090629svn
8f6f0a8
- Update to a newer snapshot
8f6f0a8
5612fa2
* Tue Jun 16 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.12.pre0.20090616svn
5612fa2
- Update to post-pre0 snapshot
5612fa2
8585d7f
* Tue Jun 02 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.11.20090602svn
8585d7f
- More recent snapshot
9a166e9
- Upstream removed rasterized icons again
8585d7f
6a44e97
* Sat May 23 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.10.20090518svn
6a44e97
- Rebuild for new poppler
6a44e97
9bdd04f
* Mon May 18 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.9.20090518svn
9bdd04f
- Update past upstream Beta release
9bdd04f
6b4194d
* Mon May 18 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.8.20090508svn
6b4194d
- Fix ODG export
6b4194d
e9e6887
* Fri May 08 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.7.20090508svn
e9e6887
- Update to a post-alpha snapshot
e9e6887
- Upstream applied our GCC 4.4 patch
e9e6887
ad3c2f2
* Fri Apr 10 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.6.20090410svn
ad3c2f2
- Update to newer snapshot
ad3c2f2
- Fix doc/incview reversed subpackage content
ad3c2f2
4d99400
* Wed Mar 04 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.6.20090301svn
4d99400
- Rebuild for new ImageMagick
4d99400
025104b
* Wed Mar 04 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.5.20090301svn
025104b
- Split documentation and inkview into subpackages
025104b
67a5d55
* Mon Mar 02 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.4.20090301svn
c68497f
- Bump to later SVN snapshot to fix inkscape/+bug/331864
c68497f
- Fix a startup crash when compiled with GCC 4.4
c68497f
- It even runs now! :)
c68497f
67a5d55
* Fri Feb 27 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.4.20090227svn
c68497f
- Enable the test suite
c68497f
6453d93
* Fri Feb 27 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20090227svn
c68497f
- Past midnight! :)
c68497f
- More recent snapshot, our gcc44 fixes now upstream
c68497f
- One more gcc44 fix, it even compiles now
c68497f
- We install icons now, update icon cache
c68497f
- Disable inkboard, for it won't currently compile
c68497f
67a5d55
* Thu Feb 26 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20090226svn
c68497f
- Later snapshot
c68497f
- Compile with GCC 4.4
c68497f
c68497f
* Tue Jan 06 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20090105svn
c68497f
- Update to newer SVN
c68497f
- Drop upstreamed patches
c68497f
- Enable WordPerfect Graphics support
c68497f
- Enable embedded Perl scripting
c68497f
- Enable Imagemagick support
c68497f
- Disable OpenSSL due to licensing issues
c68497f
c68497f
* Thu Aug 14 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20080814svn
c68497f
- Update to today's SVN snapshot
c68497f
- Drop the upstreamed poppler patch
2466cd8
c68497f
* Wed Aug 13 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.2.20080705svn
f227316
- Rediff patches for zero fuzz
f227316
- Use uniconvertor to handle CDR and WMF (#458845)
f227316
c68497f
* Wed Jul 09 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.1.20080705svn
c68497f
- Subversion snapshot
c68497f
2472774
* Wed Jul 09 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.46-4
2472774
- Fix compile issues with newer gtk and poppler
2472774
8f320ef
* Thu Jun 26 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.46-3
8f320ef
- Remove useless old hack, that triggered an assert after gtkfilechooser switched to gio
8f320ef
34b90c5
* Fri Apr 11 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-2.1
34b90c5
- More buildrequires more flexible, so that this builds on RHEL
34b90c5
ba7969f
* Sat Apr 05 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-2
ba7969f
- Fix LaTeX rendering, #441017
ba7969f
04de495
* Tue Mar 25 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-1
04de495
- 0.46 released
04de495
3f8f322
* Sun Mar 23 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.3.pre3
3f8f322
- Rebuild for newer Poppler
3f8f322
266d820
* Wed Mar 12 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.2.pre3
266d820
- Probably last prerelease?
266d820
1d6b5fb
* Fri Feb 22 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.2.pre2
1d6b5fb
- Panel icon sizes
1d6b5fb
98d53aa
* Sun Feb 17 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.1.pre2
98d53aa
- 0.46pre2
98d53aa
- Dropping upstreamed patches
98d53aa
fc8c18b
* Sat Feb 16 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-5
fc8c18b
- Attempt to fix the font selector (#432892)
fc8c18b
f9a6991
* Thu Feb 14 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-4
f9a6991
- Tolerate recoverable errors in OCAL feeds
f9a6991
- Fix OCAL insecure temporary file usage (#432807)
f9a6991
1c67317
* Wed Feb 13 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-3
1c67317
- Fix crash when adding text objects (#432220)
1c67317
76faa72
* Thu Feb 07 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-2
76faa72
- Build with gcc-4.3
76faa72
09405a1
* Wed Feb 06 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-1
09405a1
- 0.46 prerelease
09405a1
- Minor cosmetic changes to satisfy the QA script
09405a1
- Dependency on Boost
09405a1
- Inkboard is not optional
09405a1
- Merge from Denis Leroy's svn16571 snapshot:
09405a1
- Require specific gtkmm24-devel versions
09405a1
- enable-poppler-cairo
09405a1
- No longer BuildRequire libsigc++20-devel
09405a1
06b4a5a
* Wed Dec  5 2007 Denis Leroy <denis@poolshark.org> - 0.45.1-5
06b4a5a
- Rebuild with new openssl
06b4a5a
06a8ca2
* Sun Dec 02 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-4
06a8ca2
- Added missing dependencies for modules (#301881)
06a8ca2
1d2bd21
* Sun Dec 02 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-3
1d2bd21
- Satisfy desktop-file-validate, so that Rawhide build won't break
1d2bd21
e9c9fd0
* Sat Dec 01 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-2
e9c9fd0
- Use GTK print dialog
e9c9fd0
- Added compressed SVG association (#245413)
e9c9fd0
- popt headers went into popt-devel, post Fedora 7
e9c9fd0
- Fix macro usage in changelog
e9c9fd0
1222553
* Wed Mar 21 2007 Denis Leroy <denis@poolshark.org> - 0.45.1-1
1222553
- Update to bugfix release 0.45.1
1222553
- Added R to ImageMagick-perl (#231563)
1222553
e7014e0
* Wed Feb  7 2007 Denis Leroy <denis@poolshark.org> - 0.45-1
e7014e0
- Update to 0.45
e7014e0
- Enabled inkboard, perl and python extensions
e7014e0
- Added patch for correct python autodetection
e7014e0
- LaTex patch integrated upstreamed, removed
e7014e0
- Some rpmlint cleanups
e7014e0
b44e7e2
* Wed Dec  6 2006 Denis Leroy <denis@poolshark.org> - 0.44.1-2
b44e7e2
- Added patches to fix LaTex import (#217699)
b44e7e2
- Added patch to base postscript import on pstoedit plot-svg
b44e7e2
7667f82
* Thu Sep  7 2006 Denis Leroy <denis@poolshark.org> - 0.44.1-1
7667f82
- Update to 0.44.1
7667f82
- Removed png export patch, integrated upstream
7667f82
- Some updated BRs
7667f82
67aff63
* Mon Aug 28 2006 Denis Leroy <denis@poolshark.org> - 0.44-6
36f86c7
- FE6 Rebuild
36f86c7
cc57131
* Tue Aug 22 2006 Denis Leroy <denis@poolshark.org> - 0.44-5
cc57131
- Removed skencil Require (bug 203229)
cc57131
8777c54
* Thu Aug 10 2006 Denis Leroy <denis@poolshark.org> - 0.44-4
8777c54
- Added patch to fix png dpi export problem (#168406)
8777c54
e9cde6d
* Wed Aug  9 2006 Denis Leroy <denis@poolshark.org> - 0.44-3
e9cde6d
- Bumping up release to fix upgrade path
e9cde6d
1d5bf6d
* Wed Jun 28 2006 Denis Leroy <denis@poolshark.org> - 0.44-2
1d5bf6d
- Update to 0.44
1d5bf6d
- Removed obsolete patches
1d5bf6d
- Disabled experimental perl and python extensions
1d5bf6d
- Added pstoedit, skencil, gtkspell and LittleCms support
1d5bf6d
- Inkboard feature disabled pending further security tests
1d5bf6d
740c67e
* Tue Feb 28 2006 Denis Leroy <denis@poolshark.org> - 0.43-3
740c67e
- Rebuild
740c67e
b1b4c5b
* Mon Jan 16 2006 Denis Leroy <denis@poolshark.org> - 0.43-2
b1b4c5b
- Updated GC patch, bug 171791
b1b4c5b
2ea9654
* Sat Dec 17 2005 Denis Leroy <denis@poolshark.org> - 0.43-1
2ea9654
- Update to 0.43
2ea9654
- Added 2 patches to fix g++ 4.1 compilation issues
2ea9654
- Enabled new jabber/loudmouth-based inkboard feature
2ea9654
8cae0ee
* Mon Sep 26 2005 Denis Leroy <denis@poolshark.org> - 0.42.2-2
8cae0ee
- rebuilt with newer glibmm
8cae0ee
ca10944
* Thu Sep  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42.2-1
ca10944
- update to 0.42.2
ca10944
d81a637
* Thu Aug 18 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-3
d81a637
- rebuilt
57cce02
- add patch to repair link-check of GC >= 6.5 (needs pthread and dl)
d81a637
607290c
* Fri Jul 29 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-2
607290c
- Extend ngettext/dgettext patch for x86_64 build.
607290c
453d169
* Tue Jul 26 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-1
453d169
- update to 0.42 (also fixes #160326)
453d169
- BR gnome-vfs2-devel
453d169
- no files left in %%_libdir/inkscape
453d169
- include French manual page
41e2a18
- GCC4 patch obsolete, 64-bit patch obsolete, dgettext patch split off
453d169
a47963e
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-7
a47963e
- append another 64-bit related patch (dgettext configure check failed)
a47963e
1cb2ddb
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-6
1cb2ddb
- remove explicit aclocal/autoconf calls in %%build as they create a
1cb2ddb
  bad Makefile for FC4/i386, which causes build to fail (#156228),
1cb2ddb
  and no comment explains where they were added/needed
1cb2ddb
244f7e6
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-5
244f7e6
- bump and rebuild as 0.41-4 failed in build system setup
244f7e6
8d41cbe
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.41-4
8d41cbe
- add patch for gcc4 problems (ignacio, #156228)
8d41cbe
- fix build on 64bit boxes.  sizeof(int) != sizeof(void*)
8d41cbe
6f91b75
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.41-3
6f91b75
- rebuild on all arches
6f91b75
f87e7a7
* Thu Apr 07 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
4e3045f
- rebuilt
4e3045f
pcompton 76a8a0d
* Wed Feb 09 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.41-1
pcompton 76a8a0d
- 0.41.
pcompton 76a8a0d
- enable python.
pcompton 76a8a0d
pcompton cf66bc9
* Sat Dec 04 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.40-1
pcompton cf66bc9
- 0.40.
pcompton cf66bc9
f87e7a7
* Tue Nov 16 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.40-0.pre3
pcompton cf66bc9
- 0.40pre3.
pcompton cf66bc9
pcompton a623ee1
* Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.39-0.fdr.2
pcompton a623ee1
- post/postun for new mime system.
16bc7fe
- Dropped redundant BR XFree86-devel.
pcompton a623ee1
cvsextras 2d3ca92
* Sun Aug 29 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.39-0.fdr.1
cvsextras 2d3ca92
- 0.39.
cvsextras 2d3ca92
f87e7a7
* Sat Apr 10 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38.1-0.fdr.1
cvsextras d075d08
- respin real fix for Provides/Requires for perl(SpSVG)
cvsextras d075d08
cvsextras d075d08
* Fri Apr 9 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38.1-0.fdr.0
cvsextras d075d08
- respin with updated tarball with fix for postscript printing
cvsextras d075d08
cvsextras d075d08
* Thu Apr 8 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38-0.fdr.2
cvsextras d075d08
- respin to fix provides
cvsextras d075d08
cvsextras d075d08
* Thu Apr 8 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38.0.fdr.1
cvsextras d075d08
- version upgrade with many improvements and bug fixes
cvsextras d075d08
cvsextras d075d08
* Fri Mar 19 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.7
16bc7fe
- repsin - sourceforge does not allow reloading files with same name
cvsextras d075d08
* Tue Mar 16 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.6
16bc7fe
- fix typo in provides
cvsextras d075d08
* Tue Mar 16 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.5
e9c9fd0
- add %%{release} to provides perl(SpSVG) = %%{epoch}:%%{version}:%%{release} only
cvsextras d075d08
* Tue Mar 16 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.4
e9c9fd0
- add %%{release} to provides
cvsextras d075d08
* Sun Mar 14 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.3
cvsextras d075d08
- add arch dependent flags
cvsextras d075d08
* Thu Mar 11 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.2
cvsextras d075d08
- add libsigc++-devel instead of add libsigc++ - duh
cvsextras d075d08
- add BuildRequires:  perl-XML-Parser
cvsextras d075d08
- fix package name to follow package naming guidelines
cvsextras d075d08
* Mon Mar 1 2004   P Linnell <scribusdocs at atlantictechsolutions.com>   0:0.37.1.fdr.1
cvsextras d075d08
- disable static libs
cvsextras d075d08
- enable inkjar
cvsextras d075d08
* Tue Feb 10  2004 P Linnell <scribusdocs at atlantictechsolutions.com>   0:0.37.0.fdr.1
cvsextras d075d08
- pgp'd tarball from inkscape.org
16bc7fe
- clean out the cvs tweaks in spec file
cvsextras d075d08
- enable gnome-print
cvsextras d075d08
- add the new tutorial files
16bc7fe
- make sure .mo file gets packaged
cvsextras d075d08
- add provides: perlSVG
cvsextras d075d08
- submit to Fedora QA
cvsextras d075d08
* Sat Feb 7  2004 P Linnell <scribusdocs at atlantictechsolutions.com>
cvsextras d075d08
- rebuild of current cvs
cvsextras d075d08
- tweaks to build cvs instead of dist tarball
cvsextras d075d08
- add inkview
cvsextras d075d08
* Sat Dec 20 2003 P Linnell <scribusdocs at atlantictechsolutions.com>
cvsextras d075d08
- First crack at Fedora/RH spec file
cvsextras d075d08
- nuke gnome print - it won't work (bug is filed already)