4cdb1ff
#%%global prever pre2
4cdb1ff
#%%global ver %%{version}-%%{prever}
paragn 2f98667
paragn 2f98667
Name:           gutenprint
e01836e
Summary:        Printer Drivers Package
a4e3299
Version:        5.2.14
d68af3b
Release:        2%{?dist}
paragn 2f98667
URL:            http://gimp-print.sourceforge.net/
4cdb1ff
Source0:        http://downloads.sourceforge.net/gimp-print/%{name}-%{version}.tar.bz2
095e67a
# Post-install script to update CUPS native PPDs.
259211f
Source1:        cups-genppdupdate.py.in
4cdb1ff
# ported from old gimp-print package - fix for a menu in gimp gutenprint plugin
280a0f9
Patch0:         gutenprint-menu.patch
0f75ba9
Patch1:         gutenprint-O6.patch
e2410a5
Patch3:         gutenprint-postscriptdriver.patch
Jaromír Končický 15c6bc8
Patch4:         gutenprint-yyin.patch
Jaromír Končický 15c6bc8
Patch5:         gutenprint-manpage.patch
9368c97
Patch6:         gutenprint-python36syntax.patch
ab4bd16
License:        GPLv2+
3170ea5
4cdb1ff
#### removed patches, because the seems useless
4cdb1ff
# I'll leave them here, in case its removal will break something
4cdb1ff
#Patch2: gutenprint-selinux.patch
4cdb1ff
8040793
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
c437bd1
c437bd1
# gcc is no longer in buildroot by default
c437bd1
BuildRequires:  gcc
a548742
BuildRequires:  cups-libs, cups-devel, cups
5cf1c9e
BuildRequires:  gettext-devel,pkgconfig
paragn 2f98667
BuildRequires:  libtiff-devel,libjpeg-devel,libpng-devel
5cf1c9e
BuildRequires:  pkgconfig(libusb-1.0)
5cf1c9e
BuildRequires:  pkgconfig(gtk+-2.0)
5cf1c9e
BuildRequires:  pkgconfig(gimpui-2.0)
paragn 2f98667
BuildRequires:  gimp
a27e7de
BuildRequires:  chrpath
paragn 2f98667
25c6661
# Make sure we get postscriptdriver tags.
102b0d8
BuildRequires:  python3-cups
25c6661
018729e
# autoreconf
018729e
BuildRequires: autoconf automake libtool
018729e
d68af3b
# needed for defining %%{__python3} macro for prep phase
d68af3b
BuildRequires: python3-devel
d68af3b
paragn 2f98667
## NOTE ##
paragn 2f98667
# The README file in this package contains suggestions from upstream
paragn 2f98667
# on how to package this software. I'd be inclined to follow those
paragn 2f98667
# suggestions unless there's a good reason not to do so.
paragn 2f98667
paragn 2f98667
%description
paragn 2f98667
Gutenprint is a package of high quality printer drivers for Linux, BSD,
paragn 2f98667
Solaris, IRIX, and other UNIX-alike operating systems.
paragn 2f98667
Gutenprint was formerly called Gimp-Print.
paragn 2f98667
c2d8294
%package doc
095e67a
Summary:        Documentation for gutenprint
c2d8294
c2d8294
%description doc
c2d8294
Documentation for gutenprint.
c2d8294
8040793
%package libs
8040793
Summary:       libgutenprint library
8040793
8040793
%description libs
8040793
This package includes libgutenprint library, necessary to run gutenprint.
8040793
8040793
%package libs-ui
8040793
Summary:       libgutenprintui2 library
8040793
Requires:      %{name}-libs%{?_isa} = %{version}-%{release}
8040793
8040793
%description libs-ui
8040793
This package includes libgutenprintui2 library, which contains
8040793
GTK+ widgets, which may be used for print dialogs etc.
8040793
paragn 2f98667
%package devel
paragn 2f98667
Summary:        Library development files for gutenprint
a548742
Requires:       %{name}%{?_isa} = %{version}-%{release}
paragn 2f98667
Requires:       gtk2-devel
paragn 2f98667
paragn 2f98667
%description devel
paragn 2f98667
This package contains headers and libraries required to build applications that
paragn 2f98667
uses gutenprint package.
paragn 2f98667
paragn cf0dd09
%package plugin
2507e63
Summary:        GIMP plug-in for gutenprint
a548742
Requires:       %{name}%{?_isa} = %{version}-%{release}
paragn cf0dd09
Requires:       gimp
paragn 2f98667
paragn cf0dd09
%description plugin
paragn cf0dd09
This package contains the gutenprint GIMP plug-in.
paragn 2f98667
paragn 2f98667
%package extras
paragn 2f98667
Summary:        Sample test pattern generator for gutenprint-devel
a548742
Requires:       %{name}%{?_isa} = %{version}-%{release}
paragn 2f98667
paragn 2f98667
%description extras
paragn 2f98667
This package contains test pattern generator and the sample test pattern
paragn 2f98667
that is used by gutenprint-devel package.
paragn 2f98667
paragn 2f98667
%package cups
paragn 2f98667
Summary:        CUPS drivers for Canon, Epson, HP and compatible printers
8040793
Requires:       cups
a548742
Requires:       %{name}%{?_isa} = %{version}-%{release}
paragn 2f98667
paragn 2f98667
%description cups
paragn 2f98667
This package contains native CUPS support for a wide range of Canon,
3389256
Epson, HP and compatible printers.
paragn 2f98667
paragn 2f98667
%prep
4cdb1ff
%setup -q -n %{name}-%{version}
095e67a
# Fix menu placement of GIMP plugin.
926a233
%patch0 -p1 -b .menu
095e67a
# Don't use -O6 compiler option.
0f75ba9
%patch1 -p1 -b .O6
095e67a
# Restore file contexts when updating PPDs.
4cdb1ff
#%%patch2 -p1 -b .selinux
095e67a
# Allow the CUPS dynamic driver to run inside a build root.
e2410a5
%patch3 -p1 -b .postscriptdriver
6791c3e
# Don't export yy* symbols (bug #882194).
Jaromír Končický 15c6bc8
%patch4 -p1 -b .yyin
6791c3e
375c329
# Added some escputil options to the manpage (bug #979064).
Jaromír Končický 15c6bc8
%patch5 -p1 -b .manpage
375c329
259211f
cp %{SOURCE1} src/cups/cups-genppdupdate.in
abda923
d68af3b
#shebang can change between releases - use %%{__python3} macro
d68af3b
sed -i -e 's,^#!/usr/bin/python3,#!%{__python3},' src/cups/cups-genppdupdate.in
d68af3b
9368c97
# Python 3.6 invalid escape sequence deprecation fixes, COPYING as license (bug #1448303)
9368c97
%patch6 -p1 -b .python36syntax
9368c97
paragn 2f98667
%build
2c66691
# Don't run the weave test as it takes a very long time.
2c66691
sed -i -e 's,^\(TESTS *=.*\) run-weavetest,\1,' test/Makefile.in
2c66691
259211f
%configure --disable-dependency-tracking \
259211f
		--disable-static \
