ae567d
# if you rebuild, please change bugtracker_url accordingly:
ae567d
%global bugtracker_url http://bugzilla.redhat.com
ae567d
ae567d
%global gimpplugindir %(gimptool --gimpplugindir 2>/dev/null || echo INVALID)/plug-ins
ae567d
%global iconrootdir %{_datadir}/icons/hicolor
ae567d
ae567d
# needed for off-root building
ae567d
%global _configure ../configure
ae567d
ae567d
Name: xsane
ae567d
Summary: X Window System front-end for the SANE scanner interface
ae567d
Version: 0.999
ae567d
Release: 42%{?dist}
ae567d
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
ae567d
Source1: xsane-256x256.png
ae567d
# use "xdg-open" instead of "netscape" to launch help browser
ae567d
# submitted to upstream (Oliver Rauch) via email, 2013-06-04
ae567d
Patch0: xsane-0.995-xdg-open.patch
ae567d
# submitted to upstream (Oliver Rauch) via email, 2009-08-18
ae567d
Patch1: xsane-0.995-close-fds.patch
ae567d
# https://bugzilla.redhat.com/show_bug.cgi?id=504344
ae567d
# distro-specific(?), upstream won't accept it: "don't show license dialog"
ae567d
# submitted to upstream (Oliver Rauch) anyway via email, 2013-06-04
ae567d
Patch2: xsane-0.996-no-eula.patch
ae567d
# enable off-root building
ae567d
# submitted to upstream (Oliver Rauch) via email, 2010-06-23
ae567d
Patch3: xsane-0.997-off-root-build.patch
ae567d
# https://bugzilla.redhat.com/show_bug.cgi?id=608047
ae567d
# https://bugzilla.redhat.com/show_bug.cgi?id=621778
ae567d
# submitted to upstream (Oliver Rauch) via email, 2013-07-05
ae567d
Patch4: xsane-0.999-no-file-selected.patch
ae567d
# https://bugzilla.redhat.com/show_bug.cgi?id=198422
ae567d
# submitted to upstream (Oliver Rauch) via email, 2010-06-29
ae567d
Patch5: xsane-0.997-ipv6.patch
ae567d
# https://bugzilla.redhat.com/show_bug.cgi?id=624190
ae567d
# fix from: https://bugs.launchpad.net/ubuntu/+source/xsane/+bug/370818
ae567d
# submitted to upstream (Oliver Rauch) via email, 2011-06-01
ae567d
Patch6: xsane-0.998-preview-selection.patch
ae567d
# fix building with libpng >= 1.5
ae567d
# submitted to upstream (Oliver Rauch) via email, 2011-11-21
ae567d
Patch7: xsane-0.998-libpng.patch
ae567d
# https://bugzilla.redhat.com/show_bug.cgi?id=795085
ae567d
# set program name/wmclass so GNOME shell picks appropriate high resolution
ae567d
# icon file
ae567d
# submitted to upstream (Oliver Rauch) via email, 2013-06-04
ae567d
Patch8: xsane-0.998-wmclass.patch
ae567d
# partly distro-specific: customize desktop file
ae567d
# submitted to upstream (Oliver Rauch) via email, 2013-06-04
ae567d
Patch9: xsane-0.998-desktop-file.patch
ae567d
# man page: update command line options
ae567d
# submitted to upstream (Oliver Rauch) via email, 2013-07-08
ae567d
Patch10: xsane-0.999-man-page.patch
ae567d
# avoid producing PDFs with bpp > 8
ae567d
# submitted to upstream (Oliver Rauch) via email, 2013-09-09
ae567d
Patch11: xsane-0.999-pdf-no-high-bpp.patch
ae567d
# build against lcms 2.x
ae567d
# submitted to upstream (Oliver Rauch) via email, 2013-09-23
ae567d
Patch12: xsane-0.999-lcms2.patch
ae567d
# fix issues found during static analysis that don't require far-reaching
ae567d
# refactoring
ae567d
# submitted to upstream (Oliver Rauch) via email, 2014-04-02
ae567d
Patch13: xsane-0.999-coverity.patch
ae567d
# update lib/snprintf.c to the latest version from LPRng that has a Free license
ae567d
# submitted to upstream (Oliver Rauch) via email, 2014-05-29
ae567d
Patch14: xsane-0.999-snprintf-update.patch
ae567d
# fix signal handling (#1073698)
ae567d
# submitted to upstream (Oliver Rauch) via email, 2014-07-03
ae567d
Patch15: xsane-0.999-signal-handling.patch
ae567d
ae567d
# autoconf-generated files
ae567d
Patch100: xsane-0.999-7-autoconf.patch.bz2
ae567d
License: GPLv2+ and LGPLv2+
ae567d
URL: http://www.xsane.org/
ae567d
ae567d
# gcc is no longer in buildroot by default
ae567d
BuildRequires: gcc
ae567d
# uses make
ae567d
BuildRequires: make
ae567d
%if 0%{?rhel} <= 8 || 0%{?fedora}
ae567d
BuildRequires: gimp-devel
ae567d
%endif
ae567d
BuildRequires: gtk2-devel
ae567d
BuildRequires: lcms2-devel
ae567d
BuildRequires: libjpeg-devel
ae567d
BuildRequires: libpng-devel
ae567d
BuildRequires: sane-backends-devel >= 1.0.19-15
ae567d
BuildRequires: desktop-file-utils >= 0.2.92
ae567d
BuildRequires: libtiff-devel
ae567d
BuildRequires: gettext-devel
ae567d
Requires: xsane-common
ae567d
Requires: hicolor-icon-theme
ae567d
ae567d
%description
ae567d
XSane is an X based interface for the SANE (Scanner Access Now Easy)
ae567d
library, which provides access to scanners, digital cameras, and other
ae567d
capture devices. XSane is written in GTK+ and provides control for
ae567d
performing the scan and then manipulating the captured image.
ae567d
ae567d
%if 0%{?rhel} <= 8 || 0%{?fedora}
ae567d
%package gimp
ae567d
Summary: GIMP plug-in providing the SANE scanner interface
ae567d
Requires: gimp >= 2:2.2.12-4
ae567d
Requires: xsane-common
ae567d
ae567d
%description gimp
ae567d
This package provides the regular XSane frontend for the SANE scanner
ae567d
interface, but it works as a GIMP plug-in. You must have GIMP
ae567d
installed to use this package.
ae567d
%endif
ae567d
ae567d
%package common
ae567d
Summary: Common files for xsane packages
ae567d
ae567d
%description common
ae567d
This package contains common files needed by other xsane packages.
ae567d
ae567d
%prep
ae567d
%setup -q
ae567d
ae567d
# convert some files to UTF-8
ae567d
for doc in xsane.{CHANGES,PROBLEMS,INSTALL}; do
ae567d
    iconv -f ISO-8859-1 -t utf8 "$doc" -o "$doc.new" && \
