- Enable parallel port support when configuring (bug #524979).

This commit is contained in:
Tim Waugh 2009-09-23 09:32:54 +00:00
parent fc8d1d2fbc
commit 0eb82f0532

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project Summary: HP Linux Imaging and Printing Project
Name: hplip Name: hplip
Version: 3.9.8 Version: 3.9.8
Release: 15%{?dist} Release: 16%{?dist}
License: GPLv2+ and MIT License: GPLv2+ and MIT
Group: System Environment/Daemons Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132 Conflicts: system-config-printer < 0.6.132
@ -148,7 +148,7 @@ automake --foreign --add-missing --copy
autoconf autoconf
%configure \ %configure \
--enable-scan-build --enable-gui-build --enable-fax-build \ --enable-scan-build --enable-gui-build --enable-fax-build \
--disable-foomatic-rip-hplip-install \ --disable-foomatic-rip-hplip-install --enable-pp-build \
--enable-qt4 --enable-hpcups-install --enable-cups-drv-install \ --enable-qt4 --enable-hpcups-install --enable-cups-drv-install \
--enable-hpijs-install --enable-udev-acl-rules --enable-hpijs-install --enable-udev-acl-rules
@ -345,6 +345,9 @@ fi
/usr/bin/update-desktop-database &>/dev/null ||: /usr/bin/update-desktop-database &>/dev/null ||:
%changelog %changelog
* Wed Sep 23 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-16
- Enable parallel port support when configuring (bug #524979).
* Wed Sep 16 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-15 * Wed Sep 16 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-15
- Fixed hp-setup traceback when discovery page is skipped (bug #523685). - Fixed hp-setup traceback when discovery page is skipped (bug #523685).