Blame SPECS/inkscape1.spec

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