ae567d
    touch -r "$doc" "$doc.new" && \
ae567d
    mv "$doc.new" "$doc"
ae567d
done
ae567d
ae567d
%patch0 -p1 -b .xdg-open
ae567d
%patch1 -p1 -b .close-fds
ae567d
%patch2 -p1 -b .no-eula
ae567d
%patch3 -p1 -b .off-root-build
ae567d
%patch4 -p1 -b .no-file-selected
ae567d
%patch5 -p1 -b .ipv6
ae567d
%patch6 -p1 -b .preview-selection.patch
ae567d
%patch7 -p1 -b .libpng
ae567d
%patch8 -p1 -b .wmclass
ae567d
%patch9 -p1 -b .desktop-file
ae567d
%patch10 -p1 -b .man-page
ae567d
%patch11 -p1 -b .pdf-no-high-bpp
ae567d
%patch12 -p1 -b .lcms2
ae567d
%patch13 -p1 -b .coverity
ae567d
%patch14 -p1 -b .snprintf-update
ae567d
%patch15 -p1 -b .signal-handling
ae567d
ae567d
%patch100 -p1 -b .autoconf
ae567d
ae567d
# in-root config.h breaks off-root building
ae567d
rm include/config.h
ae567d
ae567d
mkdir build-with-gimp
ae567d
mkdir build-without-gimp
ae567d
ae567d
%build
ae567d
CFLAGS='%optflags -fno-strict-aliasing -DXSANE_BUGTRACKER_URL=\"%{bugtracker_url}\"'
ae567d
export CFLAGS
ae567d
ae567d
%if 0%{?rhel} <= 8 || 0%{?fedora}
ae567d
pushd build-with-gimp
ae567d
%configure --enable-gimp
ae567d
%make_build
ae567d
popd
ae567d
%endif
ae567d
ae567d
pushd build-without-gimp
ae567d
%configure --disable-gimp
ae567d
make
ae567d
popd
ae567d
ae567d
cp %{SOURCE1} src/
ae567d
ae567d
%install
ae567d
ae567d
pushd build-without-gimp
ae567d
%make_install
ae567d
popd
ae567d
ae567d
%if 0%{?rhel} <= 8 || 0%{?fedora}
ae567d
# install GIMP plugin
ae567d
install -m 0755 -d %{buildroot}%{gimpplugindir}
ae567d
install -m 0755 build-with-gimp/src/xsane %{buildroot}%{gimpplugindir}
ae567d
%endif
ae567d
ae567d
# install customized desktop file
ae567d
rm %{buildroot}%{_datadir}/applications/xsane.desktop
ae567d
desktop-file-install \
ae567d
    --dir %{buildroot}%{_datadir}/applications \
ae567d
    src/xsane.desktop
ae567d
ae567d
# icon files in multiple resolutions
ae567d
for res in 16 32 48 256; do
ae567d
    tdir="%{buildroot}%{iconrootdir}/${res}x${res}/apps"
ae567d
    install -m 0755 -d "$tdir"
