62aeda
%global bundle_im 0
62aeda
62aeda
Name:           inkscape
62aeda
Version:        0.92.3
62aeda
Release:        11%{?dist}
62aeda
Summary:        Vector-based drawing program using SVG
62aeda
62aeda
License:        GPLv2+ and CC-BY
62aeda
URL:            http://inkscape.sourceforge.net/
62aeda
Source0:        http://downloads.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2
62aeda
#Source0:	https://inkscape.org/en/gallery/item/10682/inkscape-0.92.1.tar_XlpI7qT.bz2
62aeda
#Source0:	inkscape-r15740.tar.bz2
62aeda
# AppData file. Upstream has merged a patch adding an appdata file
62aeda
# after into the 0.92 release branch.
62aeda
Source1:        %{name}.appdata.xml
62aeda
# Fedora Color Palette, GIMP format, CC-BY 3.0
62aeda
Source2:	Fedora-Color-Palette.gpl
62aeda
Source3:	ImageMagick-6.9.9.38-1.fc27.src.rpm
62aeda
# https://gitlab.com/inkscape/inkscape/commit/9418824967eb4c53371ef8588243fed4cab496e0
62aeda
#Patch0:		0001-adapt-to-poppler-0.58.patch
62aeda
Patch1:   0003-use-python2.patch
62aeda
Patch2:   inkscape-poppler-0.64.0.patch
62aeda
Patch3:   inkscape-poppler-0.65.0.patch
62aeda
62aeda
BuildRequires:  aspell-devel aspell-en
62aeda
BuildRequires:  atk-devel
62aeda
BuildRequires:  boost-devel
62aeda
BuildRequires:  cairo-devel
62aeda
BuildRequires:  dos2unix
62aeda
BuildRequires:  desktop-file-utils
62aeda
BuildRequires:  freetype-devel
62aeda
BuildRequires:  gc-devel >= 6.4
62aeda
BuildRequires:  gettext
62aeda
BuildRequires:  gsl-devel
62aeda
BuildRequires:  gtkmm24-devel
62aeda
BuildRequires:  gtkspell3-devel
62aeda
BuildRequires:  intltool
62aeda
BuildRequires:  lcms2-devel
62aeda
BuildRequires:  libpng-devel >= 1.2
62aeda
BuildRequires:  libwpg-devel
62aeda
BuildRequires:  libxml2-devel >= 2.6.11
62aeda
BuildRequires:  libxslt-devel >= 1.0.15
62aeda
BuildRequires:  pango-devel
62aeda
BuildRequires:  pkgconfig
62aeda
BuildRequires:  python2-devel
62aeda
BuildRequires:  poppler-glib-devel
62aeda
BuildRequires:  popt-devel
62aeda
BuildRequires:  libappstream-glib
62aeda
BuildRequires:  libtool
62aeda
BuildRequires:  potrace-devel
62aeda
BuildRequires:  cmake
62aeda
BuildRequires:	libwpd-devel
62aeda
BuildRequires:	dbus-glib-devel
62aeda
BuildRequires:	gtk3-devel
62aeda
BuildRequires:	libjpeg-devel
62aeda
BuildRequires:	libsigc++20-devel
62aeda
62aeda
# ImageMagick BuildRequires
62aeda
%if 0%{?bundle_im}
62aeda
BuildRequires:	bzip2-devel, freetype-devel
62aeda
BuildRequires:	libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1
62aeda
BuildRequires:	perl-generators
62aeda
BuildRequires:	ghostscript-devel
62aeda
BuildRequires:	libwmf-devel, jasper-devel
62aeda
BuildRequires:	libtool-ltdl-devel
62aeda
BuildRequires:	libX11-devel, libXext-devel, libXt-devel
62aeda
BuildRequires:	lcms2-devel, libxml2-devel, librsvg2-devel, OpenEXR-devel
62aeda
BuildRequires:	fftw-devel, OpenEXR-devel, libwebp-devel
62aeda
BuildRequires:	jbigkit-devel
62aeda
BuildRequires:	openjpeg2-devel >= 2.1.0
62aeda
%endif
62aeda
#BuildRequires:	autoconf automake gcc gcc-c++
62aeda
62aeda
62aeda
62aeda
# Disable all for now. TODO: Be smarter
62aeda
%if 0
62aeda
Requires:       dia
62aeda
Requires:       ghostscript
62aeda
Requires:       perl(Image::Magick)
62aeda
Requires:       transfig
62aeda
Requires:       gimp
62aeda
%endif
62aeda
62aeda
Requires:       python2-lxml
62aeda
Requires:       python2-numpy
62aeda
Suggests:       uniconvertor
62aeda
Requires:	python2-scour
62aeda
62aeda
# For ClipArt functionality
62aeda
%if 0%{?flatpak}
62aeda
Requires:       gvfs-client
62aeda
%else
62aeda
Requires:       gvfs
62aeda
%endif
62aeda
62aeda
Provides: bundled(libcroco) = 0.6
62aeda
62aeda
# Weak dependencies for the LaTeX plugin
62aeda
Suggests:       pstoedit
62aeda
Suggests:       tex(latex)
62aeda
Suggests:       tex(dvips)
62aeda
Suggests:       texlive-amsmath
62aeda
Suggests:       texlive-amsfonts
62aeda
62aeda
%description
62aeda
Inkscape is a vector graphics editor, with capabilities similar to
62aeda
Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector
62aeda
Graphics (SVG) file format.  It is therefore a very useful tool for web
62aeda
designers and as an interchange format for desktop publishing.
62aeda
62aeda
Inkscape supports many advanced SVG features (markers, clones, alpha
62aeda
blending, etc.) and great care is taken in designing a streamlined
62aeda
interface. It is very easy to edit nodes, perform complex path operations,
62aeda
trace bitmaps and much more.
62aeda
62aeda
62aeda
%package view
62aeda
Summary:        Viewing program for SVG files
62aeda
Requires:       inkscape = %{version}-%{release}
62aeda
62aeda
%description view
62aeda
Viewer for files in W3C standard Scalable Vector Graphics (SVG) file
62aeda
format.
62aeda
62aeda
62aeda
%package docs
62aeda
Summary:        Documentation for Inkscape
62aeda
62aeda
%description docs
62aeda
Tutorial and examples for Inkscape, a graphics editor for vector
62aeda
graphics in W3C standard Scalable Vector Graphics (SVG) file format.
62aeda
62aeda
62aeda
%prep
62aeda
rpmbuild --showrc
62aeda
%setup -q
62aeda
#%%patch0 -p1 -b.poppler
62aeda
%patch1 -p1 -b .python2
62aeda
%patch2 -p1 -b .poppler-0.64.0
62aeda
%patch3 -p1 -b .poppler-0.65.0
62aeda
62aeda
# https://bugs.launchpad.net/inkscape/+bug/314381
62aeda
# A couple of files have executable bits set,
62aeda
# despite not being executable
62aeda
find . -name '*.cpp' | xargs chmod -x
62aeda
find . -name '*.h' | xargs chmod -x
62aeda
find share/extensions -name '*.py' | xargs chmod -x
62aeda
# Explicitly use python2 for the extensions
62aeda
sed -i -e "s|#![ ]*/usr/bin/env python[ ]*\$|#!/usr/bin/env python2|" share/extensions/*.py
62aeda
62aeda
# Fix end of line encodings
62aeda
dos2unix -k -q share/extensions/*.py
62aeda
62aeda
%build
62aeda
62aeda
BUNDLED_PREFIX="%{_topdir}/RPMS"
62aeda
function build_bundled_library() {
62aeda
  PACKAGE_RPM=$1
62aeda
  PACKAGE_SOURCE=$2
62aeda
  PACKAGE_DIR="%{_topdir}/RPMS"
62aeda
62aeda
  echo "Rebuilding library $PACKAGE_RPM from $PACKAGE_SOURCE for bundling"; echo "==============================="
62aeda
  rpmbuild --nodeps --define "_exec_prefix $BUNDLED_PREFIX" --rebuild $PACKAGE_SOURCE
62aeda
  if [ ! -f $PACKAGE_DIR/$PACKAGE_RPM ]; then
62aeda
    # Hack for tps tests
62aeda
    ARCH_STR=%{_arch}
62aeda
    %ifarch i386 i686
62aeda
    ARCH_STR="i?86"
62aeda
    %endif
62aeda
    PACKAGE_DIR="$PACKAGE_DIR/$ARCH_STR"
62aeda
  fi
62aeda
  # Get rid of -debug package that we don't unpack them later
62aeda
  rm -f $PACKAGE_DIR/*debug*.rpm
62aeda
  # Unpack all rpm with given name to the .../rpmbuild/bundle
62aeda
  for rpm in $PACKAGE_DIR/$PACKAGE_RPM; do
62aeda
    echo "Installing $rpm" to $BUNDLED_PREFIX; echo "==============================="
62aeda
    pushd $BUNDLED_PREFIX
62aeda
    rpm2cpio $rpm | cpio -iduv
62aeda
    rm -f $rpm
62aeda
    popd
62aeda
  done
62aeda
}
62aeda
62aeda
INSTALL_PREFIX="usr"
62aeda
62aeda
%if 0%{?flatpak}
62aeda
export DEVLIBS_PATH=/app
62aeda
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
62aeda
INSTALL_PREFIX="app"
62aeda
%endif
62aeda
62aeda
%if 0%{?bundle_im}
62aeda
# First build and install bundled ImageMagick
62aeda
build_bundled_library 'ImageMagick*.rpm' '%{SOURCE3}'
62aeda
%filter_provides $BUNDLED_PREFIX%{_libdir}
62aeda
%filter_from_requires /libMagick*.so.*/d
62aeda
export PKG_CONFIG_PATH=$BUNDLED_PREFIX/$INSTALL_PREFIX/%{_lib}/pkgconfig
62aeda
%endif
62aeda
62aeda
62aeda
echo "==============================="
62aeda
echo "Building Inkscape"
62aeda
echo "==============================="
62aeda
%cmake \
62aeda
        -DCMAKE_C_FLAGS_RELEASE:STRING="$CFLAGS -DNDEBUG -fno-strict-aliasing -I$BUNDLED_PREFIX/$INSTALL_PREFIX/include/ImageMagick-6" \
