2016-09-20 12:20:58 +00:00
|
|
|
%global prever pre2
|
2011-09-27 17:34:08 +00:00
|
|
|
%global build_with_ijs_support 1
|
2016-09-20 12:20:58 +00:00
|
|
|
#%%global VERSION %%{version}
|
|
|
|
%global VERSION %{version}-%{prever}
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
Name: gutenprint
|
2010-08-11 15:59:42 +00:00
|
|
|
Summary: Printer Drivers Package
|
2016-09-20 12:20:58 +00:00
|
|
|
Version: 5.2.12
|
|
|
|
Release: 0.1%{prever}%{?dist}
|
2006-09-30 03:16:25 +00:00
|
|
|
URL: http://gimp-print.sourceforge.net/
|
2016-09-20 12:20:58 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{VERSION}.tar.bz2
|
2010-03-02 17:07:53 +00:00
|
|
|
# Post-install script to update foomatic PPDs.
|
2007-07-02 17:19:02 +00:00
|
|
|
Source1: gutenprint-foomaticppdupdate
|
2014-08-05 09:08:46 +00:00
|
|
|
Source2: gutenprint-foomaticppdupdate.8
|
2010-03-02 17:07:53 +00:00
|
|
|
# Post-install script to update CUPS native PPDs.
|
2014-08-05 09:08:46 +00:00
|
|
|
Source3: cups-genppdupdate.py.in
|
2007-02-28 17:22:27 +00:00
|
|
|
Patch0: gutenprint-menu.patch
|
2008-01-18 12:26:28 +00:00
|
|
|
Patch1: gutenprint-O6.patch
|
2008-11-20 17:15:23 +00:00
|
|
|
Patch2: gutenprint-selinux.patch
|
2011-05-05 11:26:40 +00:00
|
|
|
Patch3: gutenprint-postscriptdriver.patch
|
2014-02-19 17:44:35 +00:00
|
|
|
Patch4: gutenprint-yyin.patch
|
|
|
|
Patch5: gutenprint-manpage.patch
|
2008-07-31 15:29:14 +00:00
|
|
|
License: GPLv2+
|
2012-06-12 08:23:53 +00:00
|
|
|
|
2014-04-09 16:24:18 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2013-01-17 11:37:08 +00:00
|
|
|
BuildRequires: cups-libs, cups-devel, cups
|
2014-03-10 09:11:08 +00:00
|
|
|
BuildRequires: gettext-devel,pkgconfig
|
2006-09-30 03:16:25 +00:00
|
|
|
BuildRequires: libtiff-devel,libjpeg-devel,libpng-devel
|
2014-03-10 09:11:08 +00:00
|
|
|
BuildRequires: pkgconfig(libusb-1.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
|
|
BuildRequires: pkgconfig(gimpui-2.0)
|
|
|
|
BuildRequires: foomatic
|
2006-09-30 03:16:25 +00:00
|
|
|
%if %{build_with_ijs_support}
|
2012-06-12 08:23:53 +00:00
|
|
|
BuildRequires: ghostscript-devel
|
2006-09-30 03:16:25 +00:00
|
|
|
%endif
|
|
|
|
BuildRequires: gimp
|
2008-11-20 17:15:23 +00:00
|
|
|
BuildRequires: chrpath
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2010-02-04 14:48:44 +00:00
|
|
|
# Make sure we get postscriptdriver tags.
|
2015-01-15 08:51:39 +00:00
|
|
|
BuildRequires: python3-cups
|
2010-02-04 14:48:44 +00:00
|
|
|
|
2013-03-25 17:17:07 +00:00
|
|
|
# autoreconf
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
## NOTE ##
|
|
|
|
# The README file in this package contains suggestions from upstream
|
|
|
|
# on how to package this software. I'd be inclined to follow those
|
|
|
|
# suggestions unless there's a good reason not to do so.
|
|
|
|
|
|
|
|
%description
|
|
|
|
Gutenprint is a package of high quality printer drivers for Linux, BSD,
|
|
|
|
Solaris, IRIX, and other UNIX-alike operating systems.
|
|
|
|
Gutenprint was formerly called Gimp-Print.
|
|
|
|
|
2009-07-30 10:27:11 +00:00
|
|
|
%package doc
|
2010-03-02 17:07:53 +00:00
|
|
|
Summary: Documentation for gutenprint
|
2009-07-30 10:27:11 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
Documentation for gutenprint.
|
|
|
|
|
2014-04-09 16:24:18 +00:00
|
|
|
%package libs
|
|
|
|
Summary: libgutenprint library
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
This package includes libgutenprint library, necessary to run gutenprint.
|
|
|
|
|
|
|
|
%package libs-ui
|
|
|
|
Summary: libgutenprintui2 library
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description libs-ui
|
|
|
|
This package includes libgutenprintui2 library, which contains
|
|
|
|
GTK+ widgets, which may be used for print dialogs etc.
|
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Library development files for gutenprint
|
2013-01-17 11:37:08 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2006-09-30 03:16:25 +00:00
|
|
|
Requires: gtk2-devel
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains headers and libraries required to build applications that
|
|
|
|
uses gutenprint package.
|
|
|
|
|
2007-01-11 04:55:51 +00:00
|
|
|
%package plugin
|
2007-02-28 17:15:57 +00:00
|
|
|
Summary: GIMP plug-in for gutenprint
|
2013-01-17 11:37:08 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2007-01-11 04:55:51 +00:00
|
|
|
Requires: gimp
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2007-01-11 04:55:51 +00:00
|
|
|
%description plugin
|
|
|
|
This package contains the gutenprint GIMP plug-in.
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%package foomatic
|
2008-08-04 16:42:10 +00:00
|
|
|
Summary: Foomatic printer database information for gutenprint
|
2013-01-17 11:37:08 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2010-03-02 17:07:53 +00:00
|
|
|
Requires(post): foomatic
|
2015-06-01 11:55:13 +00:00
|
|
|
# python3-cups is required for the update script (bug #1226871)
|
|
|
|
Requires(post): python3-cups
|
2010-03-02 17:07:53 +00:00
|
|
|
Requires: foomatic-db
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%description foomatic
|
|
|
|
This package contains a database of printers,printer drivers,
|
|
|
|
and driver descriptions.
|
|
|
|
|
|
|
|
%package extras
|
|
|
|
Summary: Sample test pattern generator for gutenprint-devel
|
2013-01-17 11:37:08 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%description extras
|
|
|
|
This package contains test pattern generator and the sample test pattern
|
|
|
|
that is used by gutenprint-devel package.
|
|
|
|
|
|
|
|
%package cups
|
|
|
|
Summary: CUPS drivers for Canon, Epson, HP and compatible printers
|
2014-04-09 16:24:18 +00:00
|
|
|
Requires: cups
|
2013-01-17 11:37:08 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%description cups
|
|
|
|
This package contains native CUPS support for a wide range of Canon,
|
2009-09-23 17:31:17 +00:00
|
|
|
Epson, HP and compatible printers.
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%prep
|
2016-09-20 12:20:58 +00:00
|
|
|
%setup -q -n %{name}-%{VERSION}
|
2010-03-02 17:07:53 +00:00
|
|
|
# Fix menu placement of GIMP plugin.
|
2007-02-28 17:27:24 +00:00
|
|
|
%patch0 -p1 -b .menu
|
2010-03-02 17:07:53 +00:00
|
|
|
# Don't use -O6 compiler option.
|
2008-01-18 12:26:28 +00:00
|
|
|
%patch1 -p1 -b .O6
|
2010-03-02 17:07:53 +00:00
|
|
|
# Restore file contexts when updating PPDs.
|
2008-11-20 17:15:23 +00:00
|
|
|
%patch2 -p1 -b .selinux
|
2010-03-02 17:07:53 +00:00
|
|
|
# Allow the CUPS dynamic driver to run inside a build root.
|
2011-05-05 11:26:40 +00:00
|
|
|
%patch3 -p1 -b .postscriptdriver
|
2011-06-07 12:17:27 +00:00
|
|
|
# Fix build against new versions of gcc.
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2012-12-18 16:28:10 +00:00
|
|
|
# Don't export yy* symbols (bug #882194).
|
2014-02-19 17:44:35 +00:00
|
|
|
%patch4 -p1 -b .yyin
|
2012-12-18 16:28:10 +00:00
|
|
|
|
2013-06-27 14:11:33 +00:00
|
|
|
# Added some escputil options to the manpage (bug #979064).
|
2014-02-19 17:44:35 +00:00
|
|
|
%patch5 -p1 -b .manpage
|
2013-06-27 14:11:33 +00:00
|
|
|
|
2014-08-05 09:08:46 +00:00
|
|
|
cp %{SOURCE3} src/cups/cups-genppdupdate.in
|
2009-09-28 16:53:26 +00:00
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
%build
|
2013-03-25 17:17:07 +00:00
|
|
|
# autoreconf has been added due to bug #925535,
|
|
|
|
# should be safe to remove once configure is Autoconf > 2.68 generated,
|
|
|
|
# i.e. with gutenprint > 5.2.9
|
|
|
|
mkdir m4local
|
|
|
|
autoreconf --verbose --force --install
|
|
|
|
|
2013-07-10 14:56:15 +00:00
|
|
|
# Don't run the weave test as it takes a very long time.
|
|
|
|
sed -i -e 's,^\(TESTS *=.*\) run-weavetest,\1,' test/Makefile.in
|
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
%configure --disable-static --disable-dependency-tracking \
|
|
|
|
--with-foomatic --with-ghostscript \
|
2010-02-12 11:21:41 +00:00
|
|
|
--enable-samples --enable-escputil \
|
|
|
|
--enable-test --disable-rpath \
|
2010-03-02 17:07:53 +00:00
|
|
|
--enable-cups-1_2-enhancements \
|
|
|
|
--disable-cups-ppds \
|
|
|
|
--enable-simplified-cups-ppds
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2007-05-04 13:34:39 +00:00
|
|
|
make %{?_smp_mflags}
|
2013-07-10 14:56:15 +00:00
|
|
|
|
2015-06-16 15:35:45 +00:00
|
|
|
# Test suite disabled due to bug #1069274.
|
|
|
|
#%check
|
|
|
|
#make check
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
|
2008-11-20 17:15:23 +00:00
|
|
|
mkdir -p %{buildroot}%{_sbindir}
|
2007-07-02 17:19:02 +00:00
|
|
|
install -m755 %{SOURCE1} %{buildroot}%{_sbindir}
|
2014-08-05 09:08:46 +00:00
|
|
|
install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8
|
2007-07-02 17:19:02 +00:00
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
rm -rf %{buildroot}%{_datadir}/gutenprint/doc
|
2010-07-08 15:46:53 +00:00
|
|
|
rm -f %{buildroot}%{_datadir}/foomatic/kitload.log
|
2008-11-20 17:15:23 +00:00
|
|
|
rm -rf %{buildroot}%{_libdir}/gutenprint/5.2/modules/*.la
|
2009-11-20 12:05:03 +00:00
|
|
|
rm -f %{buildroot}%{_sysconfdir}/cups/command.types
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2014-12-08 16:31:18 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
sed 's!%{_datadir}/locale/\([^/]*\)/LC_MESSAGES/gutenprint.mo!%{_datadir}/locale/\1/gutenprint_\1.po!g' %{name}.lang >%{name}-po.lang
|
|
|
|
rm -f %{name}.lang
|
2011-06-29 09:09:22 +00:00
|
|
|
%find_lang %{name} --all-name
|
2014-12-08 16:31:18 +00:00
|
|
|
cat %{name}-po.lang >>%{name}.lang
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%if %{build_with_ijs_support}
|
2014-08-04 15:33:27 +00:00
|
|
|
echo .so man1/ijsgutenprint.1 > %{buildroot}%{_mandir}/man1/ijsgutenprint.5.2.1
|
2006-09-30 03:16:25 +00:00
|
|
|
%else
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/ijsgutenprint.1*
|
|
|
|
%endif
|
|
|
|
|
2014-08-05 08:50:45 +00:00
|
|
|
echo .so man8/cups-genppd.8 > %{buildroot}%{_mandir}/man8/cups-genppd.5.2.8
|
|
|
|
|
2008-11-20 17:15:23 +00:00
|
|
|
# Fix up rpath. If you can find a way to do this without resorting
|
|
|
|
# to chrpath, please let me know!
|
|
|
|
for file in \
|
|
|
|
%{buildroot}%{_sbindir}/cups-genppd.5.2 \
|
|
|
|
%{buildroot}%{_libdir}/gimp/*/plug-ins/* \
|
|
|
|
%{buildroot}%{_libdir}/*.so.* \
|
2011-09-27 17:34:08 +00:00
|
|
|
%{buildroot}%{_cups_serverbin}/driver/* \
|
|
|
|
%{buildroot}%{_cups_serverbin}/filter/* \
|
2008-11-20 17:15:23 +00:00
|
|
|
%{buildroot}%{_bindir}/*
|
|
|
|
do
|
|
|
|
chrpath --delete ${file}
|
|
|
|
done
|
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2014-04-09 16:24:18 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
%post libs-ui -p /sbin/ldconfig
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2014-04-09 16:24:18 +00:00
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
%postun libs-ui -p /sbin/ldconfig
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%post cups
|
2009-07-30 10:29:28 +00:00
|
|
|
/usr/sbin/cups-genppdupdate >/dev/null 2>&1 || :
|
2006-09-30 03:16:25 +00:00
|
|
|
/sbin/service cups reload >/dev/null 2>&1 || :
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
2011-06-29 09:09:22 +00:00
|
|
|
%files -f %{name}.lang
|
2010-07-12 12:25:37 +00:00
|
|
|
%doc COPYING
|
2007-01-11 18:15:42 +00:00
|
|
|
%{_bindir}/escputil
|
|
|
|
%{_mandir}/man1/escputil.1*
|
2006-09-30 03:16:25 +00:00
|
|
|
%if %{build_with_ijs_support}
|
2014-08-04 15:33:27 +00:00
|
|
|
%{_mandir}/man1/ijsgutenprint.5.2.1*
|
2006-09-30 03:16:25 +00:00
|
|
|
%endif
|
2008-01-07 17:19:09 +00:00
|
|
|
%{_datadir}/gutenprint
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2009-07-30 10:27:11 +00:00
|
|
|
%files doc
|
|
|
|
%doc COPYING AUTHORS NEWS README doc/FAQ.html doc/gutenprint-users-manual.odt doc/gutenprint-users-manual.pdf
|
|
|
|
|
2014-04-09 16:24:18 +00:00
|
|
|
%files libs
|
|
|
|
%{_libdir}/libgutenprint.so.*
|
|
|
|
|
|
|
|
%files libs-ui
|
|
|
|
%{_libdir}/libgutenprintui2.so.*
|
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
%files devel
|
|
|
|
%doc ChangeLog doc/developer/reference-html doc/developer/gutenprint.pdf
|
|
|
|
%doc doc/gutenprint doc/gutenprintui2
|
|
|
|
%{_includedir}/gutenprint/
|
|
|
|
%{_includedir}/gutenprintui2/
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/gutenprint.pc
|
|
|
|
%{_libdir}/pkgconfig/gutenprintui2.pc
|
|
|
|
%exclude %{_libdir}/*.la
|
|
|
|
|
2007-01-11 04:55:51 +00:00
|
|
|
%files plugin
|
2007-10-10 14:18:58 +00:00
|
|
|
%{_libdir}/gimp/*/plug-ins/gutenprint
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%files foomatic
|
2010-03-02 17:07:53 +00:00
|
|
|
%doc
|
2007-07-02 17:19:02 +00:00
|
|
|
%{_sbindir}/gutenprint-foomaticppdupdate
|
2014-08-05 09:08:46 +00:00
|
|
|
%{_mandir}/man8/gutenprint-foomaticppdupdate.8*
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%files extras
|
2010-03-02 17:07:53 +00:00
|
|
|
%doc
|
2006-09-30 03:16:25 +00:00
|
|
|
%{_bindir}/testpattern
|
|
|
|
%{_datadir}/gutenprint/samples/*
|
|
|
|
|
|
|
|
%files cups
|
2010-03-02 17:07:53 +00:00
|
|
|
%doc
|
2006-09-30 03:16:25 +00:00
|
|
|
%{_datadir}/cups/calibrate.ppm
|
2014-02-19 17:44:35 +00:00
|
|
|
%{_datadir}/cups/usb/net.sf.gimp-print.usb-quirks
|
2011-09-27 17:34:08 +00:00
|
|
|
%{_cups_serverbin}/filter/*
|
|
|
|
%{_cups_serverbin}/driver/*
|
2014-02-19 17:44:35 +00:00
|
|
|
%{_cups_serverbin}/backend/*
|
2007-01-11 18:15:42 +00:00
|
|
|
%{_bindir}/cups-calibrate
|
2006-09-30 03:16:25 +00:00
|
|
|
%{_sbindir}/cups-genppd*
|
2007-01-11 18:15:42 +00:00
|
|
|
%{_mandir}/man8/cups-calibrate.8*
|
2006-09-30 03:16:25 +00:00
|
|
|
%{_mandir}/man8/cups-genppd*.8*
|
|
|
|
|
2007-01-12 15:50:37 +00:00
|
|
|
%post foomatic
|
|
|
|
/bin/rm -f /var/cache/foomatic/*
|
2009-01-08 16:18:46 +00:00
|
|
|
if [ $1 -eq 2 ]; then
|
2009-08-03 08:25:34 +00:00
|
|
|
%{_sbindir}/gutenprint-foomaticppdupdate %{version} >/dev/null 2>&1 || :
|
2009-01-08 16:18:46 +00:00
|
|
|
fi
|
2007-01-12 15:50:37 +00:00
|
|
|
|
|
|
|
%postun foomatic
|
|
|
|
/bin/rm -f /var/cache/foomatic/*
|
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
%changelog
|
2016-09-20 12:20:58 +00:00
|
|
|
* Tue Sep 20 2016 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.12-0.2pre2
|
|
|
|
- rebase to 5.2.12-pre2, GhostScript IJS driver and Foomatic data generator were removed from package
|
|
|
|
|
2016-02-03 23:37:22 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-21 10:08:22 +00:00
|
|
|
* Thu Jan 21 2016 Jiri Popelka <jpopelka@redhat.com> - 5.2.11-1
|
|
|
|
- 5.2.11
|
|
|
|
|
2015-10-06 08:16:57 +00:00
|
|
|
* Tue Oct 06 2015 Jiri Popelka <jpopelka@redhat.com> - 5.2.11-0.2pre2
|
|
|
|
- 5.2.11-pre2
|
|
|
|
|
|
|
|
* Tue Jun 30 2015 Jiri Popelka <jpopelka@redhat.com> - 5.2.11-0.1pre1
|
|
|
|
- 5.2.11-pre1
|
|
|
|
|
2015-06-29 16:36:41 +00:00
|
|
|
* Mon Jun 29 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-15
|
2015-06-29 16:30:01 +00:00
|
|
|
- Fix for PPD update script with more than one PPD (bug #1229619).
|
|
|
|
|
2015-06-16 15:35:45 +00:00
|
|
|
* Tue Jun 16 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-14
|
|
|
|
- Disable test suite again (bug #1069274).
|
|
|
|
|
2015-06-01 11:58:50 +00:00
|
|
|
* Mon Jun 01 2015 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-13
|
2015-06-01 11:55:13 +00:00
|
|
|
- foomatic subpackage requires python3-cups (bug #1226871).
|
|
|
|
|
2015-04-10 15:08:33 +00:00
|
|
|
* Fri Apr 10 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-12
|
|
|
|
- Enable test suite again to see if bug #1069274 is still current.
|
|
|
|
|
2015-02-21 21:29:06 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.2.10-11
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2015-01-15 09:33:32 +00:00
|
|
|
* Thu Jan 15 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-10
|
2015-01-15 08:51:39 +00:00
|
|
|
- Require python3-cups to get postscriptdriver() tags.
|
|
|
|
|
2014-12-08 16:32:56 +00:00
|
|
|
* Mon Dec 8 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-9
|
2014-12-08 16:31:18 +00:00
|
|
|
- Fix tagging of language-specific files (bug #1157347).
|
|
|
|
|
2014-08-29 12:31:36 +00:00
|
|
|
* Fri Aug 29 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-8
|
|
|
|
- More Python 3 fixes for scripts (bug #1134092).
|
|
|
|
|
2014-08-22 11:09:36 +00:00
|
|
|
* Fri Aug 22 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-7
|
|
|
|
- Python 3 fixes for scripts (bug #1132924).
|
|
|
|
|
2014-08-16 20:01:05 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.10-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-01 14:22:04 +00:00
|
|
|
* Tue Aug 12 2014 Tomas Radej <tradej@redhat.com> - 5.2.10-5
|
|
|
|
- Ported scripts to Python 3
|
|
|
|
|
2014-08-05 08:50:45 +00:00
|
|
|
* Tue Aug 5 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-4
|
2014-08-05 09:08:46 +00:00
|
|
|
- Supply man page for gutenprint-foomaticupdate.
|
2014-08-05 08:50:45 +00:00
|
|
|
- Link to cups-genppd(8) man page from cups-genppd.5.2(8).
|
|
|
|
|
2014-08-04 15:33:27 +00:00
|
|
|
* Mon Aug 4 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-3
|
|
|
|
- Link to ijsgutenprint(1) man page from ijsgutenprint.5.2(1).
|
|
|
|
|
2014-06-07 19:33:41 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-19 10:47:23 +00:00
|
|
|
* Mon May 19 2014 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-1
|
|
|
|
- 5.2.10
|
|
|
|
|
2014-04-09 16:24:18 +00:00
|
|
|
* Wed Apr 09 2014 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-0.6.pre2
|
|
|
|
- Move libraries into separate subpackages (#1085599)
|
2014-04-09 16:29:34 +00:00
|
|
|
- Remove archaic Provides&Obsoletes
|
2014-04-09 16:24:18 +00:00
|
|
|
|
2014-03-12 14:12:26 +00:00
|
|
|
* Mon Mar 10 2014 Jaromír Končický <jkoncick@redhat.com> - 5.2.10-0.5.pre2
|
2014-03-12 08:50:49 +00:00
|
|
|
- 5.2.10-pre2.
|
|
|
|
|
2014-03-10 09:11:08 +00:00
|
|
|
* Mon Mar 10 2014 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-0.4.pre1
|
|
|
|
- BuildRequires: pkgconfig(foo) instead of foo-devel
|
|
|
|
|
2014-02-26 13:06:27 +00:00
|
|
|
* Wed Feb 26 2014 Jaromír Končický <jkoncick@redhat.com> - 5.2.10-0.3.pre1
|
|
|
|
- Removing check phase because of strange and not reproducible segfault
|
|
|
|
(bug #1069274)
|
|
|
|
|
2014-02-21 10:49:52 +00:00
|
|
|
* Fri Feb 21 2014 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-0.2.pre1
|
|
|
|
- BuildRequires libusb1-devel
|
|
|
|
|
2014-02-19 17:44:35 +00:00
|
|
|
* Mon Feb 17 2014 Jaromír Končický <jkoncick@redhat.com> - 5.2.10-0.1.pre1
|
|
|
|
- 5.2.10-pre1.
|
|
|
|
- Removed: device-ids.patch ui2-libdeps.patch
|
|
|
|
|
2014-01-02 15:48:27 +00:00
|
|
|
* Thu Jan 2 2014 Tim Waugh <twaugh@redhat.com> - 5.2.9-15
|
|
|
|
- Fixed typo in cups-genppdupdate script (bug #1046073).
|
|
|
|
|
2013-08-03 17:19:12 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.9-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-10 14:56:15 +00:00
|
|
|
* Tue Jul 16 2013 Tim Waugh <twaugh@redhat.com> - 5.2.9-13
|
|
|
|
- Run test suite.
|
|
|
|
|
2013-06-27 14:11:33 +00:00
|
|
|
* Thu Jun 27 2013 Tim Waugh <twaugh@redhat.com> - 5.2.9-12
|
2013-06-27 14:33:08 +00:00
|
|
|
- Fixed changelog dates.
|
2013-06-27 14:11:33 +00:00
|
|
|
- Added some escputil options to the manpage (bug #979064).
|
|
|
|
|
2013-03-25 17:17:07 +00:00
|
|
|
* Mon Mar 25 2013 Jiri Popelka <jpopelka@redhat.com> - 5.2.9-11
|
|
|
|
- Run autoreconf prior to running configure (#925535)
|
|
|
|
|
2013-02-19 12:53:42 +00:00
|
|
|
* Tue Feb 19 2013 Jiri Popelka <jpopelka@redhat.com> - 5.2.9-10
|
2013-02-19 12:32:37 +00:00
|
|
|
- Added IEEE 1284 Device ID for Canon PIXMA MP500 (bug #911727).
|
|
|
|
|
2013-02-14 00:54:09 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.9-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-17 11:50:25 +00:00
|
|
|
* Thu Jan 17 2013 Jiri Popelka <jpopelka@redhat.com> 5.2.9-8
|
2013-01-17 11:19:55 +00:00
|
|
|
- Added IEEE 1284 Device ID for Kyocera FS-1118MFP (bug #782379).
|
2013-01-17 11:37:08 +00:00
|
|
|
- Use arch-specific dependency when requiring base package.
|
2013-01-17 11:19:55 +00:00
|
|
|
|
2012-12-18 16:28:10 +00:00
|
|
|
* Tue Dec 18 2012 Tim Waugh <twaugh@redhat.com> 5.2.9-7
|
|
|
|
- Don't export yy* symbols (bug #882194).
|
|
|
|
|
2012-12-07 10:28:26 +00:00
|
|
|
* Fri Dec 07 2012 Jiri Popelka <jpopelka@redhat.com> 5.2.9-6
|
|
|
|
- 5.2.9 has had wrong libgutenprintui2 dependencies
|
|
|
|
|
2012-10-19 14:18:30 +00:00
|
|
|
* Fri Oct 19 2012 Tim Waugh <twaugh@redhat.com> 5.2.9-5
|
|
|
|
- Added IEEE 1284 Device IDs for Samsung ML-1450 (bug #844687) and
|
|
|
|
Canon ML280 series (bug #848093).
|
|
|
|
|
2012-09-21 11:59:45 +00:00
|
|
|
* Fri Sep 21 2012 Tim Waugh <twaugh@redhat.com> 5.2.9-4
|
2012-09-21 11:59:45 +00:00
|
|
|
- Updated source URL.
|
|
|
|
|
2012-07-19 12:02:02 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-09 10:40:28 +00:00
|
|
|
* Mon Jul 09 2012 Jiri Popelka <jpopelka@redhat.com> 5.2.9-1
|
|
|
|
- 5.2.9
|
|
|
|
|
2012-06-12 12:53:23 +00:00
|
|
|
* Tue Jun 12 2012 Jiri Popelka <jpopelka@redhat.com> 5.2.8-2
|
|
|
|
- bumped release
|
|
|
|
|
2012-06-12 08:23:53 +00:00
|
|
|
* Tue Jun 12 2012 Jiri Popelka <jpopelka@redhat.com> 5.2.8-1
|
|
|
|
- 5.2.8
|
|
|
|
|
2012-04-03 15:30:35 +00:00
|
|
|
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 5.2.7-11
|
|
|
|
- rebuild against gimp 2.8.0 release candidate
|
|
|
|
|
2012-01-13 04:41:16 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.7-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-16 09:40:30 +00:00
|
|
|
* Fri Dec 16 2011 Nils Philippsen <nils@redhat.com> - 5.2.7-9
|
|
|
|
- rebuild for GIMP 2.7
|
|
|
|
|
2011-11-07 16:42:00 +00:00
|
|
|
* Mon Nov 7 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-8
|
|
|
|
- Rebuild for new libpng.
|
|
|
|
|
2011-10-11 10:55:31 +00:00
|
|
|
* Tue Oct 11 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-7
|
|
|
|
- Added IEEE 1284 Device ID for Canon PIXMA MP250 (bug #744087).
|
|
|
|
|
2011-09-27 17:34:54 +00:00
|
|
|
* Tue Sep 27 2011 Jiri Popelka <jpopelka@redhat.com> 5.2.7-6
|
2011-09-27 17:34:08 +00:00
|
|
|
- Use _cups_serverbin macro from cups-devel for where to put driver executables.
|
|
|
|
- Added IEEE 1284 Device ID for:
|
|
|
|
Epson Stylus Photo R2400 (bug #720270)
|
|
|
|
Epson Stylus C92 (bug #735400)
|
|
|
|
Canon PIXMA iP1900 (bug #741329)
|
|
|
|
Canon PIXMA iP4000 (bug #741006)
|
|
|
|
|
2011-08-09 13:32:58 +00:00
|
|
|
* Tue Aug 09 2011 Jiri Popelka <jpopelka@redhat.com> 5.2.7-5
|
2011-07-25 16:04:48 +00:00
|
|
|
- Improve the null-pointer.patch (bug #725447).
|
2011-08-09 13:26:15 +00:00
|
|
|
- Added IEEE 1284 Device ID for:
|
|
|
|
Epson Stylus D78 (bug #245948).
|
2011-07-25 16:04:48 +00:00
|
|
|
|
2011-06-28 16:19:19 +00:00
|
|
|
* Tue Jun 28 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-4
|
2011-06-28 15:58:18 +00:00
|
|
|
- Fixed use of find_lang macro (bug #716426).
|
|
|
|
|
2011-06-15 10:26:19 +00:00
|
|
|
* Wed Jun 15 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-3
|
|
|
|
- Rebuilt against new python-cups package to fix postscriptdriver tags
|
|
|
|
(bug #712074).
|
|
|
|
|
2011-06-07 10:51:21 +00:00
|
|
|
* Tue Jun 7 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-2
|
2011-06-07 12:17:27 +00:00
|
|
|
- Fix build against newer versions of gcc.
|
2011-06-07 10:51:21 +00:00
|
|
|
- cups-genppdupdate: fixed multicat support (bug #711021). It was
|
|
|
|
writing an extra newline character after the URI, which caused the
|
|
|
|
gutenprint.5.2 multicat process to exit. This prevented some
|
|
|
|
PPDs from being updated.
|
|
|
|
|
2011-05-05 11:26:40 +00:00
|
|
|
* Thu May 05 2011 Jiri Popelka <jpopelka@redhat.com> 5.2.7-1
|
|
|
|
- 5.2.7.
|
|
|
|
|
2010-12-02 18:04:31 +00:00
|
|
|
* Thu Dec 02 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.6-3
|
2010-12-02 17:58:43 +00:00
|
|
|
- Added IEEE 1284 Device ID for:
|
|
|
|
Canon PIXMA iP4200 (bug #626365).
|
|
|
|
Canon PIXMA iP3000 (bug #652179).
|
|
|
|
Epson Stylus Color 680 (bug #652228).
|
|
|
|
Epson Stylus Photo 1270 (bug #638537).
|
|
|
|
HP LaserJet 4050/4100/4350/5100/8000/M3027 MFP/M3035 MFP/P3005 (bug #659043).
|
|
|
|
HP Color LaserJet 2500/4550 (bug #659044).
|
|
|
|
Brother hl-2035 (bug #651603#c3).
|
2010-12-02 17:59:37 +00:00
|
|
|
- Avoid null pointer access in escputil (bug #659120).
|
2010-12-02 17:58:43 +00:00
|
|
|
|
2010-11-26 15:02:20 +00:00
|
|
|
* Fri Nov 26 2010 Tim Waugh <twaugh@redhat.com> 5.2.6-2
|
|
|
|
- The pycups requirement is now python-cups.
|
|
|
|
|
2010-08-11 14:50:24 +00:00
|
|
|
* Wed Aug 11 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.6-1
|
|
|
|
- 5.2.6.
|
|
|
|
|
2010-07-12 12:25:37 +00:00
|
|
|
* Mon Jul 12 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.5-10
|
|
|
|
- Added COPYING file to main package.
|
|
|
|
|
2010-07-08 15:46:53 +00:00
|
|
|
* Thu Jul 8 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.5-9
|
|
|
|
- Don't ship kitload.log in foomatic sub-package (bug #594709).
|
|
|
|
|
2010-06-11 10:25:47 +00:00
|
|
|
* Fri Jun 11 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-8
|
|
|
|
- Fixed Source0 URL.
|
|
|
|
|
2010-05-12 11:09:38 +00:00
|
|
|
* Wed May 12 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.5-7
|
|
|
|
- Added IEEE 1284 Device ID for:
|
|
|
|
Epson Stylus Photo 1400 (bug #577299).
|
|
|
|
Epson Stylus Photo 830U (bug #577307).
|
|
|
|
HP DeskJet 959C (bug #577291).
|
|
|
|
|
2010-03-25 10:24:18 +00:00
|
|
|
* Thu Mar 25 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-6
|
|
|
|
- Added IEEE 1284 Device ID for Epson Stylus Photo R230 (from Ubuntu #520466).
|
|
|
|
|
2010-03-09 10:29:04 +00:00
|
|
|
* Mon Mar 8 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-5
|
|
|
|
- Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888).
|
|
|
|
|
2010-03-02 17:07:53 +00:00
|
|
|
* Tue Mar 2 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-4
|
|
|
|
- Better defattr use in file manifests.
|
|
|
|
- Fixed mixed spaces and tabs.
|
|
|
|
- Fixed main package summary.
|
|
|
|
- Added comments for all sources and patches.
|
|
|
|
|
2010-02-15 15:04:34 +00:00
|
|
|
* Mon Feb 15 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-3
|
|
|
|
- The cups sub-package requires the exactly-matching main gutenprint
|
|
|
|
package.
|
|
|
|
|
2010-02-12 11:21:41 +00:00
|
|
|
* Fri Feb 12 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-2
|
|
|
|
- 5.2.5.
|
|
|
|
|
2010-02-05 15:27:26 +00:00
|
|
|
* Fri Feb 5 2010 Tim Waugh <twaugh@redhat.com> 5.2.4-11
|
|
|
|
- CUPS driver: if DESTDIR is set, use it when looking for XML files.
|
|
|
|
Fixes postscriptdriver tags.
|
|
|
|
|
2010-02-04 14:48:44 +00:00
|
|
|
* Thu Feb 4 2010 Tim Waugh <twaugh@redhat.com> 5.2.4-10
|
|
|
|
- Rebuild for postscriptdriver tags.
|
|
|
|
|
2009-11-25 15:48:52 +00:00
|
|
|
* Wed Nov 25 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-9
|
|
|
|
- The foomatic sub-package requires foomatic-db (for directories).
|
|
|
|
|
2009-11-20 12:05:03 +00:00
|
|
|
* Fri Nov 20 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-8
|
|
|
|
- Don't ship command.types as CUPS defines its own.
|
|
|
|
|
2009-10-29 16:46:22 +00:00
|
|
|
* Thu Oct 29 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-7
|
|
|
|
- Removed incorrect Device ID for Brother HL-2060 (bug #531370).
|
|
|
|
|
2009-09-28 16:53:26 +00:00
|
|
|
* Mon Sep 28 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-6
|
|
|
|
- Reimplemented PPD upgrade script in Python to avoid perl
|
|
|
|
dependency (bug #524978).
|
|
|
|
|
2009-09-01 09:09:43 +00:00
|
|
|
* Tue Sep 1 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-5
|
|
|
|
- Provide IEEE 1284 Device IDs in CUPS model list.
|
|
|
|
|
2009-08-18 14:51:58 +00:00
|
|
|
* Tue Aug 18 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-4
|
|
|
|
- Enabled simplified CUPS drivers (bug #518030).
|
|
|
|
|
2009-08-03 08:25:34 +00:00
|
|
|
* Mon Aug 3 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-3
|
|
|
|
- Silence gutenprint-foomaticppdupdate on gutenprint-foomatic upgrade.
|
|
|
|
|
2009-07-31 16:52:29 +00:00
|
|
|
* Fri Jul 31 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-2
|
|
|
|
- 5.2.4. Re-enabled compiler optimization for ppc64.
|
|
|
|
|
2009-07-30 10:27:11 +00:00
|
|
|
* Thu Jul 30 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-8
|
2009-07-30 10:29:28 +00:00
|
|
|
- Don't show output when upgrading cups sub-package (bug #507324).
|
2009-07-30 10:27:11 +00:00
|
|
|
- Split documentation into doc sub-package (bug #492452).
|
|
|
|
|
2009-07-25 01:54:53 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-15 08:12:51 +00:00
|
|
|
* Wed Jul 15 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-6
|
|
|
|
- Don't build CUPS PPDs (instead build a CUPS driver that can
|
|
|
|
generate them). Fixes build (bug #511538).
|
|
|
|
|
2009-02-25 03:00:52 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-29 12:34:36 +00:00
|
|
|
* Thu Jan 29 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-4
|
|
|
|
- When updating foomatic PPDs, don't give a traceback if some PPD is
|
|
|
|
not strictly conformant (bug #481397).
|
|
|
|
|
2009-01-10 13:01:24 +00:00
|
|
|
* Sat Jan 10 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-3
|
|
|
|
- Don't use popen2 in the foomatic PPD update script.
|
|
|
|
|
2009-01-08 16:18:46 +00:00
|
|
|
* Thu Jan 8 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-2
|
|
|
|
- Only run the foomatic PPD update script on update, and make sure the
|
|
|
|
script can deal with major version upgrades (bug #478328).
|
|
|
|
|
2008-12-23 11:33:41 +00:00
|
|
|
* Tue Dec 23 2008 Tim Waugh <twaugh@redhat.com> 5.2.3-1
|
|
|
|
- 5.2.3.
|
|
|
|
|
2008-12-05 15:48:10 +00:00
|
|
|
* Fri Dec 5 2008 Tim Waugh <twaugh@redhat.com> 5.2.2-2
|
|
|
|
- Fixed generation of globalized PPDs.
|
|
|
|
|
2008-11-20 17:15:23 +00:00
|
|
|
* Thu Nov 20 2008 Tim Waugh <twaugh@redhat.com> 5.2.2-1
|
|
|
|
- 5.2.2.
|
|
|
|
- Restore SELinux file contexts of modified PPDs.
|
|
|
|
|
2008-08-04 16:42:10 +00:00
|
|
|
* Mon Aug 4 2008 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fixed summary for foomatic sub-package.
|
|
|
|
|
2008-07-31 15:29:14 +00:00
|
|
|
* Thu Jul 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> 5.0.2-3
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-13 12:12:40 +00:00
|
|
|
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 5.0.2-2
|
|
|
|
- Rebuild for GCC 4.3.
|
|
|
|
|
2008-01-18 12:26:28 +00:00
|
|
|
* Fri Jan 18 2008 Tim Waugh <twaugh@redhat.com> 5.0.2-1
|
|
|
|
- 5.0.2. No longer need lpstat patch.
|
|
|
|
|
2008-01-07 17:19:09 +00:00
|
|
|
* Mon Jan 7 2008 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Own %%{_datadir}/gutenprint (bug #427801).
|
|
|
|
|
2007-10-05 11:22:36 +00:00
|
|
|
* Fri Oct 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-5
|
|
|
|
- Don't ship samples in the main package.
|
|
|
|
|
2007-08-31 10:19:28 +00:00
|
|
|
* Fri Aug 31 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-4
|
|
|
|
- Plug-in name is gutenprint, not print.
|
2007-08-29 06:04:30 +00:00
|
|
|
|
2007-07-05 13:58:35 +00:00
|
|
|
* Mon Jul 2 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-3
|
2007-07-02 22:09:44 +00:00
|
|
|
- The foomatic package requires system-config-printer-libs for the
|
2007-07-05 13:58:35 +00:00
|
|
|
update script (bug #246865).
|
2007-07-02 22:09:44 +00:00
|
|
|
|
2007-07-02 17:19:02 +00:00
|
|
|
* Mon Jul 2 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-2
|
|
|
|
- Fix up foomatic PPD files after upgrade (bug #246448).
|
|
|
|
|
2007-06-26 16:40:08 +00:00
|
|
|
* Tue Jun 26 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-1
|
|
|
|
- 5.0.1.
|
|
|
|
|
2007-05-10 15:52:42 +00:00
|
|
|
* Thu May 10 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-3
|
|
|
|
- Try to work around GCC bug #239003.
|
2007-05-04 14:27:34 +00:00
|
|
|
- Don't add extra compiler flags.
|
2007-05-04 12:06:22 +00:00
|
|
|
- Moved gimp-print obsoletes/provides to the foomatic sub-package
|
|
|
|
(bug #238890).
|
|
|
|
|
2007-03-08 09:10:05 +00:00
|
|
|
* Mon Mar 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-2
|
2007-03-05 17:09:59 +00:00
|
|
|
- Slightly better obsoletes/provides to follow the naming guidelines.
|
|
|
|
|
2007-03-05 16:55:05 +00:00
|
|
|
* Mon Mar 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-1
|
|
|
|
- 5.0.0.99.1.
|
|
|
|
- No longer need PPDs sub-packages: CUPS driver is included in the cups
|
|
|
|
sub-package.
|
|
|
|
- Package the CUPS driver in sbindir and put a symlink in the CUPS ServerBin
|
|
|
|
directory to work around bug #231015.
|
2007-03-05 16:58:37 +00:00
|
|
|
- Set POSIX locale when parsing lpstat output.
|
2007-03-05 16:55:05 +00:00
|
|
|
|
2007-03-02 17:28:39 +00:00
|
|
|
* Fri Mar 2 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-7
|
|
|
|
- Fixed menu patch.
|
|
|
|
- Don't list rastertogutenprint twice.
|
|
|
|
|
2007-02-28 17:27:24 +00:00
|
|
|
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fixed typo in patch line.
|
|
|
|
|
2007-02-28 17:23:19 +00:00
|
|
|
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-6
|
2007-02-28 17:22:27 +00:00
|
|
|
- Ported menu patch from gimp-print package.
|
2007-02-28 17:15:57 +00:00
|
|
|
- Fixed summary for plugin sub-package.
|
|
|
|
|
2007-02-09 17:13:41 +00:00
|
|
|
* Fri Feb 9 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-5
|
|
|
|
- More obsoletes/provides for gimp-print sub-packages.
|
|
|
|
|
2007-01-19 18:13:28 +00:00
|
|
|
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-4
|
|
|
|
- Disable libgutenprintui (GTK+ 1.2 library). Build requires gtk2-devel,
|
|
|
|
not gtk+-devel.
|
|
|
|
|
2007-01-16 12:08:47 +00:00
|
|
|
* Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-3
|
|
|
|
- More obsoletes/provides fixing (bug #222546).
|
|
|
|
|
2007-01-12 15:50:37 +00:00
|
|
|
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-2
|
2007-01-12 16:34:24 +00:00
|
|
|
- Make cups sub-package obsolete/provide gimp-print-cups.
|
2007-01-12 15:50:37 +00:00
|
|
|
- PPDs sub-packages require cups sub-package.
|
|
|
|
- Remove foomatic cache after foomatic sub-package is installed/removed.
|
|
|
|
- Obsoletes/Provides gimp-print-utils.
|
|
|
|
|
2007-01-11 18:15:42 +00:00
|
|
|
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-1
|
|
|
|
- The cups subpackage no longer requires gimp-print-cups.
|
|
|
|
- Ship escputil, native CUPS backend/filters, and cups-calibrate.
|
|
|
|
|
2007-01-11 04:55:51 +00:00
|
|
|
* Thu Jan 11 2007 Parag Nemade <panemade@gmail.com>- 5.0.0-0.17
|
|
|
|
- Enabling -plugin subpackage as gimp-print dropped its -plugin subpackage.
|
|
|
|
|
2006-11-14 12:16:48 +00:00
|
|
|
* Tue Nov 14 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.16
|
|
|
|
- Added missing dependency of gimp-print-cups in gutenprint-cups
|
|
|
|
|
2013-06-27 14:33:08 +00:00
|
|
|
* Tue Oct 03 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.15
|
2006-10-03 04:34:07 +00:00
|
|
|
- Did some fix for tag issue
|
|
|
|
|
2013-06-27 14:33:08 +00:00
|
|
|
* Fri Sep 29 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.14
|
2006-09-30 03:16:25 +00:00
|
|
|
- Removed unwanted .la files and made following files owned by
|
|
|
|
main package.
|
|
|
|
/usr/share/gutenprint/5.0.0
|
|
|
|
/usr/share/gutenprint
|
|
|
|
|
2013-06-27 14:33:08 +00:00
|
|
|
* Fri Sep 29 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.13
|
2006-09-30 03:16:25 +00:00
|
|
|
- Fixed some missing file remove locations path
|
|
|
|
|
|
|
|
* Thu Sep 28 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.12
|
|
|
|
- Fixed rpm build for x86_64 arch
|
|
|
|
|
2013-06-27 14:33:08 +00:00
|
|
|
* Fri Sep 08 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.11
|
2006-09-30 03:16:25 +00:00
|
|
|
- Separated GIMP plugin under gutenprint-plugin package
|
|
|
|
|
|
|
|
* Thu Sep 07 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.10
|
|
|
|
- Added gimp as BR
|
|
|
|
|
|
|
|
* Thu Sep 07 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.9
|
|
|
|
- Removed Requires(post) and Requires(postun) lines in SPEC
|
|
|
|
- Removed mixed usage of macros
|
|
|
|
|
|
|
|
* Wed Aug 09 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.8
|
|
|
|
- Moved cups related files from main rpm to gutenprint-cups
|
|
|
|
|
|
|
|
* Wed Aug 09 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.7
|
|
|
|
- Moved /usr/share/gutenprint/doc to %%doc of main rpm and devel rpm
|
|
|
|
- Additionally added API documents for gutenprint and gutenprintui2
|
|
|
|
|
|
|
|
* Tue Aug 08 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.6
|
|
|
|
- Added cups-genppdupdate.5.0 at post section
|
|
|
|
- Splitted gutenprint main rpm for separate languages
|
|
|
|
|
|
|
|
* Wed Aug 02 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.5
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Wed Jul 19 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.4.rc3
|
|
|
|
- Removed Requires on perl-Curses and perl-perlmenu
|
|
|
|
as both are automatically added on binary RPM
|
|
|
|
- Commented Obsoletes and provides tag as Fedora Extras package can not
|
|
|
|
Obsoletes Fedora Core Package.
|
|
|
|
|
|
|
|
* Tue Jul 18 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.3.rc3
|
|
|
|
- Added 3 more sub-packages-extras,cups,foomatic
|
|
|
|
- Added BuildRequires gtk+-devel
|
|
|
|
- Added correct options for %%configure
|
|
|
|
- Added Requires for perl-Curses, perl-perlmenu
|
|
|
|
- Added cups restart command at post section of SPEC
|
|
|
|
|
|
|
|
* Tue Jul 18 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.2.rc3
|
|
|
|
- Added Obsoletes and Provides tag
|
|
|
|
|
|
|
|
* Fri Jul 14 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.1.rc3
|
|
|
|
- Initial Release
|
|
|
|
|