ae567d
    install -m 0644 src/xsane-${res}x${res}.png "${tdir}/xsane.png"
ae567d
done
ae567d
ae567d
# Register as an application to be visible in the software center
ae567d
#
ae567d
# NOTE: It would be *awesome* if this file was maintained by the upstream
ae567d
# project, translated and installed into the right place during `make install`.
ae567d
#
ae567d
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
ae567d
#
ae567d
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
ae567d
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml <
ae567d
ae567d
ae567d
ae567d
EmailAddress: Oliver.Rauch@xsane.org
ae567d
SentUpstream: 2014-09-17
ae567d
-->
ae567d
<application>
ae567d
  <id type="desktop">xsane.desktop</id>
ae567d
  <metadata_license>CC0-1.0</metadata_license>
ae567d
  <summary>Scan images with a scanner</summary>
ae567d
  <description>
ae567d
    

ae567d
      XSane is an application to scan images using a hardware scanner attached
ae567d
      to your computer.
ae567d
      It is able to save in a variety of image formats, including TIFF and JPEG
ae567d
      and can even save your scan as a PDF.
ae567d
      XSane also has support for scanning multiple pages and merging them into
ae567d
      a single document.
ae567d
    

ae567d
  </description>
ae567d
  <url type="homepage">http://www.xsane.org/</url>
ae567d
  <screenshots>
ae567d
    <screenshot type="default">http://www.xsane.org/doc/xsane-save.jpg</screenshot>
ae567d
  </screenshots>
ae567d
</application>
ae567d
EOF
ae567d
ae567d
%find_lang %{name} XSANE.lang
ae567d
ae567d
%if 0%{?rhel} <= 8 || 0%{?fedora}
ae567d
%pre gimp
ae567d
# remove obsolete gimp-plugin-mgr managed symlink
ae567d
if [ -L "%{gimpplugindir}/xsane" ]; then
ae567d
    rm -f "%{gimpplugindir}/xsane"
ae567d
fi
ae567d
%endif
ae567d
ae567d
%files -f XSANE.lang
ae567d
%doc xsane.ACCELKEYS xsane.AUTHOR xsane.BEGINNERS-INFO xsane.BUGS xsane.CHANGES xsane.FAQ xsane.LANGUAGES xsane.LOGO xsane.NEWS xsane.ONLINEHELP xsane.PROBLEMS xsane.ROOT xsane.TODO
ae567d
%license xsane.COPYING
ae567d
%{_bindir}/xsane
ae567d
%{_mandir}/man1/*
ae567d
%if %{with desktop_vendor_tag}
ae567d
%{_datadir}/appdata/%{name}.appdata.xml
ae567d
%{_datadir}/applications/fedora-xsane.desktop
ae567d
%else
ae567d
%{_datadir}/appdata/%{name}.appdata.xml
ae567d
%{_datadir}/applications/xsane.desktop
ae567d
%endif
ae567d
%{_datadir}/pixmaps/xsane.xpm
ae567d
%{iconrootdir}/*/apps/%{name}.png
ae567d
ae567d
%if 0%{?rhel} <= 8 || 0%{?fedora}
ae567d
%files gimp
ae567d
%{gimpplugindir}/xsane
ae567d
%endif
ae567d
ae567d
%files common
ae567d
%doc xsane.AUTHOR
ae567d
%license xsane.COPYING
ae567d
%dir %{_datadir}/sane
ae567d
%{_datadir}/sane/xsane
ae567d
ae567d
%changelog
ae567d
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.999-42
ae567d
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
ae567d
  Related: rhbz#1991688
ae567d
ae567d
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.999-41
ae567d
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
ae567d
ae567d
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-40
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ae567d
ae567d
* Thu Jan 14 2021 Zdenek Dohnal <zdohnal@redhat.com> - 0.999-39
ae567d
- remove gimp plugin for eln, put explicit requirement for GTK2
ae567d
ae567d
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 0.999-38
ae567d
- make is no longer in buildroot by default
ae567d
ae567d
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-37
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ae567d
ae567d
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.999-36
ae567d
- Use make macros
ae567d
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
ae567d
ae567d
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-35
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ae567d
ae567d
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-34
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ae567d
ae567d
* Tue Apr 09 2019 Zdenek Dohnal <zdohnal@redhat.com> - 0.999-33
ae567d
- rebuilt again (because bodhi cannot remove builds from even unpushed updates)
ae567d
ae567d
* Mon Apr 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 0.999-32
ae567d
- rebuilt for gimp-2.10.10
ae567d
ae567d
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-31
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ae567d
ae567d
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 0.999-30
ae567d
- correcting license
ae567d
ae567d
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-29
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ae567d
ae567d
* Mon Apr 09 2018 Zdenek Dohnal <zdohnal@redhat.com> - 0.999-28
ae567d
- remove dependency on ImageMagick and netpbm-progs, because they were needed for
ae567d
  tests during %%build phase, which were removed in commit SHA 0595c15da29