62aeda
        -DCMAKE_CXX_FLAGS_RELEASE:STRING="$CXXFLAGS -DNDEBUG -I$BUNDLED_PREFIX/$INSTALL_PREFIX/include/ImageMagick-6" \
62aeda
        -DCMAKE_Fortran_FLAGS_RELEASE:STRING="$FCFLAGS -DNDEBUG" \
62aeda
        -DCMAKE_SHARED_LINKER_FLAGS:STRING="$LDFLAGS -L$BUNDLED_PREFIX%{_libdir} -Wl,-rpath,/$INSTALL_PREFIX/lib/inkscape" \
62aeda
        -DCMAKE_EXE_LINKER_FLAGS:STRING="$LDFLAGS -L$BUNDLED_PREFIX%{_libdir} -Wl,-rpath,/$INSTALL_PREFIX/lib/inkscape" \
62aeda
        -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
62aeda
        -DCMAKE_INSTALL_PREFIX:PATH=/$INSTALL_PREFIX \
62aeda
        -DINCLUDE_INSTALL_DIR:PATH=/$INSTALL_PREFIX/include \
62aeda
        -DLIB_INSTALL_DIR:PATH=/$INSTALL_PREFIX/lib64 \
62aeda
        -DSYSCONF_INSTALL_DIR:PATH=/etc \
62aeda
        -DSHARE_INSTALL_PREFIX:PATH=/$INSTALL_PREFIX/share \
62aeda
%if "lib64" == "lib64" 
62aeda
        -DLIB_SUFFIX=64 \
62aeda
%endif 
62aeda
        -DBUILD_SHARED_LIBS:BOOL=OFF .
62aeda
make %{?_smp_mflags}
62aeda
62aeda
62aeda
%install
62aeda
rpmbuild --showrc
62aeda
62aeda
make install DESTDIR=$RPM_BUILD_ROOT
62aeda
sed -i 's/Drawing Shortcut Group/X-Drawing Shortcut Group/g' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
62aeda
find $RPM_BUILD_ROOT -type f -name 'lib*.a' | xargs rm -f
62aeda
62aeda
desktop-file-install --vendor="%{?desktop_vendor}" --delete-original --remove-key=TargetEnvironment \
62aeda
        --dir $RPM_BUILD_ROOT%{_datadir}/applications   \
62aeda
        $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
62aeda
62aeda
62aeda
# No skencil anymore
62aeda
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions/sk2svg.sh
62aeda
62aeda
%if 0%{?flatpak}
62aeda
# Pulls in ruby
62aeda
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions/simplepath.rb
62aeda
%endif
62aeda
62aeda
# Install and validate appdata file
62aeda
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
62aeda
cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/appdata
62aeda
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/*.appdata.xml
62aeda
62aeda
# Install Fedora Color Pallette
62aeda
install -pm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/inkscape/palettes/
62aeda
62aeda
%find_lang %{name} --with-man
62aeda
62aeda
# Add ImageMagick libraries and modules
62aeda
%if 0%{?bundle_im}
62aeda
BUNDLED_PREFIX="%{_topdir}/RPMS"
62aeda
# Remove extra files
62aeda
rm -rf $BUNDLED_PREFIX%{_prefix}/%{_lib}/pkgconfig
62aeda
rm -rf $BUNDLED_PREFIX%{_prefix}/%{_lib}/perl5
62aeda
# Copy libraries to libdir
62aeda
%{__mkdir_p} $RPM_BUILD_ROOT%{_prefix}/%{_lib}
62aeda
cp -r $BUNDLED_PREFIX%{_prefix}/%{_lib}/* $RPM_BUILD_ROOT%{_prefix}/%{_lib}
62aeda
%endif
62aeda
62aeda
# Remove /usr/bin/env/python2? in a way that works for both /usr/bin/python2
62aeda
# and /app/bin/python2 (brp-mangle-shebangs doesn't)
62aeda
grep -E -rl '^#!\s*/usr/bin/env\s+python' --include=\*.py "%{buildroot}" |
62aeda
    while read file; do