259211f
		--enable-samples \
259211f
		--enable-escputil \
259211f
		--enable-test \
259211f
		--disable-rpath \
259211f
		--enable-cups-1_2-enhancements \
259211f
		--disable-cups-ppds \
259211f
		--enable-simplified-cups-ppds
paragn 2f98667
7cfc9f8
%make_build
2c66691
0e72356
# Test suite disabled due to bug #1069274.
0e72356
#%check
0e72356
#make check
paragn 2f98667
 
paragn 2f98667
%install
7cfc9f8
%make_install
paragn 2f98667
a27e7de
mkdir -p %{buildroot}%{_sbindir}
a6bd2b8
paragn 2f98667
rm -rf %{buildroot}%{_datadir}/gutenprint/doc
b993d54
rm -f %{buildroot}%{_datadir}/foomatic/kitload.log
a27e7de
rm -rf %{buildroot}%{_libdir}/gutenprint/5.2/modules/*.la
9000345
rm -f %{buildroot}%{_sysconfdir}/cups/command.types
paragn 2f98667
c36e3ae
%find_lang %{name}
c36e3ae
sed 's!%{_datadir}/locale/\([^/]*\)/LC_MESSAGES/gutenprint.mo!%{_datadir}/locale/\1/gutenprint_\1.po!g' %{name}.lang >%{name}-po.lang
c36e3ae
rm -f %{name}.lang
7a7cbf3
%find_lang %{name} --all-name
c36e3ae
cat %{name}-po.lang >>%{name}.lang
paragn 2f98667
14de4b5
echo .so man8/cups-genppd.8 > %{buildroot}%{_mandir}/man8/cups-genppd.5.2.8
14de4b5
a27e7de
# Fix up rpath.  If you can find a way to do this without resorting
a27e7de
# to chrpath, please let me know!
a27e7de
for file in \
a27e7de
  %{buildroot}%{_sbindir}/cups-genppd.5.2 \
a27e7de
  %{buildroot}%{_libdir}/gimp/*/plug-ins/* \
a27e7de
  %{buildroot}%{_libdir}/*.so.* \
24a0e39
  %{buildroot}%{_cups_serverbin}/driver/* \
24a0e39
  %{buildroot}%{_cups_serverbin}/filter/* \
a27e7de
  %{buildroot}%{_bindir}/*
a27e7de
do
a27e7de
  chrpath --delete ${file}
a27e7de
done
a27e7de
paragn 2f98667
8040793
%post libs -p /sbin/ldconfig
8040793
%post libs-ui -p /sbin/ldconfig
paragn 2f98667
8040793
%postun libs -p /sbin/ldconfig
8040793
%postun libs-ui -p /sbin/ldconfig
paragn 2f98667
paragn 2f98667
%post cups
7f8e3d3
/usr/sbin/cups-genppdupdate >/dev/null 2>&1 || :
paragn 2f98667
/sbin/service cups reload >/dev/null 2>&1 || :
paragn 2f98667
exit 0
paragn 2f98667
paragn 2f98667
7a7cbf3
%files -f %{name}.lang
9368c97
%license COPYING
e608ff1
%{_bindir}/escputil
e608ff1
%{_mandir}/man1/escputil.1*
391e48b
%{_datadir}/%{name}
391e48b
%{_libdir}/%{name}
paragn 2f98667
c2d8294
%files doc
9368c97
%doc AUTHORS NEWS README doc/FAQ.html doc/gutenprint-users-manual.odt doc/gutenprint-users-manual.pdf
9368c97
%license COPYING
c2d8294
8040793
%files libs
7cfc9f8
%{_libdir}/libgutenprint.so.2
7cfc9f8
%{_libdir}/libgutenprint.so.2.7.0
8040793
8040793
%files libs-ui
7cfc9f8
%{_libdir}/libgutenprintui2.so.1
7cfc9f8
%{_libdir}/libgutenprintui2.so.1.0.0
8040793
paragn 2f98667
%files devel
paragn 2f98667
%doc ChangeLog doc/developer/reference-html doc/developer/gutenprint.pdf
paragn 2f98667
%doc doc/gutenprint doc/gutenprintui2
paragn 2f98667
%{_includedir}/gutenprint/
paragn 2f98667
%{_includedir}/gutenprintui2/
paragn 2f98667
%{_libdir}/*.so
paragn 2f98667
%{_libdir}/pkgconfig/gutenprint.pc
paragn 2f98667
%{_libdir}/pkgconfig/gutenprintui2.pc
paragn 2f98667
%exclude %{_libdir}/*.la
paragn 2f98667
paragn cf0dd09
%files plugin
028b9f4
%{_libdir}/gimp/*/plug-ins/gutenprint
paragn 2f98667
paragn 2f98667
%files extras
095e67a
%doc
paragn 2f98667
%{_bindir}/testpattern
paragn 2f98667
%{_datadir}/gutenprint/samples/*
paragn 2f98667
paragn 2f98667
%files cups
095e67a
%doc
paragn 2f98667
%{_datadir}/cups/calibrate.ppm
Jaromír Končický 15c6bc8
%{_datadir}/cups/usb/net.sf.gimp-print.usb-quirks
24a0e39
%{_cups_serverbin}/filter/*
24a0e39
%{_cups_serverbin}/driver/*
Jaromír Končický 15c6bc8
%{_cups_serverbin}/backend/*
e608ff1
%{_bindir}/cups-calibrate
paragn 2f98667
%{_sbindir}/cups-genppd*
e608ff1
%{_mandir}/man8/cups-calibrate.8*
paragn 2f98667
%{_mandir}/man8/cups-genppd*.8*
paragn 2f98667
paragn 2f98667
%changelog
d68af3b
* Wed Jul 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.14-2
d68af3b
- use %%{__python3} macro
d68af3b
4cdb1ff
* Thu Jun 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.14-1
4cdb1ff
- 5.2.14
4cdb1ff
7cfc9f8
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.14-0.4pre2
7cfc9f8
- name libraries explicitly 
7cfc9f8
c437bd1
* Tue Feb 20 2018 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.14-0.3pre2
c437bd1
- gcc is no longer in buildroot by default
c437bd1
da7c2d0
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.14-0.2pre2
da7c2d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
da7c2d0
a4e3299
* Tue Jan 30 2018 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.14-0.1pre2
a4e3299
- Rebase to 5.2.14pre2
a4e3299
7e34a2b
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 5.2.13-4
7e34a2b
- Rebuilt for switch to libxcrypt
7e34a2b
fb93c4e
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.13-3
fb93c4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fb93c4e
3a4fa88
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.13-2
3a4fa88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3a4fa88
7cddda4
* Wed Jul 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.13-1
7cddda4
- rebase to 5.2.13
7cddda4
97b20f6
* Tue May 23 2017 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.13-0.1pre1
97b20f6
- rebase to 5.2.13-pre1
97b20f6
9368c97
* Fri May 05 2017 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.12-4
9368c97
- removing deprecated escape sequences because of Python-3.6, ship COPYING as license (patch provided by Ville Skyttä)
9368c97
648490e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.12-3
648490e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
648490e
391e48b
* Thu Feb 02 2017 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.12-2
391e48b
- move back gutenprint folder to base package (bug #1412020)
391e48b
259211f
* Fri Jan 13 2017 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.12-1
259211f
- rebase to 5.2.12 - removed foomatic and ghostscript/ijs support
259211f
d7b0df0
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 5.2.12-0.5pre4
d7b0df0
- Rebuild for Python 3.6
d7b0df0
5c238a0
* Mon Oct 31 2016 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.12-0.4pre4
5c238a0
- rebase to 5.2.12-pre4
5c238a0
7752320
* Fri Oct 14 2016 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.12-0.4pre3
7752320
- rebase to 5.2.12-pre3, adding new share libraries to devel subpackage
7752320
60a8f32
* Tue Sep 20 2016 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.12-0.2pre2
26d3b77
- adding new sources
26d3b77
26d3b77
* Tue Sep 20 2016 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.12-0.2pre2
60a8f32
- rebase to 5.2.12-pre2, GhostScript IJS driver and Foomatic data generator were removed from package
60a8f32
cf03feb
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.11-2
cf03feb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cf03feb
16523a9
* Thu Jan 21 2016 Jiri Popelka <jpopelka@redhat.com> - 5.2.11-1
16523a9
- 5.2.11
16523a9
c16a530
* Tue Oct 06 2015 Jiri Popelka <jpopelka@redhat.com> - 5.2.11-0.2pre2
c16a530
- 5.2.11-pre2
c16a530
c16a530
* Tue Jun 30 2015 Jiri Popelka <jpopelka@redhat.com> - 5.2.11-0.1pre1
c16a530
- 5.2.11-pre1
c16a530
311627f
* Mon Jun 29 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-15
7bd66d9
- Fix for PPD update script with more than one PPD (bug #1229619).
7bd66d9
0e72356
* Tue Jun 16 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-14
0e72356
- Disable test suite again (bug #1069274).
0e72356
3bdeb4f
* Mon Jun 01 2015 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-13
7b6d0a3
- foomatic subpackage requires python3-cups (bug #1226871).
7b6d0a3
fc86dbf
* Fri Apr 10 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-12
fc86dbf
- Enable test suite again to see if bug #1069274 is still current.
fc86dbf
ed0bb87
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.2.10-11
ed0bb87
- Rebuilt for Fedora 23 Change
ed0bb87
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
ed0bb87
2a8ae5e
* Thu Jan 15 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-10
102b0d8
- Require python3-cups to get postscriptdriver() tags.
102b0d8
a124e09
* Mon Dec  8 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-9
c36e3ae
- Fix tagging of language-specific files (bug #1157347).
c36e3ae
e67195d
* Fri Aug 29 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-8
e67195d
- More Python 3 fixes for scripts (bug #1134092).
e67195d
ce129d3
* Fri Aug 22 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-7
ce129d3
- Python 3 fixes for scripts (bug #1132924).
ce129d3
d83ffae
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.10-6
d83ffae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d83ffae
59bbdc8
* Tue Aug 12 2014 Tomas Radej <tradej@redhat.com> - 5.2.10-5
59bbdc8
- Ported scripts to Python 3
59bbdc8
14de4b5
* Tue Aug  5 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-4
8f52fbc
- Supply man page for gutenprint-foomaticupdate.
14de4b5
- Link to cups-genppd(8) man page from cups-genppd.5.2(8).
14de4b5
3289b04
* Mon Aug  4 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-3
3289b04
- Link to ijsgutenprint(1) man page from ijsgutenprint.5.2(1).
3289b04
df05429
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.10-2
df05429
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
df05429
cef3f74
* Mon May 19 2014 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-1
cef3f74
- 5.2.10
cef3f74
8040793
* Wed Apr 09 2014 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-0.6.pre2
8040793
- Move libraries into separate subpackages (#1085599)
f121fcb
- Remove archaic Provides&Obsoletes
8040793
6e98c7e
* Mon Mar 10 2014 Jaromír Končický <jkoncick@redhat.com> - 5.2.10-0.5.pre2
Jaromír Končický 5748a75
- 5.2.10-pre2.
Jaromír Končický 5748a75
5cf1c9e
* Mon Mar 10 2014 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-0.4.pre1
5cf1c9e
- BuildRequires: pkgconfig(foo) instead of foo-devel
5cf1c9e
Jaromír Končický 5c47552
* Wed Feb 26 2014 Jaromír Končický <jkoncick@redhat.com> - 5.2.10-0.3.pre1
Jaromír Končický 5c47552
- Removing check phase because of strange and not reproducible segfault
Jaromír Končický 5c47552
  (bug #1069274)
Jaromír Končický 5c47552
056aaef
* Fri Feb 21 2014 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-0.2.pre1
056aaef
- BuildRequires libusb1-devel
056aaef
Jaromír Končický 15c6bc8
* Mon Feb 17 2014 Jaromír Končický <jkoncick@redhat.com> - 5.2.10-0.1.pre1
Jaromír Končický 15c6bc8
- 5.2.10-pre1.
Jaromír Končický 15c6bc8
- Removed: device-ids.patch ui2-libdeps.patch
Jaromír Končický 15c6bc8
8c8d6f8
* Thu Jan  2 2014 Tim Waugh <twaugh@redhat.com> - 5.2.9-15
8c8d6f8
- Fixed typo in cups-genppdupdate script (bug #1046073).
8c8d6f8
9aa233d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.9-14
9aa233d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9aa233d
2c66691
* Tue Jul 16 2013 Tim Waugh <twaugh@redhat.com> - 5.2.9-13
2c66691
- Run test suite.
2c66691
375c329
* Thu Jun 27 2013 Tim Waugh <twaugh@redhat.com> - 5.2.9-12
1433788
- Fixed changelog dates.
375c329
- Added some escputil options to the manpage (bug #979064).
375c329
018729e
* Mon Mar 25 2013 Jiri Popelka <jpopelka@redhat.com> - 5.2.9-11
018729e
- Run autoreconf prior to running configure (#925535)
018729e
c30051c
* Tue Feb 19 2013 Jiri Popelka <jpopelka@redhat.com> - 5.2.9-10
9c7ca7d
- Added IEEE 1284 Device ID for Canon PIXMA MP500 (bug #911727).
9c7ca7d
004968b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.9-9
004968b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
004968b
2d02a3d
* Thu Jan 17 2013 Jiri Popelka <jpopelka@redhat.com> 5.2.9-8
196ad42
- Added IEEE 1284 Device ID for Kyocera FS-1118MFP (bug #782379).
a548742
- Use arch-specific dependency when requiring base package.
196ad42
6791c3e
* Tue Dec 18 2012 Tim Waugh <twaugh@redhat.com> 5.2.9-7
6791c3e
- Don't export yy* symbols (bug #882194).
6791c3e
82e8e23
* Fri Dec 07 2012 Jiri Popelka <jpopelka@redhat.com> 5.2.9-6
82e8e23
- 5.2.9 has had wrong libgutenprintui2 dependencies
82e8e23
e4aa215
* Fri Oct 19 2012 Tim Waugh <twaugh@redhat.com> 5.2.9-5
e4aa215
- Added IEEE 1284 Device IDs for Samsung ML-1450 (bug #844687) and
e4aa215
  Canon ML280 series (bug #848093).
e4aa215
ab4fb7e
* Fri Sep 21 2012 Tim Waugh <twaugh@redhat.com> 5.2.9-4
f4112a7
- Updated source URL.
f4112a7
158b06e
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.9-2
158b06e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
158b06e
093242f
* Mon Jul 09 2012 Jiri Popelka <jpopelka@redhat.com> 5.2.9-1
093242f
- 5.2.9
093242f
9ac9353
* Tue Jun 12 2012 Jiri Popelka <jpopelka@redhat.com> 5.2.8-2
9ac9353
- bumped release
9ac9353
3170ea5
* Tue Jun 12 2012 Jiri Popelka <jpopelka@redhat.com> 5.2.8-1
3170ea5
- 5.2.8
3170ea5
e072a54
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 5.2.7-11
e072a54
- rebuild against gimp 2.8.0 release candidate
e072a54
066ad27
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.7-10
066ad27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
066ad27
04389a4
* Fri Dec 16 2011 Nils Philippsen <nils@redhat.com> - 5.2.7-9
04389a4
- rebuild for GIMP 2.7
04389a4
c8dd347
* Mon Nov  7 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-8
c8dd347
- Rebuild for new libpng.
c8dd347
a851317
* Tue Oct 11 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-7
a851317
- Added IEEE 1284 Device ID for Canon PIXMA MP250 (bug #744087).
a851317
e700e50
* Tue Sep 27 2011 Jiri Popelka <jpopelka@redhat.com> 5.2.7-6
24a0e39
- Use _cups_serverbin macro from cups-devel for where to put driver executables.
24a0e39
- Added IEEE 1284 Device ID for:
24a0e39
    Epson Stylus Photo R2400 (bug #720270)
24a0e39
    Epson Stylus C92 (bug #735400)
24a0e39
    Canon PIXMA iP1900 (bug #741329)
24a0e39
    Canon PIXMA iP4000 (bug #741006)
24a0e39
13e7b69
* Tue Aug 09 2011 Jiri Popelka <jpopelka@redhat.com> 5.2.7-5
182b94f
- Improve the null-pointer.patch (bug #725447).
14f296e
- Added IEEE 1284 Device ID for:
14f296e
    Epson Stylus D78 (bug #245948).
182b94f
a312bcc
* Tue Jun 28 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-4
0246f23
- Fixed use of find_lang macro (bug #716426).
0246f23
e467a27
* Wed Jun 15 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-3
e467a27
- Rebuilt against new python-cups package to fix postscriptdriver tags
e467a27
  (bug #712074).
e467a27
c3a4f3e
* Tue Jun  7 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-2
fd34811
- Fix build against newer versions of gcc.
c3a4f3e
- cups-genppdupdate: fixed multicat support (bug #711021).  It was
c3a4f3e
  writing an extra newline character after the URI, which caused the
c3a4f3e
  gutenprint.5.2 multicat process to exit.  This prevented some
c3a4f3e
  PPDs from being updated.
c3a4f3e
e2410a5
* Thu May 05 2011 Jiri Popelka <jpopelka@redhat.com> 5.2.7-1
e2410a5
- 5.2.7.
e2410a5
1202096
* Thu Dec 02 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.6-3
012811a
- Added IEEE 1284 Device ID for:
012811a
    Canon PIXMA iP4200 (bug #626365).
012811a
    Canon PIXMA iP3000 (bug #652179).
012811a
    Epson Stylus Color 680 (bug #652228).
012811a
    Epson Stylus Photo 1270 (bug #638537).
012811a
    HP LaserJet 4050/4100/4350/5100/8000/M3027 MFP/M3035 MFP/P3005 (bug #659043).
012811a
    HP Color LaserJet 2500/4550 (bug #659044).
012811a
    Brother hl-2035 (bug #651603#c3).
97a7552
- Avoid null pointer access in escputil (bug #659120).
012811a
4683df8
* Fri Nov 26 2010 Tim Waugh <twaugh@redhat.com> 5.2.6-2
4683df8
- The pycups requirement is now python-cups.
4683df8
18e826a
* Wed Aug 11 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.6-1
18e826a
- 5.2.6.
18e826a
14b316d
* Mon Jul 12 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.5-10
14b316d
- Added COPYING file to main package.
14b316d
b993d54
* Thu Jul  8 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.5-9
b993d54
- Don't ship kitload.log in foomatic sub-package (bug #594709).
b993d54
492cfc9
* Fri Jun 11 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-8
492cfc9
- Fixed Source0 URL.
492cfc9
5aa1b3c
* Wed May 12 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.5-7
5aa1b3c
- Added IEEE 1284 Device ID for:
5aa1b3c
    Epson Stylus Photo 1400 (bug #577299).
5aa1b3c
    Epson Stylus Photo 830U (bug #577307).
5aa1b3c
    HP DeskJet 959C (bug #577291).
5aa1b3c
5d9f573
* Thu Mar 25 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-6
5d9f573
- Added IEEE 1284 Device ID for Epson Stylus Photo R230 (from Ubuntu #520466).
5d9f573
b45ae66
* Mon Mar  8 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-5
b45ae66
- Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888).
b45ae66
095e67a
* Tue Mar  2 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-4
095e67a
- Better defattr use in file manifests.
095e67a
- Fixed mixed spaces and tabs.
095e67a
- Fixed main package summary.
095e67a
- Added comments for all sources and patches.
095e67a
1604f77
* Mon Feb 15 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-3
1604f77
- The cups sub-package requires the exactly-matching main gutenprint
1604f77
  package.
1604f77
068c11d
* Fri Feb 12 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-2
068c11d
- 5.2.5.
068c11d
1bd8b5c
* Fri Feb  5 2010 Tim Waugh <twaugh@redhat.com> 5.2.4-11
1bd8b5c
- CUPS driver: if DESTDIR is set, use it when looking for XML files.
1bd8b5c
  Fixes postscriptdriver tags.
1bd8b5c
25c6661
* Thu Feb  4 2010 Tim Waugh <twaugh@redhat.com> 5.2.4-10
25c6661
- Rebuild for postscriptdriver tags.
25c6661
d110221
* Wed Nov 25 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-9
d110221
- The foomatic sub-package requires foomatic-db (for directories).
d110221
9000345
* Fri Nov 20 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-8
9000345
- Don't ship command.types as CUPS defines its own.
9000345
7331550
* Thu Oct 29 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-7
7331550
- Removed incorrect Device ID for Brother HL-2060 (bug #531370).
7331550
abda923
* Mon Sep 28 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-6
abda923
- Reimplemented PPD upgrade script in Python to avoid perl
abda923
  dependency (bug #524978).
abda923
4271adf
* Tue Sep  1 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-5
4271adf
- Provide IEEE 1284 Device IDs in CUPS model list.
4271adf
731d5db
* Tue Aug 18 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-4
731d5db
- Enabled simplified CUPS drivers (bug #518030).
731d5db
ad8eb98
* Mon Aug  3 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-3
ad8eb98
- Silence gutenprint-foomaticppdupdate on gutenprint-foomatic upgrade.
ad8eb98
d04f4d5
* Fri Jul 31 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-2
d04f4d5
- 5.2.4.  Re-enabled compiler optimization for ppc64.
d04f4d5
c2d8294
* Thu Jul 30 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-8
7f8e3d3
- Don't show output when upgrading cups sub-package (bug #507324).
c2d8294
- Split documentation into doc sub-package (bug #492452).
c2d8294
c915ee0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.3-7
c915ee0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c915ee0
4ab0b52
* Wed Jul 15 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-6
4ab0b52
- Don't build CUPS PPDs (instead build a CUPS driver that can
4ab0b52
  generate them).  Fixes build (bug #511538).
4ab0b52
01598d8
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.3-5
01598d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
01598d8
cb7a209
* Thu Jan 29 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-4
cb7a209
- When updating foomatic PPDs, don't give a traceback if some PPD is
cb7a209
  not strictly conformant (bug #481397).
cb7a209
54d7644
* Sat Jan 10 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-3
54d7644
- Don't use popen2 in the foomatic PPD update script.
54d7644
4e06115
* Thu Jan  8 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-2
4e06115
- Only run the foomatic PPD update script on update, and make sure the
4e06115
  script can deal with major version upgrades (bug #478328).
4e06115
20107af
* Tue Dec 23 2008 Tim Waugh <twaugh@redhat.com> 5.2.3-1
20107af
- 5.2.3.
20107af
4a2b934
* Fri Dec  5 2008 Tim Waugh <twaugh@redhat.com> 5.2.2-2
4a2b934
- Fixed generation of globalized PPDs.
4a2b934
a27e7de
* Thu Nov 20 2008 Tim Waugh <twaugh@redhat.com> 5.2.2-1
a27e7de
- 5.2.2.
a27e7de
- Restore SELinux file contexts of modified PPDs.
a27e7de
9cd1ced
* Mon Aug  4 2008 Tim Waugh <twaugh@redhat.com>
9cd1ced
- Fixed summary for foomatic sub-package.
9cd1ced
ab4bd16
* Thu Jul 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> 5.0.2-3
ab4bd16
- fix license tag
ab4bd16
fdae624
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 5.0.2-2
fdae624
- Rebuild for GCC 4.3.
fdae624
0f75ba9
* Fri Jan 18 2008 Tim Waugh <twaugh@redhat.com> 5.0.2-1
0f75ba9
- 5.0.2.  No longer need lpstat patch.
0f75ba9
bd67351
* Mon Jan  7 2008 Tim Waugh <twaugh@redhat.com>
bd67351
- Own %%{_datadir}/gutenprint (bug #427801).
bd67351
16abb57
* Fri Oct  5 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-5
16abb57
- Don't ship samples in the main package.
16abb57
d4c8736
* Fri Aug 31 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-4
d4c8736
- Plug-in name is gutenprint, not print.
e04c3e3
d131ba3
* Mon Jul  2 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-3
9d72a91
- The foomatic package requires system-config-printer-libs for the
d131ba3
  update script (bug #246865).
9d72a91
a6bd2b8
* Mon Jul  2 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-2
a6bd2b8
- Fix up foomatic PPD files after upgrade (bug #246448).
a6bd2b8
b7036ce
* Tue Jun 26 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-1
b7036ce
- 5.0.1.
b7036ce
49b9059
* Thu May 10 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-3
49b9059
- Try to work around GCC bug #239003.
ceb4d1a
- Don't add extra compiler flags.
fd5319f
- Moved gimp-print obsoletes/provides to the foomatic sub-package
fd5319f
  (bug #238890).
fd5319f
f161909
* Mon Mar  5 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-2
2735e1e
- Slightly better obsoletes/provides to follow the naming guidelines.
2735e1e
4ec4084
* Mon Mar  5 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-1
4ec4084
- 5.0.0.99.1.
4ec4084
- No longer need PPDs sub-packages: CUPS driver is included in the cups
4ec4084
  sub-package.
4ec4084
- Package the CUPS driver in sbindir and put a symlink in the CUPS ServerBin
4ec4084
  directory to work around bug #231015.
627c6c3
- Set POSIX locale when parsing lpstat output.
4ec4084
f7e28db
* Fri Mar  2 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-7
f7e28db
- Fixed menu patch.
f7e28db
- Don't list rastertogutenprint twice.
f7e28db
926a233
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com>
926a233
- Fixed typo in patch line.
926a233
fce2b7b
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-6
280a0f9
- Ported menu patch from gimp-print package.
2507e63
- Fixed summary for plugin sub-package.
2507e63
051c7c9
* Fri Feb  9 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-5
051c7c9
- More obsoletes/provides for gimp-print sub-packages.
051c7c9
bae055a
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-4
bae055a
- Disable libgutenprintui (GTK+ 1.2 library).  Build requires gtk2-devel,
bae055a
  not gtk+-devel.
bae055a
8eac6a9
* Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-3
8eac6a9
- More obsoletes/provides fixing (bug #222546).
8eac6a9
5b05576
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-2
4cd7592
- Make cups sub-package obsolete/provide gimp-print-cups.
5b05576
- PPDs sub-packages require cups sub-package.
5b05576
- Remove foomatic cache after foomatic sub-package is installed/removed.
5b05576
- Obsoletes/Provides gimp-print-utils.
5b05576
e608ff1
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-1
e608ff1
- The cups subpackage no longer requires gimp-print-cups.
e608ff1
- Ship escputil, native CUPS backend/filters, and cups-calibrate.
e608ff1
paragn cf0dd09
* Thu Jan 11 2007 Parag Nemade <panemade@gmail.com>- 5.0.0-0.17
paragn cf0dd09
- Enabling -plugin subpackage as gimp-print dropped its -plugin subpackage.
paragn cf0dd09
paragn 3f25aea
* Tue Nov 14 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.16
paragn 3f25aea
- Added missing dependency of gimp-print-cups in gutenprint-cups
paragn 3f25aea
1433788
* Tue Oct 03 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.15
paragn b6e18ca
- Did some fix for tag issue
paragn b6e18ca
1433788
* Fri Sep 29 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.14
paragn 2f98667
- Removed unwanted .la files and made following files owned by 
paragn 2f98667
  main package.
paragn 2f98667
  /usr/share/gutenprint/5.0.0
paragn 2f98667
  /usr/share/gutenprint
paragn 2f98667
1433788
* Fri Sep 29 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.13
paragn 2f98667
- Fixed some missing file remove locations path
paragn 2f98667
paragn 2f98667
* Thu Sep 28 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.12
paragn 2f98667
- Fixed rpm build for x86_64 arch
paragn 2f98667
1433788
* Fri Sep 08 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.11
paragn 2f98667
- Separated GIMP plugin under gutenprint-plugin package
paragn 2f98667
paragn 2f98667
* Thu Sep 07 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.10
paragn 2f98667
- Added gimp as BR
paragn 2f98667
paragn 2f98667
* Thu Sep 07 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.9
paragn 2f98667
- Removed Requires(post) and Requires(postun) lines in SPEC
paragn 2f98667
- Removed mixed usage of macros
paragn 2f98667
paragn 2f98667
* Wed Aug 09 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.8
paragn 2f98667
- Moved cups related files from main rpm to gutenprint-cups
paragn 2f98667
paragn 2f98667
* Wed Aug 09 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.7
paragn 2f98667
- Moved /usr/share/gutenprint/doc to %%doc of main rpm and devel rpm 
paragn 2f98667
- Additionally added API documents for gutenprint and gutenprintui2
paragn 2f98667
paragn 2f98667
* Tue Aug 08 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.6
paragn 2f98667
- Added cups-genppdupdate.5.0 at post section
paragn 2f98667
- Splitted gutenprint main rpm for separate languages
paragn 2f98667
paragn 2f98667
* Wed Aug 02 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.5
paragn 2f98667
- New upstream release
paragn 2f98667
paragn 2f98667
* Wed Jul 19 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.4.rc3
paragn 2f98667
- Removed Requires on perl-Curses and perl-perlmenu 
paragn 2f98667
  as both are automatically added on binary RPM
paragn 2f98667
- Commented Obsoletes and provides tag as Fedora Extras package can not
paragn 2f98667
  Obsoletes Fedora Core Package.
paragn 2f98667
paragn 2f98667
* Tue Jul 18 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.3.rc3
paragn 2f98667
- Added 3 more sub-packages-extras,cups,foomatic
paragn 2f98667
- Added BuildRequires gtk+-devel
paragn 2f98667
- Added correct options for %%configure
paragn 2f98667
- Added Requires for perl-Curses, perl-perlmenu
paragn 2f98667
- Added cups restart command at post section of SPEC
paragn 2f98667
paragn 2f98667
* Tue Jul 18 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.2.rc3
paragn 2f98667
- Added Obsoletes and Provides tag
paragn 2f98667
paragn 2f98667
* Fri Jul 14 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.1.rc3
paragn 2f98667
- Initial Release
paragn 2f98667