Blame SPECS/inkscape1.spec

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