62aeda
        sed -r '1s,^#!\s*/usr/bin/env\s+python(2?)(\s|$),#!%{__python2}\2,' -i "$file"
62aeda
    done
62aeda
62aeda
#%check
62aeda
# XXX: Tests fail, ignore it for now
62aeda
#make -k check || :
62aeda
62aeda
62aeda
62aeda
%files -f %{name}.lang
62aeda
%{!?_licensedir:%global license %%doc}
62aeda
%license COPYING
62aeda
%doc AUTHORS NEWS README
62aeda
%{_bindir}/inkscape
62aeda
%dir %{_datadir}/inkscape
62aeda
%{_datadir}/inkscape/attributes
62aeda
%{_datadir}/inkscape/branding
62aeda
%{_datadir}/inkscape/extensions
62aeda
# Pulls in perl, if needed should go into a -perl subpackage
62aeda
%exclude %{_datadir}/inkscape/extensions/embed_raster_in_svg.pl
62aeda
%{_datadir}/inkscape/filters
62aeda
%{_datadir}/inkscape/fonts
62aeda
%{_datadir}/inkscape/gradients
62aeda
%{_datadir}/inkscape/icons
62aeda
%{_datadir}/inkscape/keys
62aeda
%{_datadir}/inkscape/markers
62aeda
%{_datadir}/inkscape/palettes
62aeda
%{_datadir}/inkscape/patterns
62aeda
%{_datadir}/inkscape/screens
62aeda
%{_datadir}/inkscape/symbols
62aeda
%{_datadir}/inkscape/templates
62aeda
%{_datadir}/inkscape/ui
62aeda
%{_datadir}/appdata/*inkscape.appdata.xml
62aeda
%{_datadir}/applications/*inkscape.desktop
62aeda
%{_datadir}/icons/hicolor/*/*/inkscape*
62aeda
%{_mandir}/*/*
62aeda
%exclude %{_mandir}/man1/inkview.1*
62aeda
%{_datadir}/inkscape/tutorials
62aeda
%dir %{_prefix}/lib/inkscape
62aeda
%{_prefix}/lib/inkscape/lib*.so
62aeda
62aeda
%if 0%{?bundle_im}
62aeda
%{_libdir}/libMagick*
62aeda
%{_libdir}/ImageMagick-*
62aeda
%endif
62aeda
62aeda
%files view
62aeda
%{!?_licensedir:%global license %%doc}
62aeda
%license COPYING
62aeda
%doc AUTHORS NEWS README
62aeda
%{_bindir}/inkview
62aeda
%{_mandir}/man1/inkview.1*
62aeda
62aeda
62aeda
%files docs
62aeda
%license COPYING
62aeda
%dir %{_datadir}/inkscape
62aeda
%{_datadir}/inkscape/examples
62aeda
62aeda
62aeda
%changelog
62aeda
* Wed Jul 10 2019 Jan Horak <jhorak@redhat.com> - 0.92.3-12
62aeda
- Rebuild due to newer poppler
62aeda
62aeda
* Mon Oct 15 2018 Jan Horak <jhorak@redhat.com> - 0.92.3-11
62aeda
- Fixed cflags and inkscape-view dependency
62aeda
62aeda
* Wed Sep  5 2018 Jan Horak <jhorak@redhat.com> - 0.92.3-10
62aeda
- Stop using bundled ImageMagick
62aeda
62aeda
* Thu Aug  9 2018 Jan Horak <jhorak@redhat.com> - 0.92.3-8
62aeda
- Filtering magick from requires/provides
62aeda
- Removed libgdl depedency
62aeda
62aeda
* Wed Jul 25 2018 Jan Horak <jhorak@redhat.com> - 0.92.3-6
62aeda
- Enable s390x again
62aeda
62aeda
* Fri Jul 13 2018 Jan Horak <jhorak@redhat.com> - 0.92.3-5
62aeda
- Use python2 for building
62aeda
- Fix building with poppler 0.66.0
62aeda
62aeda
* Tue May 22 2018 Jan Horak <jhorak@redhat.com> - 0.92.3-3
62aeda
- Use python2 for the extensions explicitly
62aeda
- Exluding s390x, build problems, making no sense to build Inkscape for
62aeda
  mainframe hardware
62aeda
62aeda
* Thu May 10 2018 Jan Horak <jhorak@redhat.com> - 0.92.3-2
62aeda
- Bundle ImageMagick into the package
62aeda
- Removed gnome-vfs2-devel requirement
62aeda
- Make uniconvertor weak dependency
62aeda
62aeda
* Tue Apr 17 2018 Gwyn Ciesla <limburgher@gmail.com> - 0.92.3-1
62aeda
- 0.92.3.
62aeda
62aeda
* Fri Mar 23 2018 Marek Kasik <mkasik@redhat.com> - 0.92.2-8
62aeda
- Rebuild for poppler-0.63.0
62aeda
62aeda
* Thu Mar 01 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.92.2-7
62aeda
- Update Python 2 dependency declarations to new packaging standards
62aeda
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
62aeda
62aeda
* Wed Feb 14 2018 David Tardon <dtardon@redhat.com> - 0.92.2-6
62aeda
- rebuild for poppler 0.62.0
62aeda
62aeda
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.92.2-5
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
62aeda
62aeda
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.92.2-4
62aeda
- Remove obsolete scriptlets
62aeda
62aeda
* Wed Nov 08 2017 David Tardon <dtardon@redhat.com> - 0.92.2-3
62aeda
- rebuild for poppler 0.61.0
62aeda
62aeda
* Fri Oct 06 2017 David Tardon <dtardon@redhat.com> - 0.92.2-2
62aeda
- rebuild for poppler 0.60.1
62aeda
62aeda
* Mon Sep 25 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.92.2-1
62aeda
- 0.92.2 final.
62aeda
62aeda
* Fri Sep 08 2017 David Tardon <dtardon@redhat.com> - 0.92.1-15.20170713bzr15740
62aeda
- rebuild for poppler 0.59.0
62aeda
62aeda
* Tue Sep 05 2017 Adam Williamson <awilliam@redhat.com> - 0.92.1-14.20170713bzr15740
62aeda
- Rebuild for ImageMagick 6 reversion, drop ImageMagick 7 patch
62aeda
62aeda
* Sun Aug 27 2017 Ville Skyttä <ville.skytta@iki.fi> - 0.92.1-13.20170713bzr15740
62aeda
- Own the /usr/lib/inkscape dir
62aeda
- %%langify non-English man pages
62aeda
62aeda
* Fri Aug 25 2017 Michael Cronenworth <mike@cchtml.com> - 0.92.1-12.20170713bzr15740
62aeda
- Rebuilt for ImageMagick
62aeda
62aeda
* Tue Aug 08 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.92.1-11.20170713bzr15740
62aeda
- Require aspell-en
62aeda
62aeda
* Thu Aug 03 2017 David Tardon <dtardon@redhat.com> - 0.92.1-10.20170713bzr15740
62aeda
- rebuild for poppler 0.57.0
62aeda
62aeda
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.92.1-9.20170713bzr15740
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
62aeda
62aeda
* Sun Jul 30 2017 Kevin Fenzi <kevin@scrye.com> - 0.92.1-8.20170713bzr15740
62aeda
- Rebuilt for ImageMagick
62aeda
62aeda
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.92.1-7.20170713bzr15740
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
62aeda
62aeda
* Thu Jul 13 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.92.1-6.20170713bzr15740
62aeda
- Updated snapshot.
62aeda
62aeda
* Fri Jun 23 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.92.1-5.20170510bzr15686
62aeda
- Move from gtkspell to gtkspell3, BZ 1464487.
62aeda
62aeda
* Wed May 10 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.92.1-4.20170510bzr15686
62aeda
- Update to fix on Wayland.
62aeda
- Fix CFLAGS.
62aeda
62aeda
* Tue Mar 28 2017 David Tardon <dtardon@redhat.com> - 0.92.1-3.20170321bzr15604
62aeda
- rebuild for poppler 0.53.0
62aeda
62aeda
* Tue Mar 21 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.92.1-2.20170321bzr15604
62aeda
- Snapshot to fix gcc7 FTBFS.
62aeda
62aeda
* Thu Feb 16 2017 Jon Ciesla <limburgher@gmail.com> - 0.92.1-1
62aeda
- 0.92.1 final.
62aeda
62aeda
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.92.0-12
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
62aeda
62aeda
* Thu Jan 05 2017 Jon Ciesla <limburgher@gmail.com> - 0.92.0-11
62aeda
- 0.92 final.
62aeda
62aeda
* Fri Dec 30 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-10.pre5
62aeda
- 0.92pre5.
62aeda
62aeda
* Thu Dec 22 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-9.pre4
62aeda
- 0.92pre4.
62aeda
62aeda
* Fri Dec 16 2016 David Tardon <dtardon@redhat.com> - 0.92-8.pre3
62aeda
- rebuild for poppler 0.50.0
62aeda
62aeda
* Mon Nov 28 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-7.pre3
62aeda
- 0.92pre3.
62aeda
- Include Fedora Color Palette, BZ 981748
62aeda
62aeda
* Wed Nov 23 2016 David Tardon <dtardon@redhat.com> - 0.92-6.pre2
62aeda
- rebuild for poppler 0.49.0
62aeda
62aeda
* Fri Oct 28 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-5.pre2
62aeda
- Require python-scour, BZ 1389772.
62aeda
62aeda
* Fri Oct 28 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-4.pre2
62aeda
- BR potrace-devel, BZ 1389772.
62aeda
62aeda
* Fri Oct 21 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-3.pre2
62aeda
- Fix release tag.
62aeda
62aeda
* Fri Oct 21 2016 Marek Kasik <mkasik@redhat.com> - 0.92-2.pre2
62aeda
- Rebuild for poppler-0.48.0
62aeda
62aeda
* Wed Oct 19 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-0.pre2
62aeda
- 0.92pre2.
62aeda
62aeda
* Mon Jul 18 2016 Marek Kasik <mkasik@redhat.com> - 0.92-1.pre1
62aeda
- Rebuild for poppler-0.45.0
62aeda
62aeda
* Tue Jun 14 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-0.pre1
62aeda
- 0.92pre1.
62aeda
- Drop docs requirement on main package, BZ 1247239.
62aeda
62aeda
* Tue May 17 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-0.pre0
62aeda
- 0.92pre0, BZ 1336412.
62aeda
62aeda
* Tue May  3 2016 Marek Kasik <mkasik@redhat.com> - 0.91-27
62aeda
- Rebuild for poppler-0.43.0
62aeda
62aeda
* Fri Apr 08 2016 Jon Ciesla <limburgher@gmail.com> - 0.91-26
62aeda
- Fix FTBFS with patch from https://bugzilla.gnome.org/show_bug.cgi?id=586626
62aeda
62aeda
* Mon Feb 22 2016 Orion Poplawski <orion@cora.nwra.com>
62aeda
- Rebuild for gsl 2.1
62aeda
62aeda
* Tue Feb 16 2016 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-24
62aeda
- Add Requires for gvfs
62aeda
62aeda
* Mon Feb 15 2016 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-23
62aeda
- Break appdata file out of spec into its own file
62aeda
- Validate appdata file once installed
62aeda
- Add BuildRequires for libappstream-glib (provides appstream-util)
62aeda
- Remove commented out line in file list
62aeda
- Re-add export CXXFLAGS="%%{optflags} -std=c++11" to fix build
62aeda
62aeda
* Mon Feb 15 2016 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-22
62aeda
- Drop --disable-strict-build since this is fixed:
62aeda
  https://bugzilla.gnome.org/show_bug.cgi?id=752797
62aeda
- Drop export CXXFLAGS="%%{optflags} -std=c++11" since that's now default
62aeda
62aeda
* Mon Feb 15 2016 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-21
62aeda
- Remove BuildRequires for  gnome-vfs2-devel
62aeda
62aeda
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.91-20
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
62aeda
62aeda
* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> - 0.91-19
62aeda
- Rebuild for poppler-0.40.0
62aeda
62aeda
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.91-18
62aeda
- Rebuilt for Boost 1.60
62aeda
62aeda
* Wed Sep 23 2015 Kalev Lember <klember@redhat.com> - 0.91-17
62aeda
- Fix the build with latest glibmm24
62aeda
62aeda
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.91-16
62aeda
- Rebuilt for Boost 1.59
62aeda
62aeda
* Wed Aug 05 2015 Jonathan Wakely <jwakely@redhat.com> 0.91-15
62aeda
- Rebuilt for Boost 1.58
62aeda
62aeda
* Tue Aug  4 2015 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-14
62aeda
- Remove some entries from unused Requires block that we now
62aeda
  explicitly Require or Suggests.
62aeda
62aeda
* Tue Aug  4 2015 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-13
62aeda
- Add Suggests deps for packages needed to enable LaTeX fragment
62aeda
  embedding
62aeda
62aeda
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-12
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
62aeda
62aeda
* Thu Jul 23 2015 Adam Williamson <awilliam@redhat.com> - 0.91-11
62aeda
- --disable-strict-build (as gtkmm currently uses a deprecated glibmm symbol)
62aeda
62aeda
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com>
62aeda
- rebuild for Boost 1.58
62aeda
62aeda
* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 0.91-10
62aeda
- Rebuild (poppler-0.34.0)
62aeda
62aeda
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-9
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
62aeda
62aeda
* Fri Jun  5 2015 Marek Kasik <mkasik@redhat.com> - 0.91-8
62aeda
- Rebuild (poppler-0.33.0)
62aeda
62aeda
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 0.91-7
62aeda
- Rebuilt for GCC 5 ABI change
62aeda
62aeda
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 0.91-6
62aeda
- Add an AppData file for the software center
62aeda
62aeda
* Fri Mar 06 2015 Jon Ciesla <limburgher@gmail.com> - 0.91-5
62aeda
- ImageMagick rebuild.
62aeda
62aeda
* Thu Feb 12 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.91-4
62aeda
- Cleanup spec
62aeda
- Use %%license
62aeda
- Drop (now unneeded) perl requirements (rhbz#579390)
62aeda
- Drop ChangeLog as details are covered in NEWS
62aeda
62aeda
* Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 0.91-3
62aeda
- Bump for rebuild.
62aeda
62aeda
* Fri Jan 30 2015 Jon Ciesla <limburgher@gmail.com> - 0.91-2
62aeda
- Move tutorials into main package, BZ 1187686.
62aeda
62aeda
* Thu Jan 29 2015 Jon Ciesla <limburgher@gmail.com> - 0.91-1
62aeda
- Latest upstream.
62aeda
62aeda
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.48.5-7
62aeda
- Rebuild for boost 1.57.0
62aeda
62aeda
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 0.48.5-6
62aeda
- Rebuild (poppler-0.30.0)
62aeda
- Backport commit "Fix build with poppler 0.29.0 (Bug #1399811)"
62aeda
62aeda
* Fri Jan 09 2015 Jon Ciesla <limburgher@gmail.com> - 0.48.5-5
62aeda
- Added aspell support, BZ 1171934.
62aeda
62aeda
* Thu Nov 27 2014 Marek Kasik <mkasik@redhat.com> - 0.48.5-4
62aeda
- Rebuild (poppler-0.28.1)
62aeda
62aeda
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.48.5-3
62aeda
- Perl 5.20 rebuild
62aeda
62aeda
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.5-2
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
62aeda
62aeda
* Mon Jul 21 2014 Jon Ciesla <limburgher@gmail.com> - 0.48.5-1
62aeda
- Latest bugfix release.
62aeda
- Spurious comma patch upstreamed.
62aeda
- Dropped Freetype, poppler, gc patches.
62aeda
62aeda
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.4-18
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
62aeda
62aeda
* Tue Jun 03 2014 Jon Ciesla <limburgher@gmail.com> - 0.48.4-17
62aeda
- Switch to lcms2.
62aeda
62aeda
* Tue May 27 2014 David Tardon <dtardon@redhat.com> - 0.48.4-16
62aeda
- switch to librevenge-based import libs
62aeda
62aeda
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.48.4-15
62aeda
- Rebuild for boost 1.55.0
62aeda
62aeda
* Thu May 15 2014 Lubomir Rintel <lkundrak@v3.sk> - 0.48.4-14
62aeda
- Fix build with new Poppler and GC (Sandro Mani, #1097945)
62aeda
62aeda
* Wed May 14 2014 Jon Ciesla <limburgher@gmail.com> - 0.48.4-13
62aeda
- poppler rebuild.
62aeda
62aeda
* Mon Mar 31 2014 Jon Ciesla <limburgher@gmail.com> - 0.48.4-12
62aeda
- ImageMagick rebuild.
62aeda
- Patch for Freetype path.
62aeda
62aeda
* Wed Oct 09 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-11
62aeda
- ImageMagick rebuild.
62aeda
62aeda
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 0.48.4-10
62aeda
- Rebuild (poppler-0.24.0)
62aeda
62aeda
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.4-9
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
62aeda
62aeda
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 0.48.4-8
62aeda
- Rebuild for boost 1.54.0
62aeda
62aeda
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 0.48.4-7
62aeda
- Perl 5.18 rebuild
62aeda
62aeda
* Tue Jun 25 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-6
62aeda
- libpoppler rebuild.
62aeda
62aeda
* Mon Mar 18 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-5
62aeda
- ImageMagick rebuild.
62aeda
62aeda
* Fri Feb 15 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-4
62aeda
- Fix FTBFS.
62aeda
62aeda
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.4-3
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
62aeda
62aeda
* Fri Jan 18 2013 Marek Kasik <mkasik@redhat.com> - 0.48.4-2
62aeda
- Rebuild (poppler-0.22.0)
62aeda
62aeda
* Thu Dec 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-4
62aeda
- 0.48.4, fix XXE security flaw.
62aeda
- Correct man page ownership.
62aeda
62aeda
* Thu Dec 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-4
62aeda
- Fix directory ownership, BZ 873817.
62aeda
- Fix previous changelog version.
62aeda
62aeda
* Mon Nov 19 2012 Nils Philippsen <nils@redhat.com> - 0.48.3.1-3
62aeda
- update sourceforge download URL
62aeda
62aeda
* Thu Nov 01 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-2
62aeda
- Allow loading large XML, BZ 871012.
62aeda
62aeda
* Fri Oct 05 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.3.1-1
62aeda
- Lastest upstream.
62aeda
62aeda
* Thu Oct 04 2012 Jon Ciesla <limburgher@gmail.com> - 0.48.2-13
62aeda
- Added dep on uniconvertor, BZ 796424.
62aeda
62aeda
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.2-12
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
62aeda
62aeda
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 0.48.2-11
62aeda
- Perl 5.16 rebuild
62aeda
62aeda
* Mon Jul  2 2012 Marek Kasik <mkasik@redhat.com> - 0.48.2-10
62aeda
- Rebuild (poppler-0.20.1)
62aeda
62aeda
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 0.48.2-9
62aeda
- Perl 5.16 rebuild
62aeda
62aeda
* Sat Jun 23 2012 Rex Dieter <rdieter@fedoraproject.org> 
62aeda
- 0.48.2-8
62aeda
- fix icon/desktop-file scriptlets (#739375)
62aeda
- drop .desktop vendor (f18+)
62aeda
- inkscape doesn't build with poppler-0.20.0 (#822413)
62aeda
62aeda
* Fri Jun 15 2012 Petr Pisar <ppisar@redhat.com> - 0.48.2-7
62aeda
- Perl 5.16 rebuild
62aeda
62aeda
* Mon Jun 11 2012 Adel Gadllah <adel.gadllah@gmail.com> - 0.48.2-6
62aeda
- Rebuild for new poppler
62aeda
62aeda
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.48.2-5
62aeda
- Rebuild for ImageMagik
62aeda
62aeda
* Thu Mar  8 2012 Daniel Drake <dsd@laptop.org> - 0.48.2-4
62aeda
- Fix build with GCC 4.7
62aeda
62aeda
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.2-3
62aeda
- Rebuilt for c++ ABI breakage
62aeda
62aeda
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.2-2
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
62aeda
62aeda
* Tue Nov 15 2011 German Ruiz <germanrs@fedoraproject.org> - 0.48.2-1
62aeda
- New upstream version
62aeda
- Fix glib include compile problem
62aeda
- Fix compilation against libpng-1.5
62aeda
62aeda
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.48.1-10
62aeda
- rebuild(poppler)
62aeda
62aeda
* Fri Sep 30 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-9
62aeda
- Rebuild (poppler-0.18.0)
62aeda
62aeda
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-8
62aeda
- Rebuild (poppler-0.17.3)
62aeda
62aeda
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.48.1-7
62aeda
- Perl mass rebuild
62aeda
62aeda
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.48.1-6
62aeda
- Perl mass rebuild
62aeda
62aeda
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-5
62aeda
- Rebuild (poppler-0.17.0)
62aeda
62aeda
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.48.1-4
62aeda
- Rebuild (poppler-0.16.3)
62aeda
62aeda
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48.1-3
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
62aeda
62aeda
* Wed Feb 09 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.48.1-2
62aeda
- Re-enable GVFS for OCAL
62aeda
62aeda
* Mon Feb 07 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.48.1-1
62aeda
- Bump release
62aeda
62aeda
* Fri Feb 04 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.48.0-10
62aeda
- Drop gnome-vfs requirement
62aeda
- Fix Rawhide build
62aeda
62aeda
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.48.0-9
62aeda
- rebuild (poppler)
62aeda
62aeda
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.48.0-8
62aeda
- rebuild (poppler)
62aeda
62aeda
* Wed Dec 08 2010 Caolán McNamara <caolanm@redhat.com> - 0.48.0-7
62aeda
- rebuilt (libwpd)
62aeda
62aeda
* Sun Nov 14 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48.0-6
62aeda
- rebuilt (poppler)
62aeda
62aeda
* Tue Oct 05 2010 Nils Philippsen <nils@redhat.com> - 0.48.0-5
62aeda
- Rebuild for poppler update
62aeda
62aeda
* Wed Sep 29 2010 jkeating - 0.48.0-4
62aeda
- Rebuilt for gcc bug 634757
62aeda
62aeda
* Wed Sep 29 2010 Dan Horák <dan[at]danny.cz> - 0.48.0-3
62aeda
- drop the s390(x) ExcludeArch
62aeda
62aeda
* Mon Sep 20 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.48.0-2
62aeda
- rebuild for new ImageMagick
62aeda
62aeda
* Wed Aug 25 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48.0-1
62aeda
- New upstream release
62aeda
- Drop el5 support
62aeda
62aeda
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.48-0.5.20100505bzr
62aeda
- rebuild (poppler)
62aeda
62aeda
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 0.48-0.4.20100505bzr
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
62aeda
62aeda
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.48-0.3.20100505bzr
62aeda
- Mass rebuild with perl-5.12.0
62aeda
62aeda
* Wed May 05 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48-0.2.20100505bzr
62aeda
- Move to later snapshot
62aeda
- Drop uniconvertor patch
62aeda
62aeda
* Tue Apr 06 2010 Caolán McNamara <caolanm@redhat.com> - 0.48-0.2.20100318bzr
62aeda
- Resolves: rhbz#565106 fix inkscape-0.47-x11.patch to not clobber INKSCAPE_LIBS
62aeda
62aeda
* Thu Mar 18 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.48-0.1.20100318bzr
62aeda
- Update to latest bazaar snapshot
62aeda
62aeda
* Thu Feb 18 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.47-7
62aeda
- Fix build
62aeda
62aeda
* Wed Jan 20 2010 Stepan Kasal <skasal@redhat.com> - 0.47-6
62aeda
- ExcludeArch: s390 s390x
62aeda
62aeda
* Fri Jan 15 2010 Stepan Kasal <skasal@redhat.com> - 0.47-5
62aeda
- require perl(:MODULE_COMPAT_5.10.x) because the package requires libperl.so
62aeda
- the same for inkscape-view
62aeda
62aeda
* Fri Jan  8 2010 Owen Taylor <otaylor@redhat.com> - 0.47-4
62aeda
- Remove loudmouth BuildRequires; there is no current usage of loudmouth in the code
62aeda
62aeda
* Sun Dec 06 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-2
62aeda
- Fix Rawhide build.
62aeda
62aeda
* Wed Nov 25 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-1
62aeda
- Stable release
62aeda
62aeda
* Mon Nov 23 2009 Adam Jackson <ajax@redhat.com> 0.47-0.18.pre4.20091101svn
62aeda
- Fix RHEL6 build.
62aeda
62aeda
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.17.pre4.20091101svn
62aeda
- Icon for main window (#532325)
62aeda
62aeda
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre4.20091101svn
62aeda
- Move to a later snapshot
62aeda
- python-lxml and numpy seem to be rather popular, add them as hard deps
62aeda
62aeda
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre3.20091017svn
62aeda
- Move to a later snapshot
62aeda
62aeda
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre3.20090925svn
62aeda
- Move to a later snapshot
62aeda
- Drop debugging compiler flags, enable optimizations again
62aeda
- Make it build on everything since EL5 again
62aeda
62aeda
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.16.pre2.20090907svn
62aeda
- Move inkview man page to -view subpackage (#515358)
62aeda
- Add license, etc. to main package
62aeda
62aeda
* Mon Sep 07 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.15.pre2.20090907svn
62aeda
- Update to a post-pre2 snapshot
62aeda
62aeda
* Mon Aug 10 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.15.pre1.20090629svn
62aeda
- Update to a post-pre1 snapshot
62aeda
- Drop upstreamed CRC32 fix
62aeda
62aeda
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-0.14.pre0.20090629svn
62aeda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
62aeda
62aeda
* Mon Jun 29 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.13.pre0.20090629svn
62aeda
- Update to a newer snapshot
62aeda
62aeda
* Tue Jun 16 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.12.pre0.20090616svn
62aeda
- Update to post-pre0 snapshot
62aeda
62aeda
* Tue Jun 02 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.11.20090602svn
62aeda
- More recent snapshot
62aeda
- Upstream removed rasterized icons again
62aeda
62aeda
* Sat May 23 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.10.20090518svn
62aeda
- Rebuild for new poppler
62aeda
62aeda
* Mon May 18 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.9.20090518svn
62aeda
- Update past upstream Beta release
62aeda
62aeda
* Mon May 18 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.8.20090508svn
62aeda
- Fix ODG export
62aeda
62aeda
* Fri May 08 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.7.20090508svn
62aeda
- Update to a post-alpha snapshot
62aeda
- Upstream applied our GCC 4.4 patch
62aeda
62aeda
* Fri Apr 10 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.6.20090410svn
62aeda
- Update to newer snapshot
62aeda
- Fix doc/incview reversed subpackage content
62aeda
62aeda
* Wed Mar 04 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.6.20090301svn
62aeda
- Rebuild for new ImageMagick
62aeda
62aeda
* Wed Mar 04 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.5.20090301svn
62aeda
- Split documentation and inkview into subpackages
62aeda
62aeda
* Mon Mar 02 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.4.20090301svn
62aeda
- Bump to later SVN snapshot to fix inkscape/+bug/331864
62aeda
- Fix a startup crash when compiled with GCC 4.4
62aeda
- It even runs now! :)
62aeda
62aeda
* Fri Feb 27 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.4.20090227svn
62aeda
- Enable the test suite
62aeda
62aeda
* Fri Feb 27 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20090227svn
62aeda
- Past midnight! :)
62aeda
- More recent snapshot, our gcc44 fixes now upstream
62aeda
- One more gcc44 fix, it even compiles now
62aeda
- We install icons now, update icon cache
62aeda
- Disable inkboard, for it won't currently compile
62aeda
62aeda
* Thu Feb 26 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20090226svn
62aeda
- Later snapshot
62aeda
- Compile with GCC 4.4
62aeda
62aeda
* Tue Jan 06 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20090105svn
62aeda
- Update to newer SVN
62aeda
- Drop upstreamed patches
62aeda
- Enable WordPerfect Graphics support
62aeda
- Enable embedded Perl scripting
62aeda
- Enable Imagemagick support
62aeda
- Disable OpenSSL due to licensing issues
62aeda
62aeda
* Thu Aug 14 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.3.20080814svn
62aeda
- Update to today's SVN snapshot
62aeda
- Drop the upstreamed poppler patch
62aeda
62aeda
* Wed Aug 13 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.2.20080705svn
62aeda
- Rediff patches for zero fuzz
62aeda
- Use uniconvertor to handle CDR and WMF (#458845)
62aeda
62aeda
* Wed Jul 09 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.47-0.1.20080705svn
62aeda
- Subversion snapshot
62aeda
62aeda
* Wed Jul 09 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.46-4
62aeda
- Fix compile issues with newer gtk and poppler
62aeda
62aeda
* Thu Jun 26 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.46-3
62aeda
- Remove useless old hack, that triggered an assert after gtkfilechooser switched to gio
62aeda
62aeda
* Fri Apr 11 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-2.1
62aeda
- More buildrequires more flexible, so that this builds on RHEL
62aeda
62aeda
* Sat Apr 05 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-2
62aeda
- Fix LaTeX rendering, #441017
62aeda
62aeda
* Tue Mar 25 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-1
62aeda
- 0.46 released
62aeda
62aeda
* Sun Mar 23 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.3.pre3
62aeda
- Rebuild for newer Poppler
62aeda
62aeda
* Wed Mar 12 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.2.pre3
62aeda
- Probably last prerelease?
62aeda
62aeda
* Fri Feb 22 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.2.pre2
62aeda
- Panel icon sizes
62aeda
62aeda
* Sun Feb 17 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.46-0.1.pre2
62aeda
- 0.46pre2
62aeda
- Dropping upstreamed patches
62aeda
62aeda
* Sat Feb 16 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-5
62aeda
- Attempt to fix the font selector (#432892)
62aeda
62aeda
* Thu Feb 14 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-4
62aeda
- Tolerate recoverable errors in OCAL feeds
62aeda
- Fix OCAL insecure temporary file usage (#432807)
62aeda
62aeda
* Wed Feb 13 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-3
62aeda
- Fix crash when adding text objects (#432220)
62aeda
62aeda
* Thu Feb 07 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-2
62aeda
- Build with gcc-4.3
62aeda
62aeda
* Wed Feb 06 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1+0.46pre1-1
62aeda
- 0.46 prerelease
62aeda
- Minor cosmetic changes to satisfy the QA script
62aeda
- Dependency on Boost
62aeda
- Inkboard is not optional
62aeda
- Merge from Denis Leroy's svn16571 snapshot:
62aeda
- Require specific gtkmm24-devel versions
62aeda
- enable-poppler-cairo
62aeda
- No longer BuildRequire libsigc++20-devel
62aeda
62aeda
* Wed Dec  5 2007 Denis Leroy <denis@poolshark.org> - 0.45.1-5
62aeda
- Rebuild with new openssl
62aeda
62aeda
* Sun Dec 02 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-4
62aeda
- Added missing dependencies for modules (#301881)
62aeda
62aeda
* Sun Dec 02 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-3
62aeda
- Satisfy desktop-file-validate, so that Rawhide build won't break
62aeda
62aeda
* Sat Dec 01 2007 Lubomir Kundrak <lkundrak@redhat.com> - 0.45.1-2
62aeda
- Use GTK print dialog
62aeda
- Added compressed SVG association (#245413)
62aeda
- popt headers went into popt-devel, post Fedora 7
62aeda
- Fix macro usage in changelog
62aeda
62aeda
* Wed Mar 21 2007 Denis Leroy <denis@poolshark.org> - 0.45.1-1
62aeda
- Update to bugfix release 0.45.1
62aeda
- Added R to ImageMagick-perl (#231563)
62aeda
62aeda
* Wed Feb  7 2007 Denis Leroy <denis@poolshark.org> - 0.45-1
62aeda
- Update to 0.45
62aeda
- Enabled inkboard, perl and python extensions
62aeda
- Added patch for correct python autodetection
62aeda
- LaTex patch integrated upstreamed, removed
62aeda
- Some rpmlint cleanups
62aeda
62aeda
* Wed Dec  6 2006 Denis Leroy <denis@poolshark.org> - 0.44.1-2
62aeda
- Added patches to fix LaTex import (#217699)
62aeda
- Added patch to base postscript import on pstoedit plot-svg
62aeda
62aeda
* Thu Sep  7 2006 Denis Leroy <denis@poolshark.org> - 0.44.1-1
62aeda
- Update to 0.44.1
62aeda
- Removed png export patch, integrated upstream
62aeda
- Some updated BRs
62aeda
62aeda
* Mon Aug 28 2006 Denis Leroy <denis@poolshark.org> - 0.44-6
62aeda
- FE6 Rebuild
62aeda
62aeda
* Tue Aug 22 2006 Denis Leroy <denis@poolshark.org> - 0.44-5
62aeda
- Removed skencil Require (bug 203229)
62aeda
62aeda
* Thu Aug 10 2006 Denis Leroy <denis@poolshark.org> - 0.44-4
62aeda
- Added patch to fix png dpi export problem (#168406)
62aeda
62aeda
* Wed Aug  9 2006 Denis Leroy <denis@poolshark.org> - 0.44-3
62aeda
- Bumping up release to fix upgrade path
62aeda
62aeda
* Wed Jun 28 2006 Denis Leroy <denis@poolshark.org> - 0.44-2
62aeda
- Update to 0.44
62aeda
- Removed obsolete patches
62aeda
- Disabled experimental perl and python extensions
62aeda
- Added pstoedit, skencil, gtkspell and LittleCms support
62aeda
- Inkboard feature disabled pending further security tests
62aeda
62aeda
* Tue Feb 28 2006 Denis Leroy <denis@poolshark.org> - 0.43-3
62aeda
- Rebuild
62aeda
62aeda
* Mon Jan 16 2006 Denis Leroy <denis@poolshark.org> - 0.43-2
62aeda
- Updated GC patch, bug 171791
62aeda
62aeda
* Sat Dec 17 2005 Denis Leroy <denis@poolshark.org> - 0.43-1
62aeda
- Update to 0.43
62aeda
- Added 2 patches to fix g++ 4.1 compilation issues
62aeda
- Enabled new jabber/loudmouth-based inkboard feature
62aeda
62aeda
* Mon Sep 26 2005 Denis Leroy <denis@poolshark.org> - 0.42.2-2
62aeda
- rebuilt with newer glibmm
62aeda
62aeda
* Thu Sep  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42.2-1
62aeda
- update to 0.42.2
62aeda
62aeda
* Thu Aug 18 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-3
62aeda
- rebuilt
62aeda
- add patch to repair link-check of GC >= 6.5 (needs pthread and dl)
62aeda
62aeda
* Fri Jul 29 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-2
62aeda
- Extend ngettext/dgettext patch for x86_64 build.
62aeda
62aeda
* Tue Jul 26 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-1
62aeda
- update to 0.42 (also fixes #160326)
62aeda
- BR gnome-vfs2-devel
62aeda
- no files left in %%_libdir/inkscape
62aeda
- include French manual page
62aeda
- GCC4 patch obsolete, 64-bit patch obsolete, dgettext patch split off
62aeda
62aeda
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-7
62aeda
- append another 64-bit related patch (dgettext configure check failed)
62aeda
62aeda
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-6
62aeda
- remove explicit aclocal/autoconf calls in %%build as they create a
62aeda
  bad Makefile for FC4/i386, which causes build to fail (#156228),
62aeda
  and no comment explains where they were added/needed
62aeda
62aeda
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-5
62aeda
- bump and rebuild as 0.41-4 failed in build system setup
62aeda
62aeda
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.41-4
62aeda
- add patch for gcc4 problems (ignacio, #156228)
62aeda
- fix build on 64bit boxes.  sizeof(int) != sizeof(void*)
62aeda
62aeda
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.41-3
62aeda
- rebuild on all arches
62aeda
62aeda
* Thu Apr 07 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
62aeda
- rebuilt
62aeda
62aeda
* Wed Feb 09 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.41-1
62aeda
- 0.41.
62aeda
- enable python.
62aeda
62aeda
* Sat Dec 04 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.40-1
62aeda
- 0.40.
62aeda
62aeda
* Tue Nov 16 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.40-0.pre3
62aeda
- 0.40pre3.
62aeda
62aeda
* Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.39-0.fdr.2
62aeda
- post/postun for new mime system.
62aeda
- Dropped redundant BR XFree86-devel.
62aeda
62aeda
* Sun Aug 29 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.39-0.fdr.1
62aeda
- 0.39.
62aeda
62aeda
* Sat Apr 10 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38.1-0.fdr.1
62aeda
- respin real fix for Provides/Requires for perl(SpSVG)
62aeda
62aeda
* Fri Apr 9 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38.1-0.fdr.0
62aeda
- respin with updated tarball with fix for postscript printing
62aeda
62aeda
* Thu Apr 8 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38-0.fdr.2
62aeda
- respin to fix provides
62aeda
62aeda
* Thu Apr 8 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.38.0.fdr.1
62aeda
- version upgrade with many improvements and bug fixes
62aeda
62aeda
* Fri Mar 19 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.7
62aeda
- repsin - sourceforge does not allow reloading files with same name
62aeda
* Tue Mar 16 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.6
62aeda
- fix typo in provides
62aeda
* Tue Mar 16 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.5
62aeda
- add %%{release} to provides perl(SpSVG) = %%{epoch}:%%{version}:%%{release} only
62aeda
* Tue Mar 16 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.4
62aeda
- add %%{release} to provides
62aeda
* Sun Mar 14 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.3
62aeda
- add arch dependent flags
62aeda
* Thu Mar 11 2004 P Linnell <scribusdocs at atlantictechsolutions.com> 0:0.37.0.fdr.2
62aeda
- add libsigc++-devel instead of add libsigc++ - duh
62aeda
- add BuildRequires:  perl-XML-Parser
62aeda
- fix package name to follow package naming guidelines
62aeda
* Mon Mar 1 2004   P Linnell <scribusdocs at atlantictechsolutions.com>   0:0.37.1.fdr.1
62aeda
- disable static libs
62aeda
- enable inkjar
62aeda
* Tue Feb 10  2004 P Linnell <scribusdocs at atlantictechsolutions.com>   0:0.37.0.fdr.1
62aeda
- pgp'd tarball from inkscape.org
62aeda
- clean out the cvs tweaks in spec file
62aeda
- enable gnome-print
62aeda
- add the new tutorial files
62aeda
- make sure .mo file gets packaged
62aeda
- add provides: perlSVG
62aeda
- submit to Fedora QA
62aeda
* Sat Feb 7  2004 P Linnell <scribusdocs at atlantictechsolutions.com>
62aeda
- rebuild of current cvs
62aeda
- tweaks to build cvs instead of dist tarball
62aeda
- add inkview
62aeda
* Sat Dec 20 2003 P Linnell <scribusdocs at atlantictechsolutions.com>
62aeda
- First crack at Fedora/RH spec file
62aeda
- nuke gnome print - it won't work (bug is filed already)