ae567d
ae567d
* Mon Apr 09 2018 Zdenek Dohnal <zdohnal@redhat.com> - 0.999-27
ae567d
- remove vendor tag, license needs to be in %%license (FPG)
ae567d
ae567d
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 0.999-26
ae567d
- remove old stuff
ae567d
- gcc is no longer in buildroot by default
ae567d
ae567d
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-25
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ae567d
ae567d
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.999-24
ae567d
- Remove obsolete scriptlets
ae567d
ae567d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-23
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ae567d
ae567d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-22
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ae567d
ae567d
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-21
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ae567d
ae567d
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-20
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ae567d
ae567d
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.999-19
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ae567d
ae567d
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 0.999-18
ae567d
- Add an AppData file for the software center
ae567d
ae567d
* Mon Dec 08 2014 David King <amigadave@amigadave.com> - 0.999-17
ae567d
- Depend on hicolor-icon-theme for icon directories (#1171826)
ae567d
ae567d
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.999-16
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ae567d
ae567d
* Thu Jul 03 2014 Nils Philippsen <nils@redhat.com> - 0.999-15
ae567d
- make signal-handling patch work with older glib versions
ae567d
- use consistent name for snprintf patch
ae567d
ae567d
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.999-14
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ae567d
ae567d
* Thu May 29 2014 Tom Callaway <spot@fedoraproject.org> - 0.999-13
ae567d
- update to newer snprintf implementation from LPRng that resolves license 
ae567d
  issue (#1102523)
ae567d
ae567d
* Thu Apr 03 2014 Nils Philippsen <nils@redhat.com> - 0.999-12
ae567d
- don't unnecessarily recreate 32px icon (#966301)
ae567d
- ship 16px icon
ae567d
ae567d
* Wed Apr 02 2014 Nils Philippsen <nils@redhat.com> - 0.999-11
ae567d
- fix coverity patch: ensure directories exist instead of indiscriminately
ae567d
  attempting to create them (#1079586)
ae567d
ae567d
* Wed Mar 19 2014 Nils Philippsen <nils@redhat.com> - 0.999-10
ae567d
- fix signal handling (#1073698)
ae567d
- fix issues found during static analysis that don't require far-reaching
ae567d
  refactoring
ae567d
ae567d
* Mon Sep 23 2013 Nils Philippsen <nils@redhat.com> - 0.999-7
ae567d
- get rid of ancient compat cruft
ae567d
- build against lcms2
ae567d
ae567d
* Mon Sep 09 2013 Nils Philippsen <nils@redhat.com> - 0.999-6
ae567d
- avoid producing PDFs with bpp > 8
ae567d
ae567d
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.999-5
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ae567d
ae567d
* Mon Jul 08 2013 Nils Philippsen <nils@redhat.com> - 0.999-4
ae567d
- man page: update command line options
ae567d
ae567d
* Fri Jul 05 2013 Nils Philippsen <nils@redhat.com> - 0.999-3
ae567d
- fix no-file-selected patch: change working directories (#621778, fix by Pavel
ae567d
  Polischouk)
ae567d
ae567d
* Thu Jun 27 2013 Nils Philippsen <nils@redhat.com> - 0.999-2
ae567d
- ensure correct autoconf patch is used
ae567d
ae567d
* Tue Jun 04 2013 Nils Philippsen <nils@redhat.com> - 0.999-1
ae567d
- version 0.999
ae567d
- remove obsolete patches
ae567d
- update/fix patch comments
ae567d
- fix changelog dates
ae567d
ae567d
* Fri May 17 2013 Nils Philippsen <nils@redhat.com> - 0.998-21
ae567d
- don't dereference NULL preview objects when quitting (#963696)
ae567d
- fix vendor tag logic in a prettier way
ae567d
ae567d
* Tue May 14 2013 Jon Ciesla <limburgher@gmail.com> - 0.998-20
ae567d
- Re-fix vendor tag logic.
ae567d
ae567d
* Fri Mar 08 2013 Nils Philippsen <nils@redhat.com> - 0.998-19
ae567d
- fix vendor tag retaining logic (thanks to Toshio Kuratomi)
ae567d
ae567d
* Thu Mar 07 2013 Nils Philippsen <nils@redhat.com> - 0.998-18
ae567d
- retain vendor tag up to Fedora 18
ae567d
ae567d
* Mon Feb 11 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.998-17
ae567d
- Add BR: ImageMagick for identify
ae567d
ae567d
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.998-16
ae567d
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
ae567d
ae567d
* Wed Jan 30 2013 Nils Philippsen <nils@redhat.com> - 0.998-15
ae567d
- build with -fno-strict-aliasing
ae567d
- tidy up desktop file
ae567d
- catch errors when determining the %%gimpplugindir macro
ae567d
- use netpbm pipeline to create 32px PNG icon instead of convert (which embeds
ae567d
  timestamps in the resulting file)
ae567d
ae567d
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 0.998-14
ae567d
- rebuild due to "jpeg8-ABI" feature drop
ae567d
ae567d
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.998-13
ae567d
- rebuild against new libjpeg
ae567d
ae567d
* Mon Sep 03 2012 Nils Philippsen <nils@redhat.com> - 0.998-12
ae567d
- calculate minimum window size better for multi-head setups
ae567d
- correct man page (#675437)
ae567d
ae567d
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.998-11
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ae567d
ae567d
* Sat May 26 2012 Nils Philippsen <nils@redhat.com> - 0.998-10
ae567d
- add icon cache update scriptlets
ae567d
ae567d
* Fri May 25 2012 Nils Philippsen <nils@redhat.com> - 0.998-9
ae567d
- install and use higher resolution icons (#795085)
ae567d
ae567d
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 0.998-8
ae567d
- rebuild against gimp 2.8.0 release candidate
ae567d
ae567d
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 0.998-7
ae567d
- rebuild for gcc 4.7
ae567d
ae567d
* Fri Dec 16 2011 Nils Philippsen <nils@redhat.com> - 0.998-6
ae567d
- rebuild for GIMP 2.7
ae567d
ae567d
* Mon Nov 21 2011 Nils Philippsen <nils@redhat.com> - 0.998-5
ae567d
- patch and rebuild for libpng-1.5
ae567d
ae567d
* Wed Jun 01 2011 Nils Philippsen <nils@redhat.com> - 0.998-4
ae567d
- fix a problem in mouse event processing that interferes with selecting the
ae567d
  scan rectangle in the preview window (#624190, patch by Reinhard Fössmeier)
ae567d
ae567d
* Mon Apr 04 2011 Nils Philippsen <nils@redhat.com> - 0.998-3
ae567d
- don't dereference unset xsane.preview (#693224)
ae567d
ae567d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.998-2
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ae567d
ae567d
* Fri Nov 19 2010 Nils Philippsen <nils@redhat.com> - 0.998-1
ae567d
- version 0.998
ae567d
- patch desktop file instead of copying it over
ae567d
ae567d
* Tue Jul 13 2010 Nils Philippsen <nils@redhat.com> - 0.997-10
ae567d
- don't crash if no files are selected, take two
ae567d
ae567d
* Mon Jul 12 2010 Nils Philippsen <nils@redhat.com> - 0.997-9
ae567d
- distribute license and other documentation with xsane-common
ae567d
ae567d
* Tue Jun 29 2010 Nils Philippsen <nils@redhat.com> 0.997-8
ae567d
- support IPv6 (#198422)
ae567d
ae567d
* Mon Jun 28 2010 Nils Philippsen <nils@redhat.com> 0.997-7
ae567d
- work around old %%configure macro
ae567d
ae567d
* Mon Jun 28 2010 Nils Philippsen <nils@redhat.com> 0.997-6
ae567d
- don't crash if no files are selected (#608047)
ae567d
ae567d
* Wed Jun 23 2010 Nils Philippsen <nils@redhat.com> 0.997-5
ae567d
- don't use gimp-plugin-mgr anymore
ae567d
- use off-root builds
ae567d
ae567d
* Thu Feb 25 2010 Nils Philippsen <nils@redhat.com> 0.997-4
ae567d
- quote RPM macros in changelog
ae567d
ae567d
* Tue Aug 18 2009 Nils Philippsen <nils@redhat.com>
ae567d
- explain patches
ae567d
ae567d
* Wed Aug 05 2009 Nils Philippsen <nils@redhat.com> 0.997-3
ae567d
- Merge Review (#226658):
ae567d
  - replace %%desktop_vendor macro with "fedora"
ae567d
  - fix xsane-gimp requirements
ae567d
  - move EULA and documentation into -common subpackage
ae567d
ae567d
* Mon Aug 03 2009 Nils Philippsen <nils@redhat.com> 0.997-2
ae567d
- remove ExcludeArch: s390 s390x
ae567d
ae567d
* Fri Jul 31 2009 Nils Philippsen <nils@redhat.com> 0.997-1
ae567d
- version 0.997
ae567d
- drop obsolete sane-backends-1.0.20 patch
ae567d
ae567d
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.996-10
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ae567d
ae567d
* Tue Jul 21 2009 Nils Philippsen <nils@redhat.com> 0.996-9
ae567d
- don't show EULA, mention bugzilla in about dialog (#504344)
ae567d
ae567d
* Mon Jul 20 2009 Nils Philippsen <nils@redhat.com> 0.996-8
ae567d
- don't use obsolete SANE_CAP_ALWAYS_SETTABLE macro (#507823)
ae567d
ae567d
* Tue Jul  7 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.996-7
ae567d
- don't own %%{_datadir}/applications/ (filesystem package owns it)
ae567d
ae567d
* Fri May 29 2009 Nils Philippsen <nils@redhat.com>
ae567d
- Merge review (#226658):
ae567d
  - convert documentation files to UTF-8
ae567d
  - don't BR: sed
ae567d
  - don't own %%{_datadir}/applications, %%{_sysconfdir}/gimp,
ae567d
    %%{_sysconfdir}/gimp/plugins.d
ae567d
  - don't package unnecessary documentation
ae567d
ae567d
* Mon Mar 02 2009 Nils Philippsen <nils@redhat.com> - 0.996-6
ae567d
- rebuild against new sane-backends (just in case)
ae567d
ae567d
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.996-4
ae567d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ae567d
ae567d
* Tue Jan 20 2009 Nils Philippsen <nphilipp@redhat.com> - 0.996-3
ae567d
- pickup changed desktop file, close-fds patch in F9, F10
ae567d
ae567d
* Tue Jan 20 2009 Nils Philippsen <nphilipp@redhat.com> - 0.996-2
ae567d
- BR: lcms-devel
ae567d
ae567d
* Sun Jan 18 2009 Nils Philippsen <nphilipp@redhat.com> - 0.996-1
ae567d
- version 0.996
ae567d
- don't use %%makeinstall
ae567d
- use shipped xsane.xpm as application icon
ae567d
ae567d
* Fri Jul 18 2008 Nils Philippsen <nphilipp@redhat.com> - 0.995-5
ae567d
- fix fd leak prevention (#455450)
ae567d
ae567d
* Tue Jul 15 2008 Nils Philippsen <nphilipp@redhat.com> - 0.995-4
ae567d
- don't leak file descriptors to help browser process (#455450)
ae567d
ae567d
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.995-3
ae567d
- Autorebuild for GCC 4.3
ae567d
ae567d
* Thu Nov 29 2007 Nils Philippsen <nphilipp@redhat.com> - 0.995-2
ae567d
- make EULA, license dialogs be viewable on 800x600 displays
ae567d
ae567d
* Fri Nov 23 2007 Nils Philippsen <nphilipp@redhat.com> - 0.995-1
ae567d
- version 0.995
ae567d
- remove obsolete gimp2.0, medium-definitions, showeulaonce patches
ae567d
ae567d
* Thu Nov 15 2007 Nils Philippsen <nphilipp@redhat.com>
ae567d
- explicitely enable building the gimp plugin in configure call
ae567d
- reorder spec file sections
ae567d
ae567d
* Wed Sep 05 2007 Nils Philippsen <nphilipp@redhat.com> - 0.994-4
ae567d
- fix "Category" entries in desktop file
ae567d
ae567d
* Wed Sep 05 2007 Nils Philippsen <nphilipp@redhat.com>
ae567d
- change license to GPLv2+
ae567d
ae567d
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> - 0.994-3
ae567d
- don't include obsolete Application category in desktop file (#226658)
ae567d
ae567d
* Wed Apr 04 2007 Nils Philippsen <nphilipp@redhat.com> - 0.994-2
ae567d
- save prefs when EULA is accepted to ensure that EULA is only shown once at
ae567d
  startup (#233645)
ae567d
ae567d
* Tue Apr 03 2007 Nils Philippsen <nphilipp@redhat.com> - 0.994-1
ae567d
- version 0.994 (#235038)
ae567d
ae567d
* Fri Mar 30 2007 Nils Philippsen <nphilipp@redhat.com> - 0.993-2
ae567d
- fix summaries and buildroot, don't remove buildroot on %%prep, mark dirs and
ae567d
  config files, don't reference %%buildroot in %%build, use double-%% in
ae567d
  changelog entries (#226658)
ae567d
ae567d
* Fri Mar 02 2007 Nils Philippsen <nphilipp@redhat.com> - 0.993-1
ae567d
- version 0.993 (#230706)
ae567d
ae567d
* Wed Oct 25 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-4
ae567d
- fix typo in scriptlet (#212063)
ae567d
ae567d
* Mon Oct 23 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-3
ae567d
- really don't barf on missing gimp-plugin-mgr when updating (#208159)
ae567d
ae567d
* Mon Oct 02 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-2
ae567d
- don't barf on missing gimp-plugin-mgr when updating (#208159)
ae567d
ae567d
* Mon Aug 28 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-1
ae567d
- version 0.991
ae567d
- remove obsolete buffer patch
ae567d
ae567d
* Wed Aug 16 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-6
ae567d
- revamp scheme for integrating external GIMP plugins (#202545)
ae567d
- use disttag
ae567d
ae567d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99-5.1
ae567d
- rebuild
ae567d
ae567d
* Thu Jun 08 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-5
ae567d
- re-add desktop file (#170835)
ae567d
- use %%buildroot consistently
ae567d
- add automake, autoconf build requirements
ae567d
ae567d
* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-4
ae567d
- use XSANE.lang instead of xsane.lang to avoid %%doc multilib regression
ae567d
ae567d
* Tue Apr 04 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-3
ae567d
- fix medium-definitions patch to not barf on obsolete options in config file
ae567d
  (#185269, by Aldy Hernandez)
ae567d
ae567d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.99-2.2
ae567d
- bump again for double-long bug on ppc(64)
ae567d
ae567d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.99-2.1
ae567d
- rebuilt for new gcc4.1 snapshot and glibc changes
ae567d
ae567d
* Mon Jan 16 2006 Nils Philippsen <nphilipp@redhat.com> 0.99-2
ae567d
- fix buffer overflow
ae567d
ae567d
* Fri Jan 13 2006 Nils Philippsen <nphilipp@redhat.com> 0.99-1
ae567d
- version 0.99
ae567d
ae567d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ae567d
- rebuilt
ae567d
ae567d
* Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 0.98a-1
ae567d
- version 0.98a
ae567d
ae567d
* Tue Oct 04 2005 Nils Philippsen <nphilipp@redhat.com> 0.97-1
ae567d
- version 0.97
ae567d
ae567d
* Mon Jun 20 2005 Tim Waugh <twaugh@redhat.com> 0.95-4
ae567d
- Build requires gettext-devel (bug #160994).
ae567d
ae567d
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 0.95-3
ae567d
- Rebuild for new GCC.
ae567d
ae567d
* Wed Dec  8 2004 Tim Waugh <twaugh@redhat.com> 0.95-2
ae567d
- Fix crash on start (bug #142148).
ae567d
ae567d
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 0.95-1
ae567d
- 0.95.
ae567d
- No longer need badcode patch.
ae567d
- Enable translations again.
ae567d
- New method of installing GIMP plug-in due to Nils Philippsen.
ae567d
ae567d
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 0.92-13
ae567d
- Build requires libtiff-devel (bug #126564).
ae567d
ae567d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
ae567d
- rebuilt
ae567d
ae567d
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 0.92-11
ae567d
- Fix GIMP plug-in package (bug #125254).
ae567d
ae567d
* Wed Apr 21 2004 Seth Nickell <snickell@redhat.com> 0.92-10
ae567d
- Remove .desktop file
ae567d
ae567d
* Wed Mar 31 2004 Tim Waugh <twaugh@redhat.com> 0.92-9
ae567d
- Rebuilt.
ae567d
ae567d
* Thu Mar 18 2004 Nils Philippsen <nphilipp@redhat.com> 0.92-8
ae567d
- Rebuild against new gimp.
ae567d
ae567d
* Tue Mar  9 2004 Tim Waugh <twaugh@redhat.com> 0.92-7
ae567d
- Fix desktop file Name (bug #117370).
ae567d
ae567d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
ae567d
- rebuilt
ae567d
ae567d
* Fri Feb 13 2004 Tim Waugh <twaugh@redhat.com> 0.92-5
ae567d
- Fixed %%post scriptlet.
ae567d
ae567d
* Sun Jan 25 2004 Tim Waugh <twaugh@redhat.com> 0.92-4
ae567d
- Gimp patch updated.
ae567d
ae567d
* Fri Jan 23 2004 Tim Waugh <twaugh@redhat.com> 0.92-3
ae567d
- Translations are broken -- turn them off for the time being.
ae567d
- Really apply the patch this time.
ae567d
- Fix up post/postun scriptlets.
ae567d
ae567d
* Fri Jan 23 2004 Tim Waugh <twaugh@redhat.com> 0.92-2
ae567d
- Apply patch for building against new gimp.
ae567d
ae567d
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 0.92-1
ae567d
- 0.92.
ae567d
ae567d
* Thu Nov 27 2003 Thomas Woerner <twoerner@redhat.com> 0.91-2
ae567d
- removed rpath
ae567d
ae567d
* Wed Oct  8 2003 Tim Waugh <twaugh@redhat.com>
ae567d
- Avoid undefined behaviour in xsane-preview.c (bug #106314).
ae567d
ae567d
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 0.91-1
ae567d
- 0.91.
ae567d
ae567d
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
ae567d
- rebuilt
ae567d
ae567d
* Wed Apr  9 2003 Tim Waugh <twaugh@redhat.com> 0.90-2
ae567d
- Set default HTML viewer to htmlview (bug #88318).
ae567d
ae567d
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 0.90-1
ae567d
- 0.90.
ae567d
ae567d
* Sat Feb  1 2003 Matt Wilson <msw@redhat.com> 0.89-3
ae567d
- use %%{_libdir} for gimp plugin path
ae567d
ae567d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
ae567d
- rebuilt
ae567d
ae567d
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 0.89-1
ae567d
- 0.89.
ae567d
- Use %%find_lang.
ae567d
ae567d
* Fri Aug 30 2002 Tim Waugh <twaugh@redhat.com> 0.84-8
ae567d
- Don't require gimp-devel (cf. bug #70754).
ae567d
ae567d
* Tue Jul 23 2002 Tim Waugh <twaugh@redhat.com> 0.84-7
ae567d
- Desktop file fixes (bug #69555).
ae567d
ae567d
* Mon Jul 15 2002 Tim Waugh <twaugh@redhat.com> 0.84-6
ae567d
- Use desktop-file-install.
ae567d
ae567d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.84-5
ae567d
- automated rebuild
ae567d
ae567d
* Wed Jun 12 2002 Tim Waugh <twaugh@redhat.com> 0.84-4
ae567d
- Rebuild to fix bug #66132.
ae567d
ae567d
* Thu May 23 2002 Tim Powers <timp@redhat.com> 0.84-3
ae567d
- automated rebuild
ae567d
ae567d
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.84-2
ae567d
- Rebuild in new environment.
ae567d
ae567d
* Wed Jan 23 2002 Tim Waugh <twaugh@redhat.com> 0.84-1
ae567d
- 0.84.
ae567d
- Remove explicit sane-backends dependency, since it is automatically
ae567d
  found by rpm.
ae567d
ae567d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.83-2
ae567d
- automated rebuild
ae567d
ae567d
* Tue Jan  8 2002 Tim Waugh <twaugh@redhat.com> 0.83-1
ae567d
- 0.83.
ae567d
ae567d
* Tue Dec 11 2001 Tim Waugh <twaugh@redhat.com> 0.82-3.1
ae567d
- 0.82.
ae567d
- Some extra patches from Oliver Rauch.
ae567d
- Require sane not sane-backends since it's available throughout 7.x.
ae567d
- Built for Red Hat Linux 7.1, 7.2.
ae567d
ae567d
* Tue Jul 24 2001 Tim Waugh <twaugh@redhat.com> 0.77-4
ae567d
- Build requires libpng-devel, libjpeg-devel (#bug 49760).
ae567d
ae567d
* Tue Jul 17 2001 Preston Brown <pbrown@redhat.com> 0.77-3
ae567d
- add an icon to the desktop entry
ae567d
ae567d
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
ae567d
- add ExcludeArch: s390 s390x
ae567d
ae567d
* Mon Jun 11 2001 Tim Waugh <twaugh@redhat.com> 0.77-1
ae567d
- 0.77.
ae567d
ae567d
* Sun Jun  3 2001 Tim Waugh <twaugh@redhat.com> 0.76-2
ae567d
- Require sane-backends, not all of sane.
ae567d
ae567d
* Wed May 23 2001 Tim Waugh <twaugh@redhat.com> 0.76-1
ae567d
- 0.76.
ae567d
ae567d
* Thu May  3 2001 Tim Waugh <twaugh@redhat.com> 0.75-1
ae567d
- 0.75
ae567d
- Fix summary/description to match specspo.
ae567d
ae567d
* Mon Jan  8 2001 Matt Wilson <msw@redhat.com>
ae567d
- fix post script of gimp subpackage to install into the correct location
ae567d
ae567d
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
ae567d
- rebuilt against gimp 1.2.0
ae567d
ae567d
* Thu Dec 21 2000 Matt Wilson <msw@redhat.com>
ae567d
- rebuilt against gimp 1.1.32
ae567d
- use -DGIMP_ENABLE_COMPAT_CRUFT=1 to build with compat macros
ae567d
ae567d
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
ae567d
- 0.62
ae567d
ae567d
* Wed Aug 23 2000 Matt Wilson <msw@redhat.com>
ae567d
- rebuilt against gimp-1.1.25
ae567d
ae567d
* Mon Aug 07 2000 Than Ngo <than@redhat.de>
ae567d
- added swedish translation (Bug #15316)
ae567d
ae567d
* Fri Aug 4 2000 Than Ngo <than@redhat.de>
ae567d
- fix, shows error dialogbox if no scanner exists (Bug #15445)
ae567d
- update to 0.61
ae567d
ae567d
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
ae567d
- rebuilt against new libpng
ae567d
ae567d
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
ae567d
- automatic rebuild
ae567d
ae567d
* Mon Jul  3 2000 Matt Wilson <msw@redhat.com>
ae567d
- rebuilt against gimp 1.1.24
ae567d
- make clean before building non gimp version
ae567d
ae567d
* Fri Jun 30 2000 Preston Brown <pbrown@redhat.com>
ae567d
- made gimp subpkg
ae567d
ae567d
* Wed Jun 14 2000 Preston Brown <pbrown@redhat.com>
ae567d
- desktop entry added
ae567d
ae567d
* Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
ae567d
- fixed gimp link
ae567d
- FHS paths
ae567d
ae567d
* Tue May 30 2000 Karsten Hopp <karsten@redhat.de>
ae567d
- update to 0.59
ae567d
ae567d
* Sat Jan 29 2000 TIm Powers <timp@redhat.com>
ae567d
- fixed bug 8948
ae567d
ae567d
* Thu Dec 2 1999 Tim Powers <timp@redhat.com>
ae567d
- updated to 0.47
ae567d
- gzip man pages
ae567d
ae567d
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
ae567d
- changed group
ae567d
ae567d
* Mon Jul 26 1999 Tim Powers <timp@redhat.com>
ae567d
- update to 0.30
ae567d
- added %%defattr
ae567d
- built for 6.1
ae567d
ae567d
* Thu Apr 22 1999 Preston Brown <pbrown@redhat.com>
ae567d
- initial RPM for PowerTools 6.0