Blame SPECS/hplip.spec

b99885
# we don't want to provide private python extension libs
b99885
%{?filter_setup:
b99885
%filter_provides_in %{python_sitearch}/.*\.so$
b99885
%filter_setup
b99885
}
b99885
b99885
Summary: HP Linux Imaging and Printing Project
b99885
Name: hplip
b99885
Version: 3.15.9
b99885
Release: 5%{?dist}
b99885
License: GPLv2+ and MIT
b99885
Group: System Environment/Daemons
b99885
b99885
Url: http://hplip.sourceforge.net/
b99885
Source0: http://downloads.sourceforge.net/sourceforge/hplip/hplip-%{version}.tar.gz
b99885
Source1: hpcups-update-ppds.sh
b99885
Source2: copy-deviceids.py
b99885
Source3: hp-officejet_pro_8720.ppd.gz
b99885
Patch1: hplip-pstotiff-is-rubbish.patch
b99885
Patch2: hplip-strstr-const.patch
b99885
Patch3: hplip-ui-optional.patch
b99885
Patch4: hplip-no-asm.patch
b99885
Patch5: hplip-deviceIDs-drv.patch
b99885
Patch6: hplip-udev-rules.patch
b99885
Patch7: hplip-retry-open.patch
b99885
Patch8: hplip-snmp-quirks.patch
b99885
Patch9: hplip-hpijs-marker-supply.patch
b99885
Patch10: hplip-clear-old-state-reasons.patch
b99885
Patch11: hplip-hpcups-sigpipe.patch
b99885
Patch12: hplip-logdir.patch
b99885
Patch13: hplip-bad-low-ink-warning.patch
b99885
Patch14: hplip-deviceIDs-ppd.patch
b99885
Patch15: hplip-ppd-ImageableArea.patch
b99885
Patch16: hplip-scan-tmp.patch
b99885
Patch17: hplip-log-stderr.patch
b99885
Patch18: hplip-avahi-parsing.patch
b99885
Patch19: hplip-dj990c-margin.patch
b99885
Patch20: hplip-strncpy.patch
b99885
Patch21: hplip-no-write-bytecode.patch
b99885
Patch22: hplip-silence-ioerror.patch
b99885
Patch23: hplip-stuck-plugin.patch
b99885
Patch24: hplip-do-not-crash-on-usb-failure.patch
b99885
Patch25: hplip-pgp-keyserver-pool.patch
b99885
Patch26: hplip-backport-officejet-pro-8720-driver.patch
b99885
b99885
%global hpijs_epoch 1
b99885
Requires: hpijs%{?_isa} = %{hpijs_epoch}:%{version}-%{release}
b99885
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
b99885
Requires: python-pillow
b99885
Requires: cups
b99885
Requires: wget
b99885
Requires: gnupg
b99885
Requires: dbus-python
b99885
b99885
BuildRequires: net-snmp-devel
b99885
BuildRequires: cups-devel
b99885
BuildRequires: python2-devel
b99885
BuildRequires: libjpeg-devel
b99885
BuildRequires: desktop-file-utils
b99885
BuildRequires: libusb1-devel
b99885
BuildRequires: openssl-devel
b99885
BuildRequires: sane-backends-devel
b99885
BuildRequires: dbus-devel
b99885
b99885
# Make sure we get postscriptdriver tags.
b99885
BuildRequires: python-cups, cups
b99885
b99885
# macros: %%{_tmpfilesdir}, %%{_udevrulesdir}
b99885
BuildRequires: systemd
b99885
b99885
%description
b99885
The Hewlett-Packard Linux Imaging and Printing Project provides
b99885
drivers for HP printers and multi-function peripherals.
b99885
b99885
%package common
b99885
Summary: Files needed by the HPLIP printer and scanner drivers
b99885
Group: System Environment/Libraries
b99885
License: GPLv2+
b99885
# /usr/lib/udev/rules.d
b99885
Requires: systemd
b99885
b99885
%description common
b99885
Files needed by the HPLIP printer and scanner drivers.
b99885
b99885
%package libs
b99885
Summary: HPLIP libraries
b99885
Group: System Environment/Libraries
b99885
License: GPLv2+ and MIT
b99885
Requires: %{name}-common%{?_isa} = %{version}-%{release}
b99885
Requires: python
b99885
b99885
%description libs
b99885
Libraries needed by HPLIP.
b99885
b99885
%package gui
b99885
Summary: HPLIP graphical tools
b99885
Group: Applications/System
b99885
License: BSD
b99885
Requires: PyQt4
b99885
Requires: python-reportlab
b99885
Requires: pygobject2
b99885
Requires: %{name}%{?_isa} = %{version}-%{release}
b99885
Requires: libsane-hpaio%{?_isa} = %{version}-%{release}
b99885
b99885
%description gui
b99885
HPLIP graphical tools.
b99885
b99885
%package -n hpijs
b99885
Summary: HP Printer Drivers
b99885
Group: Applications/Publishing
b99885
License: BSD
b99885
Epoch: %{hpijs_epoch}
b99885
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
b99885
Requires: cups >= 1:1.4
b99885
b99885
%description -n hpijs
b99885
hpijs is a collection of optimized drivers for HP printers.
b99885
hpijs supports the DeskJet 350C, 600C, 600C Photo, 630C, Apollo 2000,
b99885
Apollo 2100, Apollo 2560, DeskJet 800C, DeskJet 825, DeskJet 900,
b99885
PhotoSmart, DeskJet 990C, and PhotoSmart 100 series.
b99885
b99885
%package -n libsane-hpaio
b99885
Summary: SANE driver for scanners in HP's multi-function devices
b99885
Group: System Environment/Daemons
b99885
License: GPLv2+
b99885
Obsoletes: libsane-hpoj < 0.91
b99885
Provides: libsane-hpoj = 0.91
b99885
Requires: sane-backends
b99885
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
b99885
b99885
%description -n libsane-hpaio
b99885
SANE driver for scanners in HP's multi-function devices (from HPOJ).
b99885
b99885
%prep
b99885
%setup -q
b99885
b99885
# The pstotiff filter is rubbish so replace it (launchpad #528394).
b99885
%patch1 -p1 -b .pstotiff-is-rubbish
b99885
b99885
# Fix compilation.
b99885
%patch2 -p1 -b .strstr-const
b99885
b99885
# Make utils.checkPyQtImport() look for the gui sub-package (bug #243273).
b99885
%patch3 -p1 -b .ui-optional
b99885
b99885
# Make sure to avoid handwritten asm.
b99885
%patch4 -p1 -b .no-asm
b99885
b99885
# Corrected several IEEE 1284 Device IDs using foomatic data.
b99885
# Color LaserJet 2500 series (bug #659040)
b99885
# LaserJet 4100 Series/2100 Series (bug #659039)
b99885
%patch5 -p1 -b .deviceIDs-drv
b99885
chmod +x %{SOURCE2}
b99885
mv prnt/drv/hpijs.drv.in{,.deviceIDs-drv-hpijs}
b99885
%{SOURCE2} prnt/drv/hpcups.drv.in \
b99885
           prnt/drv/hpijs.drv.in.deviceIDs-drv-hpijs \
b99885
           > prnt/drv/hpijs.drv.in
b99885
b99885
# Don't add printer queue, just check plugin.
b99885
# Move udev rules from /etc/ to /usr/lib/ (bug #748208).
b99885
%patch6 -p1 -b .udev-rules
b99885
b99885
# Retry when connecting to device fails (bug #532112).
b99885
%patch7 -p1 -b .retry-open
b99885
b99885
# Mark SNMP quirks in PPD for HP OfficeJet Pro 8500 (bug #581825).
b99885
%patch8 -p1 -b .snmp-quirks
b99885
b99885
# Fixed bogus low ink warnings from hpijs driver (bug #643643).
b99885
%patch9 -p1 -b .hpijs-marker-supply
b99885
b99885
# Clear old printer-state-reasons we used to manage (bug #510926).
b99885
%patch10 -p1 -b .clear-old-state-reasons
b99885
b99885
# Avoid busy loop in hpcups when backend has exited (bug #525944).
b99885
%patch11 -p1 -b .hpcups-sigpipe
b99885
b99885
# CUPS filters should use TMPDIR when available (bug #865603).
b99885
%patch12 -p1 -b .logdir
b99885
b99885
# Fixed Device ID parsing code in hpijs's dj9xxvip.c (bug #510926).
b99885
%patch13 -p1 -b .bad-low-ink-warning
b99885
b99885
# Add Device ID for
b99885
# HP LaserJet Color M451dn (bug #1159380)
b99885
for ppd_file in $(grep '^diff' %{PATCH14} | cut -d " " -f 4);
b99885
do
b99885
  gunzip ${ppd_file#*/}.gz
b99885
done
b99885
%patch14 -p1 -b .deviceIDs-ppd
b99885
for ppd_file in $(grep '^diff' %{PATCH14} | cut -d " " -f 4);
b99885
do
b99885
  gzip -n ${ppd_file#*/}
b99885
done
b99885
b99885
# Fix ImageableArea for Laserjet 8150/9000 (bug #596298).
b99885
for ppd_file in $(grep '^diff' %{PATCH15} | cut -d " " -f 4);
b99885
do
b99885
  gunzip ${ppd_file#*/}.gz
b99885
done
b99885
%patch15 -p1 -b .ImageableArea
b99885
for ppd_file in $(grep '^diff' %{PATCH15} | cut -d " " -f 4);
b99885
do
b99885
  gzip -n ${ppd_file#*/}
b99885
done
b99885
b99885
# Scan to /var/tmp instead of /tmp (bug #1076954).
b99885
%patch16 -p1 -b .scan-tmp
b99885
b99885
# Treat logging before importing of logger module (bug #984699).
b99885
%patch17 -p1 -b .log-stderr
b99885
b99885
# Fix parsing of avahi-daemon output (bug #1096939).
b99885
%patch18 -p1 -b .parsing
b99885
b99885
# Fixed left/right margins for HP DeskJet 990C (LP #1405212).
b99885
%patch19 -p1 -b .dj990c-margin
b99885
b99885
# Fixed uses of strncpy throughout.
b99885
%patch20 -p1 -b .strncpy
b99885
b99885
# Don't try to write bytecode cache for hpfax backend (bug #1192761)
b99885
# or hp-config_usb_printer (bug #1266903)
b99885
# or hpps filter (bug #1241548).
b99885
%patch21 -p1 -b .no-write-bytecode
b99885
b99885
# Ignore IOError when logging output (bug #712537).
b99885
%patch22 -p1 -b .silence-ioerror
b99885
b99885
# hp-plugin hangs on 'su' (bug #1249414).
b99885
%patch23 -p1 -b .stuck-plugin
b99885
b99885
# hp/hpfax backends crash when no USB is available (bug #1332714).
b99885
%patch24 -p1 -b .hplip-usb-no-crash
b99885
b99885
# Retrieve public key from pool of keyservers (bug #1649787)
b99885
%patch25 -p1 -b .add-keyserver-pool
b99885
b99885
# Backport HP OfficeJet 8720 printer driver from newer hplip (bug #1694806)
b99885
%patch26 -p1 -b .offc-jet-8720-drvr
b99885
b99885
sed -i.duplex-constraints \
b99885
    -e 's,\(UIConstraints.* \*Duplex\),//\1,' \
b99885
    prnt/drv/hpcups.drv.in
b99885
b99885
# Change shebang /usr/bin/env python -> /usr/bin/python (bug #618351).
b99885
find -name '*.py' -print0 | xargs -0 \
b99885
    sed -i.env-python -e 's,^#!/usr/bin/env python,#!/usr/bin/python,'
b99885
sed -i.env-python -e 's,^#!/usr/bin/env python,#!/usr/bin/python,' \
b99885
    prnt/filters/hpps \
b99885
    fax/filters/pstotiff
b99885
b99885
# add backported driver for officejet 8720
b99885
cp -p %{SOURCE3} ./ppd/hpcups/
b99885
b99885
%build
b99885
%configure \
b99885
        --enable-scan-build --enable-gui-build --enable-fax-build \
b99885
        --disable-foomatic-rip-hplip-install --enable-pp-build \
b99885
        --enable-qt4 --enable-hpcups-install --enable-cups-drv-install \
b99885
        --enable-foomatic-drv-install \
b99885
        --enable-hpijs-install --enable-udev-acl-rules \
b99885
        --disable-policykit --with-mimedir=%{_datadir}/cups/mime
b99885
b99885
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
b99885
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
b99885
b99885
make
b99885
b99885
%install
b99885
mkdir -p %{buildroot}%{_bindir}
b99885
make install DESTDIR=%{buildroot}
b99885
b99885
# Create /run/hplip
b99885
mkdir -p %{buildroot}/run/hplip
b99885
b99885
# install /usr/lib/tmpfiles.d/hplip.conf (bug #1033131)
b99885
mkdir -p %{buildroot}%{_tmpfilesdir}
b99885
cat > %{buildroot}%{_tmpfilesdir}/hplip.conf <
b99885
# See tmpfiles.d(5) for details
b99885
b99885
d /run/hplip 0775 root lp -
b99885
EOF
b99885
b99885
# Remove unpackaged files
b99885
rm -rf  %{buildroot}%{_sysconfdir}/sane.d \
b99885
        %{buildroot}%{_docdir} \
b99885
        %{buildroot}%{_datadir}/hal/fdi \
b99885
        %{buildroot}%{_datadir}/hplip/pkservice.py \
b99885
        %{buildroot}%{_bindir}/hp-pkservice
b99885
b99885
rm -f   %{buildroot}%{_bindir}/foomatic-rip \
b99885
        %{buildroot}%{_libdir}/cups/filter/foomatic-rip \
b99885
        %{buildroot}%{_libdir}/*.la \
b99885
        %{buildroot}%{python_sitearch}/*.la \
b99885
        %{buildroot}%{_libdir}/libhpip.so \
b99885
	%{buildroot}%{_libdir}/libhpipp.so \
b99885
        %{buildroot}%{_libdir}/sane/*.la \
b99885
        %{buildroot}%{_datadir}/cups/model/foomatic-ppds \
b99885
        %{buildroot}%{_datadir}/applications/hplip.desktop \
b99885
        %{buildroot}%{_datadir}/ppd/HP/*.ppd
b99885
b99885
mkdir -p %{buildroot}%{_datadir}/applications
b99885
sed -i -e '/^Categories=/d' hplip.desktop
b99885
# Encoding key is deprecated
b99885
sed -i -e '/^Encoding=/d' hplip.desktop
b99885
desktop-file-install --vendor HP                                \
b99885
        --dir %{buildroot}%{_datadir}/applications              \
b99885
        --add-category System                                   \
b99885
        --add-category Settings                                 \
b99885
        --add-category HardwareSettings                         \
b99885
        hplip.desktop
b99885
b99885
# Regenerate hpcups PPDs on upgrade if necessary (bug #579355).
b99885
install -p -m755 %{SOURCE1} %{buildroot}%{_bindir}/hpcups-update-ppds
b99885
b99885
%{__mkdir_p} %{buildroot}%{_sysconfdir}/sane.d/dll.d
b99885
echo hpaio > %{buildroot}%{_sysconfdir}/sane.d/dll.d/hpaio
b99885
b99885
# Images in docdir should not be executable (bug #440552).
b99885
find doc/images -type f -exec chmod 644 {} \;
b99885
b99885
# Create an empty plugins directory to make sure it gets the right
b99885
# SELinux file context (bug #564551).
b99885
%{__mkdir_p} %{buildroot}%{_datadir}/hplip/prnt/plugins
b99885
b99885
# Remove files we don't want to package.
b99885
rm -f %{buildroot}%{_datadir}/hplip/hpaio.desc
b99885
rm -f %{buildroot}%{_datadir}/hplip/hplip-install
b99885
rm -rf %{buildroot}%{_datadir}/hplip/install.*
b99885
rm -f %{buildroot}%{_datadir}/hplip/uninstall.*
b99885
rm -f %{buildroot}%{_bindir}/hp-uninstall
b99885
rm -f %{buildroot}%{_datadir}/hplip/upgrade.*
b99885
rm -f %{buildroot}%{_bindir}/hp-upgrade
b99885
rm -f %{buildroot}%{_bindir}/hp-config_usb_printer
b99885
rm -f %{buildroot}%{_unitdir}/hplip-printer@.service
b99885
rm -f %{buildroot}%{_datadir}/hplip/config_usb_printer.*
b99885
rm -f %{buildroot}%{_datadir}/hplip/hpijs.drv.in.template
b99885
rm -f %{buildroot}%{_datadir}/cups/mime/pstotiff.types
b99885
rm -f %{buildroot}%{_datadir}/hplip/fax/pstotiff*
b99885
rm -f %{buildroot}%{_cups_serverbin}/filter/hpcac
b99885
b99885
# The systray applet doesn't work properly (displays icon as a
b99885
# window), so don't ship the launcher yet.
b99885
rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
b99885
b99885
%files
b99885
%doc COPYING doc/*
b99885
%{_bindir}/hp-align
b99885
%{_bindir}/hp-clean
b99885
%{_bindir}/hp-colorcal
b99885
%{_bindir}/hp-devicesettings
b99885
%{_bindir}/hp-diagnose_plugin
b99885
%{_bindir}/hp-diagnose_queues
b99885
%{_bindir}/hp-doctor
b99885
%{_bindir}/hp-fab
b99885
%{_bindir}/hp-faxsetup
b99885
%{_bindir}/hp-firmware
b99885
%{_bindir}/hp-info
b99885
%{_bindir}/hp-levels
b99885
%{_bindir}/hp-linefeedcal
b99885
%{_bindir}/hp-logcapture
b99885
%{_bindir}/hp-makecopies
b99885
%{_bindir}/hp-makeuri
b99885
%{_bindir}/hp-plugin
b99885
%{_bindir}/hp-pqdiag
b99885
%{_bindir}/hp-printsettings
b99885
%{_bindir}/hp-probe
b99885
%{_bindir}/hp-query
b99885
%{_bindir}/hp-scan
b99885
%{_bindir}/hp-sendfax
b99885
%{_bindir}/hp-setup
b99885
%{_bindir}/hp-testpage
b99885
%{_bindir}/hp-timedate
b99885
%{_bindir}/hp-unload
b99885
%{_bindir}/hp-wificonfig
b99885
%{_cups_serverbin}/backend/hp
b99885
%{_cups_serverbin}/backend/hpfax
b99885
%{_cups_serverbin}/filter/pstotiff
b99885
%{_cups_serverbin}/filter/hpps
b99885
%{_datadir}/cups/mime/pstotiff.convs
b99885
# Files
b99885
%{_datadir}/hplip/align.py*
b99885
%{_datadir}/hplip/check-plugin.py*
b99885
%{_datadir}/hplip/clean.py*
b99885
%{_datadir}/hplip/colorcal.py*
b99885
%{_datadir}/hplip/devicesettings.py*
b99885
%{_datadir}/hplip/diagnose_plugin.py*
b99885
%{_datadir}/hplip/diagnose_queues.py*
b99885
%{_datadir}/hplip/doctor.py*
b99885
%{_datadir}/hplip/fab.py*
b99885
%{_datadir}/hplip/fax
b99885
%{_datadir}/hplip/faxsetup.py*
b99885
%{_datadir}/hplip/firmware.py*
b99885
%{_datadir}/hplip/hpdio.py*
b99885
%{_datadir}/hplip/hplip_clean.sh
b99885
%{_datadir}/hplip/hpssd*
b99885
%{_datadir}/hplip/info.py*
b99885
%{_datadir}/hplip/__init__.py*
b99885
%{_datadir}/hplip/levels.py*
b99885
%{_datadir}/hplip/linefeedcal.py*
b99885
%{_datadir}/hplip/logcapture.py*
b99885
%{_datadir}/hplip/makecopies.py*
b99885
%{_datadir}/hplip/makeuri.py*
b99885
%{_datadir}/hplip/plugin.py*
b99885
%{_datadir}/hplip/pqdiag.py*
b99885
%{_datadir}/hplip/printsettings.py*
b99885
%{_datadir}/hplip/probe.py*
b99885
%{_datadir}/hplip/query.py*
b99885
%{_datadir}/hplip/scan.py*
b99885
%{_datadir}/hplip/sendfax.py*
b99885
%{_datadir}/hplip/setup.py*
b99885
%{_datadir}/hplip/testpage.py*
b99885
%{_datadir}/hplip/timedate.py*
b99885
%{_datadir}/hplip/unload.py*
b99885
%{_datadir}/hplip/wificonfig.py*
b99885
# Directories
b99885
%{_datadir}/hplip/base
b99885
%{_datadir}/hplip/copier
b99885
%{_datadir}/hplip/data/ldl
b99885
%{_datadir}/hplip/data/localization
b99885
%{_datadir}/hplip/data/pcl
b99885
%{_datadir}/hplip/data/ps
b99885
%{_datadir}/hplip/installer
b99885
%{_datadir}/hplip/pcard
b99885
%{_datadir}/hplip/prnt
b99885
%{_datadir}/hplip/scan
b99885
%{_localstatedir}/lib/hp
b99885
%dir %attr(0775,root,lp) /run/hplip/
b99885
%{_tmpfilesdir}/hplip.conf
b99885
b99885
%files common
b99885
%doc COPYING
b99885
%{_udevrulesdir}/*.rules
b99885
%dir %{_sysconfdir}/hp
b99885
%config(noreplace) %{_sysconfdir}/hp/hplip.conf
b99885
%dir %{_datadir}/hplip
b99885
%dir %{_datadir}/hplip/data
b99885
%{_datadir}/hplip/data/models
b99885
b99885
%files libs
b99885
%{_libdir}/libhpip.so.*
b99885
%{_libdir}/libhpipp.so.*
b99885
# The so symlink is required here (see bug #489059).
b99885
%{_libdir}/libhpmud.so*
b99885
# Python extension
b99885
%{python_sitearch}/*
b99885
b99885
%files gui
b99885
%{_bindir}/hp-check
b99885
%{_bindir}/hp-print
b99885
%{_bindir}/hp-systray
b99885
%{_bindir}/hp-toolbox
b99885
%{_datadir}/applications/*.desktop
b99885
# Files
b99885
%{_datadir}/hplip/check.py*
b99885
%{_datadir}/hplip/print.py*
b99885
%{_datadir}/hplip/systray.py*
b99885
%{_datadir}/hplip/toolbox.py*
b99885
# Directories
b99885
%{_datadir}/hplip/data/images
b99885
%{_datadir}/hplip/ui4
b99885
b99885
%files -n hpijs
b99885
%{_bindir}/hpijs
b99885
%{_bindir}/hpcups-update-ppds
b99885
%dir %{_datadir}/ppd/HP
b99885
%{_datadir}/ppd/HP/*.ppd.gz
b99885
%{_datadir}/cups/drv/*
b99885
%{_cups_serverbin}/filter/hpcups
b99885
%{_cups_serverbin}/filter/hpcupsfax
b99885
b99885
%files -n libsane-hpaio
b99885
%{_libdir}/sane/libsane-*.so*
b99885
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
b99885
b99885
%post -n hpijs
b99885
%{_bindir}/hpcups-update-ppds &>/dev/null ||:
b99885
b99885
%post libs -p /sbin/ldconfig
b99885
b99885
%postun libs -p /sbin/ldconfig
b99885
b99885
%changelog
b99885
* Wed Aug 21 2019 Tomas Korbar <tkorbar@redhat.com> - 3.15.9-5
b99885
- 1694806 - Backport HP OfficeJet 8720 printer driver from newer hplip
b99885
b99885
* Tue Aug 06 2019 Tomas Korbar <tkorbar@redhat.com> - 3.15.9-4
b99885
- 1649787 - Retrieve public key from pool of keyservers
b99885
b99885
* Thu Nov 17 2016 Zdenek Dohnal <zdohnal@redhat.com> - 3.15.9-3
b99885
- 1395862 - Missing dependency for hplip-3.15.9-2.el7.x86_64
b99885
b99885
* Tue Jun 14 2016 Zdenek Dohnal <zdohnal@redhat.com> - 3.15.9-2
b99885
- 1069619 - Rebase to version 3.15.9 extension - solving bug 1346196 (/usr/lib/cups/filter/hpps uses python -B which is unknown), which is duplicate of bug 1202451
b99885
b99885
* Fri Jun 10 2016 Zdenek Dohnal <zdohnal@redhat.com> - 3.15.9-1
b99885
- 1069619 Rebase to version 3.15.9
b99885
b99885
* Tue Jun 07 2016 Jiri Popelka <jpopelka@redhat.com> - 3.13.7-7
b99885
- hp/hpfax backends crash when no USB is available (bug #1332714)
b99885
b99885
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.13.7-6
b99885
- Mass rebuild 2014-01-24
b99885
b99885
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.13.7-5
b99885
- Mass rebuild 2013-12-27
b99885
b99885
* Wed Nov 27 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.7-4
b99885
- do not %%ghost /run/hplip (bug #1033131)
b99885
b99885
* Mon Nov 25 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.7-3
b99885
- create /usr/lib/tmpfiles.d/hplip.conf (bug #1033131)
b99885
b99885
* Wed Sep 11 2013 Tim Waugh <twaugh@redhat.com> - 3.13.7-2
b99885
- Applied patch to avoid unix-process authorization subject when using
b99885
  polkit as it is racy (CVE-2013-4325).
b99885
b99885
* Tue Jul 23 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.7-1
b99885
- 3.13.7
b99885
- Device IDs for CM4540 (bug #968177) and cp4005 (bug #980976).
b99885
b99885
b99885
* Mon Jun 24 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.6-2
b99885
- add one more arch-specific dependency.
b99885
b99885
* Mon Jun 24 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.6-1
b99885
- 3.13.6
b99885
- hplip-ipp-accessors.patch merged upstream
b99885
- /etc/cron.daily/hplip_cron -> /usr/share/hplip/hplip_clean.sh
b99885
b99885
* Wed May 29 2013 Tim Waugh <twaugh@redhat.com> - 3.13.5-2
b99885
- Avoid several bugs in createTempFile (bug #925032).
b99885
b99885
* Tue May 14 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.5-1
b99885
- 3.13.5
b99885
- change udev rule to not add printer queue, just check plugin.
b99885
b99885
* Fri May 10 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.4-3
b99885
- Device ID for HP LaserJet 2200 (bug #873123#c8).
b99885
b99885
* Thu Apr 11 2013 Tim Waugh <twaugh@redhat.com> - 3.13.4-2
b99885
- Fixed changelog dates.
b99885
- Device ID for HP LaserJet P1005 (bug #950776).
b99885
- mark cron job file as config(noreplace)
b99885
b99885
* Tue Apr 09 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.4-1
b99885
- 3.13.4
b99885
b99885
* Fri Mar 15 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.3-3
b99885
- Remove unused Requires.
b99885
b99885
* Thu Mar 14 2013 Tim Waugh <twaugh@redhat.com> - 3.13.3-2
b99885
- Moved hpfax pipe to /var/run/hplip (bug #917756).
b99885
b99885
* Fri Mar 08 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.3-1
b99885
- 3.13.3
b99885
b99885
* Thu Feb 14 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.2-1
b99885
- 3.13.2
b99885
b99885
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.11-8
b99885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b99885
b99885
* Tue Jan 22 2013 Jiri Popelka <jpopelka@redhat.com> - 3.12.11-7
b99885
- No need to run update-desktop-database (and require desktop-file-utils)
b99885
  because there are no MimeKey lines in the desktop files.
b99885
b99885
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 3.12.11-6
b99885
- rebuild due to "jpeg8-ABI" feature drop
b99885
b99885
* Fri Jan 18 2013 Jiri Popelka <jpopelka@redhat.com> 3.12.11-5
b99885
- Use arch-specific dependencies.
b99885
- Don't provide private python extension libs.
b99885
b99885
* Wed Jan 16 2013 Jiri Popelka <jpopelka@redhat.com> 3.12.11-4
b99885
- hpijs no longer requires net-snmp (bug #376641, bug #895643).
b99885
b99885
* Tue Jan 15 2013 Jiri Popelka <jpopelka@redhat.com> 3.12.11-3
b99885
- Use the form of import of PIL that is pillow compatible (bug #895266).
b99885
b99885
* Fri Dec 07 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.11-2
b99885
- desktop file: remove deprecated Encoding key and Application category
b99885
b99885
* Tue Nov 27 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.11-1
b99885
- 3.12.11
b99885
-- release-parport.patch merged upstream
b99885
b99885
* Thu Nov 22 2012 Tim Waugh <twaugh@redhat.com> 3.12.10-5.a
b99885
- Make 'hp-check' check for hpaio set-up correctly (bug #683007).
b99885
b99885
* Wed Oct 17 2012 Tim Waugh <twaugh@redhat.com> 3.12.10-4.a
b99885
- Some more CUPS filters using the wrong temporary directory
b99885
  (bug #865603).
b99885
b99885
* Tue Oct 16 2012 Tim Waugh <twaugh@redhat.com> 3.12.10-3.a
b99885
- CUPS filters should use TMPDIR when available (bug #865603).
b99885
b99885
* Thu Oct 11 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.10-2.a
b99885
- 3.12.10a
b99885
b99885
* Thu Oct 04 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.10-1
b99885
- 3.12.10
b99885
b99885
* Tue Oct 02 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.9-6
b99885
- Ship %%{_localstatedir}/log/hp/tmp directory (bug #859658)
b99885
b99885
* Thu Sep 27 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.9-5
b99885
- remove useless Conflicts:, Obsoletes: and Provides: fields
b99885
- remove %%pre section (stopping&disabling of hplip service on upgrade)
b99885
- make hplip_cron work with non-english locale
b99885
b99885
* Mon Sep 24 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.9-4
b99885
- amend hplip-notification-exception.patch (bug #859543).
b99885
b99885
* Thu Sep 20 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.9-3
b99885
- Support IEEE 1284.4 protocol over USB (bug #858861).
b99885
b99885
* Fri Sep 07 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.9-2
b99885
- build against CUPS-1.6
b99885
b99885
* Fri Sep 07 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.9-1
b99885
- 3.12.9
b99885
-- no longer needed: fax-ppd.patch
b99885
b99885
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.6-2
b99885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b99885
b99885
* Tue Jun 19 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.6-1
b99885
- 3.12.6
b99885
b99885
* Tue Jun 05 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.4-3
b99885
- Require systemd instead of udev.
b99885
b99885
* Mon Apr 30 2012 Tim Waugh <twaugh@redhat.com> 3.12.4-2
b99885
- The hpijs sub-package no longer requires cupsddk-drivers (which no
b99885
  longer exists as a real package), but cups >= 1.4.
b99885
b99885
* Thu Apr 12 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.4-1
b99885
- 3.12.4
b99885
b99885
* Wed Mar 21 2012 Tim Waugh <twaugh@redhat.com> 3.12.2-4
b99885
- Release parport if unsupported model connected (bug #699052).
b99885
b99885
* Wed Feb 29 2012 Tim Waugh <twaugh@redhat.com> 3.12.2-3
b99885
- Added another IEEE 1284 Device ID for Color LaserJet CP2025dn to
b99885
  cope with its DNS-SD response, which has no usb_* keys (bug #651509).
b99885
b99885
* Wed Feb 22 2012 Tim Waugh <twaugh@redhat.com> 3.12.2-2
b99885
- Added IEEE 1284 Device ID for LaserJet Professional P1102w (bug #795958).
b99885
b99885
* Tue Feb 07 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.2-1
b99885
- 3.12.2
b99885
b99885
* Wed Jan 18 2012 Jiri Popelka <jpopelka@redhat.com> 3.11.12-3
b99885
- Added IEEE 1284 Device ID for LaserJet P2035.
b99885
b99885
* Wed Jan 11 2012 Tim Waugh <twaugh@redhat.com> 3.11.12-2
b99885
- When copying Device IDs from hpcups to hpijs, use ModelName as the
b99885
  key instead of ShortNickName (bug #651509 comment #7).
b99885
b99885
* Mon Dec 19 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.12-1
b99885
- 3.11.12
b99885
b99885
* Mon Nov 21 2011 Tim Waugh <twaugh@redhat.com> 3.11.10-11
b99885
- Added IEEE 1284 Device ID for Designjet T770 (bug #747957).
b99885
b99885
* Wed Nov 16 2011 Tim Waugh <twaugh@redhat.com> 3.11.10-10
b99885
- Corrected IEEE 1284 Device ID for LaserJet M1120 MFP (bug #754139).
b99885
b99885
* Wed Nov 16 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.10-9
b99885
- revert prnt/hpcups/HPCupsFilter.cpp 3.11.5->3.11.7 change (bug #738089).
b99885
b99885
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.10-8
b99885
- Rebuilt for glibc bug#747377
b99885
b99885
* Tue Oct 25 2011 Tim Waugh <twaugh@redhat.com> 3.11.10-7
b99885
- Catch DBusException in hp-systray (bug #746024).
b99885
b99885
* Mon Oct 24 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.10-6
b99885
- Move udev rules to /lib/udev/rules.d (bug #748208).
b99885
b99885
* Thu Oct 20 2011 Tim Waugh <twaugh@redhat.com> 3.11.10-5
b99885
- Pay attention to the SANE localOnly flag in hpaio (bug #743593).
b99885
b99885
* Mon Oct 17 2011 Tim Waugh <twaugh@redhat.com> 3.11.10-4
b99885
- Corrected IEEE 1284 Device ID for LaserJet M1319f MFP (bug #746614)
b99885
b99885
* Wed Oct 12 2011 Tim Waugh <twaugh@redhat.com> 3.11.10-3
b99885
- Corrected IEEE 1284 Device ID for LaserJet M1522nf MFP (bug #745498).
b99885
b99885
* Fri Oct  7 2011 Tim Waugh <twaugh@redhat.com> 3.11.10-2
b99885
- Corrected IEEE 1284 Device IDs:
b99885
  - LaserJet M1536dnf MFP (bug #743915)
b99885
  - PSC 1600 series (bug #743821)
b99885
b99885
* Tue Oct 04 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.10-1
b99885
- 3.11.10
b99885
- Use _cups_serverbin macro from cups-devel for where to put driver executables.
b99885
- No need to define BuildRoot and clean it in clean and install section anymore.
b99885
- Corrected IEEE 1284 Device IDs:
b99885
  Officejet 6300 series (bug #689378)
b99885
  LaserJet Professional M1212nf MFP (bug #742490)
b99885
b99885
* Fri Sep 23 2011 Tim Waugh <twaugh@redhat.com> 3.11.7-5
b99885
- Fixed broken patch for pstotiff.
b99885
b99885
* Tue Sep 06 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.7-4
b99885
- Fixed xsane crash when doing a multi-image scan (bug #725878)
b99885
b99885
* Fri Sep  2 2011 Tim Waugh <twaugh@redhat.com> 3.11.7-3
b99885
- Fixed hpcups crash when required plugin missing (bug #733461).
b99885
b99885
* Thu Aug 18 2011 Tim Waugh <twaugh@redhat.com> 3.11.7-2
b99885
- Create debugging files securely (CVE-2011-2722, bug #725830).
b99885
b99885
* Mon Jul 25 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.7-1
b99885
- 3.11.7
b99885
b99885
* Mon Jul 11 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.5-5
b99885
- rebuilt against new net-snmp-5.7
b99885
b99885
* Tue Jun 28 2011 Tim Waugh <twaugh@redhat.com> 3.11.5-4
b99885
- Added Device ID for HP LaserJet Professional P1606dn (bug #708472).
b99885
- Update IEEE 1284 Device IDs in hpijs.drv from hpcups.drv.
b99885
b99885
* Fri Jun 10 2011 Tim Waugh <twaugh@redhat.com> 3.11.5-3
b99885
- Fix building against CUPS 1.5.
b99885
- Re-create installed hpcups PPDs unconditionally (bug #712241).
b99885
b99885
* Thu May 19 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.5-2
b99885
- Main package requires wget to avoid
b99885
  misleading errors about network connectivity (bug #705843).
b99885
b99885
* Thu May 12 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.5-1
b99885
- 3.11.5
b99885
b99885
* Fri Apr  1 2011 Tim Waugh <twaugh@redhat.com> 3.11.3a-2
b99885
- Some rpmlint fixes for obsoletes/provides tags.
b99885
b99885
* Thu Mar 31 2011 Tim Waugh <twaugh@redhat.com> 3.11.3a-1
b99885
- 3.11.3a.
b99885
b99885
* Fri Mar 18 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.3-1
b99885
- 3.11.3 (new hpps filter)
b99885
b99885
* Tue Mar  1 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.1-5
b99885
- Avoid KeyError in ui4/wifisetupdialog.py (bug #680939).
b99885
- Corrected IEEE 1284 Device IDs:
b99885
  LaserJet 1300 (bug #670548)
b99885
  LaserJet 3390 (bug #678565)
b99885
  LaserJet P1505 (bug #680951)
b99885
b99885
* Tue Feb 22 2011 Tim Waugh <twaugh@redhat.com> - 3.11.1-4
b99885
- Ship hpijs.drv to give another driver option in case of problems
b99885
  with hpcups.
b99885
b99885
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.1-3
b99885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b99885
b99885
* Fri Feb  4 2011 Tim Waugh <twaugh@redhat.com> - 3.11.1-2
b99885
- Fixed typo causing ";marker-supply-low-warning" state reason to be
b99885
  reported by hpijs (bug #675151).
b99885
b99885
* Mon Jan 24 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.1-1
b99885
- 3.11.1
b99885
b99885
* Mon Jan 17 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-14
b99885
- Applied patch to fix CVE-2010-4267, remote stack overflow
b99885
  vulnerability (bug #670252).
b99885
b99885
* Wed Jan 12 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-13
b99885
- Removed unused hpcac filter to avoid unnecessary perl dependency.
b99885
b99885
* Wed Jan 12 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-12
b99885
- Removed duplicate pstotiff files.
b99885
b99885
* Wed Jan 12 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-11
b99885
- Fixed "CUPS Web Interface" button (bug #633899).
b99885
- Set mimedir explicitly via configure.
b99885
b99885
* Wed Jan 05 2011 Jiri Popelka <jpopelka@redhat.com> 3.10.9-10
b99885
- Catch GError exception when notification showing failed (bug #665577).
b99885
b99885
* Wed Dec 15 2010 Tim Waugh <twaugh@redhat.com> - 3.10.9-9
b99885
- Enable D-Bus threading (and require pygobject2) (bug #600932).
b99885
- Fixed incorrect signal name in setup dialog (bug #653626).
b99885
- Another missing newline in filter output (Ubuntu #418053).
b99885
- Prevent hpaio segfaulting on invalid URIs (bug #649092).
b99885
- Catch D-Bus exceptions in fax dialog (bug #645316).
b99885
b99885
* Fri Dec 03 2010 Jiri Popelka <jpopelka@redhat.com> 3.10.9-8
b99885
- Corrected IEEE 1284 Device IDs:
b99885
  HP Color LaserJet CP2025dn (bug #651509).
b99885
  HP Color LaserJet CM3530 MFP (bug #659381).
b99885
b99885
* Fri Dec 03 2010 Jiri Popelka <jpopelka@redhat.com> 3.10.9-7
b99885
- The pycups requirement is now python-cups.
b99885
- Corrected IEEE 1284 Device IDs:
b99885
  HP LaserJet 4050/4100/2100 Series/2420/4200/4300/4350/5100/8000
b99885
              M3027 MFP/M3035 MFP/P3005/P3010/P4014/P4515 (bug #659039).
b99885
  HP Color LaserJet 2500/2550 series/3700/4550/4600/4650/4700/5550
b99885
                    CP1515n/CP3525/CP4520/CM2320nf MFP (bug #659040).
b99885
  HP Color LaserJet CM4730 MFP (bug #658831).
b99885
b99885
* Fri Nov 12 2010 Tim Waugh <twaugh@redhat.com> - 3.10.9-6
b99885
- Call cupsSetUser in cupsext's addPrinter method before connecting so
b99885
  that we can get an authentication callback (bug #538352).
b99885
- Prevent hp-fab traceback when run as root.
b99885
b99885
* Thu Nov 11 2010 Jiri Popelka <jpopelka@redhat.com> 3.10.9-5
b99885
- Don't emit SIGNALs in ui4.setupdialog.SetupDialog the PyQt3 way (bug #623834).
b99885
b99885
* Sun Oct 24 2010 Jiri Popelka <jpopelka@redhat.com> 3.10.9-4
b99885
- Avoid UnicodeDecodeError in printsettingstoolbox.py (bug #645739).
b99885
b99885
* Mon Oct 18 2010 Tim Waugh <twaugh@redhat.com> - 3.10.9-3
b99885
- Fixed traceback on error condition in device.py (bug #628125).
b99885
- Fixed bogus low ink warnings from hpijs driver (bug #643643).
b99885
b99885
* Thu Oct 14 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.9-2
b99885
- Fixed utils.addgroup() to return array instead of string (bug #642771).
b99885
b99885
* Mon Oct 04 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.9-1
b99885
- 3.10.9.
b99885
b99885
* Thu Sep 30 2010 Tim Waugh <twaugh@redhat.com> - 3.10.6-7
b99885
- More fixes from package review:
b99885
  - Avoided another macro in comment.
b99885
  - Use python_sitearch macro throughout.
b99885
b99885
* Wed Sep 29 2010 jkeating - 3.10.6-6
b99885
- Rebuilt for gcc bug 634757
b99885
b99885
* Mon Sep 20 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.6-5
b99885
- Increased timeouts for curl, wget, ping for high latency networks (bug #635388).
b99885
b99885
* Sat Sep 18 2010 Dan Horák <dan[at]danny.cz> - 3.10.6-4
b99885
- drop the ExcludeArch for s390(x)
b99885
b99885
* Wed Sep 15 2010 Tim Waugh <twaugh@redhat.com>
b99885
- Fixes from package review:
b99885
  - Main package and hpijs sub-package require cups for directories.
b99885
  - The common sub-package requires udev for directories.
b99885
  - The libs sub-package requires python for directories.
b99885
  - Avoided macro in comment.
b99885
  - The lib sub-package now runs ldconfig for post/postun.
b99885
  - Use python_sitearch macro.
b99885
b99885
* Mon Sep 13 2010 Jiri Popelka <jpopelka@redhat.com>
b99885
- Added IEEE 1284 Device ID for HP LaserJet 4000 (bug #633227).
b99885
b99885
* Fri Aug 20 2010 Tim Waugh <twaugh@redhat.com> - 3.10.6-3
b99885
- Added another SNMP quirk for an OfficeJet Pro 8500 variant.
b99885
b99885
* Thu Aug 12 2010 Tim Waugh <twaugh@redhat.com> - 3.10.6-2
b99885
- Use correct fax PPD name for Qt3 UI.
b99885
b99885
* Tue Jul 27 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.6-1
b99885
- 3.10.6.
b99885
- Changed shebang /usr/bin/env python -> /usr/bin/python (bug #618351).
b99885
- Corrected IEEE 1284 Device IDs:
b99885
  - HP Color LaserJet CP1518ni (bug #613689).
b99885
  - HP Color LaserJet 2600n (bug #613712).
b99885
b99885
* Mon Jul 26 2010 Tim Waugh <twaugh@redhat.com>
b99885
- Removed selinux-policy version conflict as it is no longer
b99885
  necessary.
b99885
b99885
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.10.5-8
b99885
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
b99885
b99885
* Thu Jun 24 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.5-7
b99885
- Added COPYING to common sub-package.
b99885
b99885
* Thu Jun 24 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.5-6
b99885
- Main package requires explicit version of hplip-libs.
b99885
b99885
* Thu Jun 17 2010 Tim Waugh <twaugh@redhat.com> - 3.10.5-5
b99885
- Fixed marker-supply attributes in hpijs (bug #605269).
b99885
b99885
* Wed Jun  9 2010 Tim Waugh <twaugh@redhat.com> - 3.10.5-4
b99885
- Mark SNMP quirks in PPD for HP OfficeJet Pro 8500 (bug #581825).
b99885
b99885
* Mon Jun 07 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.5-3
b99885
- hplip-gui requires libsane-hpaio
b99885
b99885
* Thu Jun 03 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.5-2
b99885
- Fix ImageableArea for Laserjet 8150/9000 (#596298)
b99885
b99885
* Mon May 17 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.5-1
b99885
- 3.10.5.   No longer need tray-icon-crash.patch
b99885
- Increase the timeout for system tray availability checking (bug #569969).
b99885
b99885
* Wed May 12 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-16
b99885
- Prevent segfault in cupsext when opening PPD file (bug #572775).
b99885
b99885
* Wed May 12 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-15
b99885
- Added/corrected more IEEE 1284 Device IDs:
b99885
  - HP LaserJet 4250 (bug #585499).
b99885
  - HP Color LaserJet 2605dn (bug #583953).
b99885
  - HP LaserJet P1007 (bug #585272).
b99885
b99885
* Wed May 12 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-14
b99885
- Wait for max 30s to see if a system tray becomes available (bug #569969).
b99885
b99885
* Wed Apr 28 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-13
b99885
- Clear old printer-state-reasons we used to manage (bug #510926).
b99885
b99885
* Tue Apr 27 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-12
b99885
- Added missing newline to string argument in dbglog() call (bug #585275).
b99885
b99885
* Fri Apr 16 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-11
b99885
- Added/corrected more IEEE 1284 Device IDs:
b99885
  - HP Color LaserJet CM1312nfi (bug #581005).
b99885
  - HP Color LaserJet 3800 (bug #581935).
b99885
  - HP Color LaserJet 2840 (bug #582215).
b99885
  - HP PSC 2400 (bug #583103).
b99885
b99885
* Fri Apr 16 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-10
b99885
- Fixed black/blank lines in ljcolor hpcups output (bug #579461).
b99885
  Work-around is to send entire blank raster lines instead of skipping them.
b99885
b99885
* Fri Apr  9 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-9.1
b99885
- Added/Corrected several IEEE 1284 Device IDs
b99885
  (bugs #577262, #577282, #577282, #577288, #577292, #577302,
b99885
  ,#577306, #577308, #577898, #579920, #580231)
b99885
b99885
* Wed Apr  7 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-8
b99885
- Regenerate hpcups PPDs on upgrade if necessary (bug #579355).
b99885
b99885
* Fri Mar 26 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-6
b99885
- Add Device ID for HP LaserJet 2300 (#576928)
b99885
b99885
* Tue Mar 23 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-5
b99885
- Explicitly destroy tray icon on exit (bug #543286).
b99885
b99885
* Thu Mar  4 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-4
b99885
- Main package doesn't require hal.
b99885
- Sub-package common requires udev.
b99885
b99885
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-3
b99885
- Set defattr in gui sub-package file manifest.
b99885
- Avoid mixed use of spaces and tabs.
b99885
b99885
* Mon Mar  1 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-2
b99885
- Removed SYSFS use in udev rules and actually made them work
b99885
  (bug #560754).
b99885
- Use a temporary file in pstotiff to allow gs random access.
b99885
b99885
* Fri Feb 26 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-1
b99885
- 3.10.2.  No longer need preferences-crash patch.
b99885
- The pstotiff filter is rubbish so replace it (launchpad #528394).
b99885
- Stopped hpcups pointlessly trying to read spool files
b99885
  directly (bug #552572).
b99885
b99885
* Sat Feb 20 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-8
b99885
- Corrected several IEEE 1284 Device IDs using foomatic data
b99885
  (launchpad bug #523259).
b99885
b99885
* Tue Feb 16 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-7
b99885
- Ship %%{_datadir}/hplip/prnt/plugins directory (bug #564551).
b99885
b99885
* Fri Feb  5 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-6
b99885
- Build requires cups for postscriptdriver tags for .drv file.
b99885
b99885
* Thu Feb  4 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-5
b99885
- Rebuild for postscriptdriver tags.
b99885
b99885
* Wed Jan 20 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-4
b99885
- Fixed crash when using Preferences dialog (bug #555979).
b99885
b99885
* Tue Jan 12 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-3
b99885
- Do ship pkit module even though the PolicyKit mechanism is not
b99885
  shipped (bug #554817).
b99885
b99885
* Tue Jan  5 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-2
b99885
- Retry when connecting to device fails (bug #532112).
b99885
- Don't ship PolicyKit mechanism (bug #551773).
b99885
b99885
* Tue Dec 22 2009 Tim Waugh <twaugh@redhat.com> - 3.9.12-1
b99885
- 3.9.12.  No longer need hpcups-plugin patch.
b99885
b99885
* Thu Dec 10 2009 Tim Waugh <twaugh@redhat.com> - 3.9.10-5
b99885
- Reverted fix for bug #533462 until bug #541604 is solved.
b99885
b99885
* Thu Nov 26 2009 Tim Waugh <twaugh@redhat.com> 3.9.10-4
b99885
- Fixed Device ID parsing code in hpijs's dj9xxvip.c (bug #510926).
b99885
b99885
* Thu Nov 26 2009 Tim Waugh <twaugh@redhat.com> 3.9.10-3
b99885
- Removed duplex constraints on page sizes with imageable areas larger
b99885
  than possible when duplexing (bug #541572).
b99885
- Fixed duplex reverse sides being horizontally flipped (bug #541604).
b99885
b99885
* Wed Nov 18 2009 Tim Waugh <twaugh@redhat.com> 3.9.10-2
b99885
- Fixed duplex handling in hpcups.drv (bug #533462).
b99885
b99885
* Wed Nov  4 2009 Tim Waugh <twaugh@redhat.com> 3.9.10-1
b99885
- 3.9.10.  No longer need clear-previous-state-reasons,
b99885
  hpcups-reorder, non-scripts, parenths, plugin-error,
b99885
  requirespageregion or state-reasons-newline patches.
b99885
b99885
* Mon Nov  2 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-21
b99885
- Added 'requires proprietary plugin' to appropriate model names
b99885
  (bug #513283).
b99885
b99885
* Fri Oct 30 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-20
b99885
- Reverted retry patch until it can be tested some more.
b99885
b99885
* Thu Oct 29 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-19
b99885
- Retry when connecting to device fails (bug #528483).
b99885
- Avoid busy loop in hpcups when backend has exited (bug #525944).
b99885
b99885
* Wed Oct 28 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-18
b99885
- Set a printer-state-reason when there's a missing required plugin
b99885
  (bug #531330).
b99885
b99885
* Tue Sep 29 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-17
b99885
- Give up trying to print a job to a reconnected device (bug #515481).
b99885
b99885
* Wed Sep 23 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-16
b99885
- Enable parallel port support when configuring (bug #524979).
b99885
b99885
* Wed Sep 16 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-15
b99885
- Fixed hp-setup traceback when discovery page is skipped (bug #523685).
b99885
b99885
* Fri Aug 28 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-14
b99885
- Include missing base files.
b99885
b99885
* Fri Aug 28 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-13
b99885
- Use dll.d file instead of post scriptlet for hpaio (bug #519988).
b99885
- Fixed RequiresPageRegion patch (bug #518756).
b99885
b99885
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 3.9.8-12
b99885
- rebuilt with new openssl
b99885
b99885
* Wed Aug 26 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-11
b99885
- Set RequiresPageRegion in hpcups PPDs (bug #518756).
b99885
b99885
* Tue Aug 25 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-10
b99885
- Removed never-used definition of BREAKPOINT in scan/sane/common.h
b99885
  in hope of fixing the build.
b99885
b99885
* Tue Aug 25 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-9
b99885
- New common sub-package for udev rules and config file (bug #516459).
b99885
- Don't install base/*.py with executable bit set.
b99885
b99885
* Mon Aug 24 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-8
b99885
- Fixed typos in page sizes (bug #515469).
b99885
- Build no longer requires libudev-devel.
b99885
- Fixed state reasons handling problems (bug #501338).
b99885
b99885
* Wed Aug 19 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-6
b99885
- Make sure to avoid handwritten asm.
b99885
- Don't use obsolete configure options.
b99885
b99885
* Wed Aug 19 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-5
b99885
- Use upstream udev rules instead of hal policy (bug #518172).
b99885
- Removed unnecessary dependency on PyQt as we only use PyQt4 now.
b99885
b99885
* Wed Aug 12 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-4
b99885
- Upstream patch to fix paper size order and LJColor device class
b99885
  color space.
b99885
b99885
* Wed Aug 12 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-3
b99885
- The python-reportlab dependency was in the wrong sub-package.
b99885
b99885
* Thu Aug  6 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-2
b99885
- Removed access_control.grant_group line from HAL fdi file.
b99885
b99885
* Wed Aug  5 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-1
b99885
- 3.9.8.
b99885
b99885
* Tue Aug  4 2009 Tim Waugh <twaugh@redhat.com> 3.9.6b-5
b99885
- Fix hpcups fax PPDs (bug #515356)
b99885
b99885
* Tue Jul 28 2009 Tim Waugh <twaugh@redhat.com> 3.9.6b-4
b99885
- Fixed ui-optional patch for qt4 code path (bug #500473).
b99885
- Fixed HWResolution for 'Normal' output from the hpcups driver
b99885
  (laundpad bug #405400).
b99885
b99885
* Mon Jul 27 2009 Tim Waugh <twaugh@redhat.com> 3.9.6b-2
b99885
- 3.9.6b.
b99885
b99885
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-9
b99885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b99885
b99885
* Thu Jul 23 2009 Tim Waugh <twaugh@redhat.com> 3.9.2-8
b99885
- Use existing libusb-using routines to try fetching Device ID.
b99885
b99885
* Thu Jul 23 2009 Tim Waugh <twaugh@redhat.com> 3.9.2-7
b99885
- Error checking in the libudev device-id fallback code.
b99885
b99885
* Tue Jul 21 2009 Tim Waugh <twaugh@redhat.com> 3.9.2-6
b99885
- Fixed device-id reporting.
b99885
b99885
* Wed Jun 24 2009 Tim Waugh <twaugh@redhat.com> 3.9.2-5
b99885
- Set disc media for disc page sizes (bug #495672).
b99885
b99885
* Mon Mar  9 2009 Tim Waugh <twaugh@redhat.com> 3.9.2-4
b99885
- Ship libhpmud.so (bug #489059).
b99885
- Fixed no-root-config patch (bug #489055).
b99885
b99885
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-3
b99885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b99885
b99885
* Fri Feb 20 2009 Tim Waugh <twaugh@redhat.com> 3.9.2-2
b99885
- 3.9.2.  No longer need systray or quit patches.
b99885
b99885
* Tue Jan 27 2009 Tim Waugh <twaugh@redhat.com> 2.8.12-7
b99885
- Only ship compressed PPD files.
b99885
b99885
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 2.8.12-6
b99885
- rebuild with new openssl
b99885
b99885
* Tue Jan 13 2009 Tim Waugh <twaugh@redhat.com> 2.8.12-5
b99885
- Fixed Quit menu item in device manager (bug #479751).
b99885
b99885
* Tue Jan 13 2009 Tim Waugh <twaugh@redhat.com> 2.8.12-4
b99885
- Prevent crash when DEVICE_URI/PRINTER environment variables are not
b99885
  set (bug #479808 comment 6).
b99885
b99885
* Tue Jan 13 2009 Tim Waugh <twaugh@redhat.com> 2.8.12-3
b99885
- Make --qt4 the default for the systray applet, so that it appears
b99885
  in the right place, again (bug #479751).
b99885
- Removed hal preprobe rules as they were causing breakage
b99885
  (bug #479648).
b99885
b99885
* Mon Jan 12 2009 Tim Waugh <twaugh@redhat.com> 2.8.12-2
b99885
- Don't write to system-wide configuration file (bug #479178).
b99885
b99885
* Tue Dec 23 2008 Tim Waugh <twaugh@redhat.com> 2.8.12-1
b99885
- 2.8.12.
b99885
b99885
* Thu Dec 11 2008 Tim Waugh <twaugh@redhat.com> 2.8.10-2
b99885
- Rediff libsane patch.
b99885
b99885
* Thu Dec 11 2008 Tim Waugh <twaugh@redhat.com> 2.8.10-1
b99885
- 2.8.10.  No longer need gzip-n or quiet patches.
b99885
b99885
* Thu Dec 11 2008 Tim Waugh <twaugh@redhat.com> 2.8.7-5
b99885
- Prevent backend crash when D-Bus not running (bug #474362).
b99885
b99885
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.8.7-4
b99885
- Rebuild for Python 2.6
b99885
b99885
* Tue Oct 21 2008 Tim Waugh <twaugh@redhat.com> 2.8.7-3
b99885
- Ship PPDs in the correct location (bug #343841).
b99885
b99885
* Fri Sep 26 2008 Tim Waugh <twaugh@redhat.com> 2.8.7-2
b99885
- Moved Python extension into libs sub-package (bug #461236).
b99885
b99885
* Mon Aug  4 2008 Tim Waugh <twaugh@redhat.com> 2.8.7-1
b99885
- 2.8.7.
b99885
- Avoid hard-coded rpaths.
b99885
- New libs sub-package (bug #444016).
b99885
b99885
* Thu Jul 31 2008 Tim Waugh <twaugh@redhat.com>
b99885
- Move libhpip.so* to the main package to avoid libsane-hpaio
b99885
  depending on hpijs (bug #457440).
b99885
b99885
* Thu Jul 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.8.6b-2
b99885
- fix license tag
b99885
b99885
* Mon Jul 28 2008 Tim Waugh <twaugh@redhat.com> 2.8.6b-1
b99885
- 2.8.6b.
b99885
b99885
* Mon Jun 23 2008 Tim Waugh <twaugh@redhat.com> 2.8.6-1
b99885
- 2.8.6.  No longer need libm patch.
b99885
b99885
* Fri Jun  6 2008 Tim Waugh <twaugh@redhat.com> 2.8.5-2
b99885
- Make --qt4 the default for the systray applet, so that it appears
b99885
  in the right place.  Requires PyQt4.
b99885
b99885
* Tue Jun  3 2008 Tim Waugh <twaugh@redhat.com> 2.8.5-1
b99885
- 2.8.5.
b99885
- Configure with --enable-dbus.  Build requires dbus-devel.
b99885
- Fix chmod 644 line.
b99885
- Ship hp-systray in the gui sub-package, but don't ship the desktop
b99885
  launcher yet as the systray applet is quite broken.
b99885
- Don't run autoconf.
b99885
b99885
* Tue May 13 2008 Tim Waugh <twaugh@redhat.com> 2.8.2-3
b99885
- Move installer directory to main package (bug #446171).
b99885
b99885
* Fri Apr  4 2008 Tim Waugh <twaugh@redhat.com> 2.8.2-2
b99885
- Update hplip.fdi for Fedora 9: info.bus -> info.subsystem.
b99885
- Images in docdir should not be executable (bug #440552).
b99885
b99885
* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 2.8.2-1
b99885
- 2.8.2.  No longer need alloc, unload-traceback or media-empty patches.
b99885
- Ship cupsddk driver.  The hpijs sub-package now requires cupsddk-drivers.
b99885
b99885
* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 2.7.12-6
b99885
- Fixed marker-supply-low strings.
b99885
b99885
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 2.7.12-5
b99885
- Rebuild for GCC 4.3.
b99885
b99885
* Fri Jan 25 2008 Tim Waugh <twaugh@redhat.com> 2.7.12-4
b99885
- The hpijs compression module doesn't allocate enough memory (bug #428536).
b99885
b99885
* Wed Jan 23 2008 Tim Waugh <twaugh@redhat.com> 2.7.12-3
b99885
- Really grant the ACL for the lp group (bug #424331).
b99885
b99885
* Fri Jan 18 2008 Tim Waugh <twaugh@redhat.com> 2.7.12-2
b99885
- Ship installer directory (bug #428246).
b99885
- Avoid multilib conflict (bug #341531).
b99885
- The hpijs sub-package requires net-snmp (bug #376641).
b99885
b99885
* Fri Jan 18 2008 Tim Waugh <twaugh@redhat.com> 2.7.12-1
b99885
- 2.7.12.  No longer need ljdot4 patch.
b99885
b99885
* Fri Jan  4 2008 Tim Waugh <twaugh@redhat.com> 2.7.10-2
b99885
- Don't ship udev rules; instead, grant an ACL for group lp (bug #424331).
b99885
b99885
* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.7.10-2
b99885
- Rebuild for deps
b99885
b99885
* Mon Oct 22 2007 Tim Waugh <twaugh@redhat.com> 2.7.10-1
b99885
- 2.7.10.
b99885
b99885
* Fri Oct 12 2007 Tim Waugh <twaugh@redhat.com> 2.7.9-3
b99885
- Applied patch to fix remnants of CVE-2007-5208 (bug #329111).
b99885
b99885
* Tue Oct  9 2007 Tim Waugh <twaugh@redhat.com> 2.7.9-2
b99885
- Use raw instead of 1284.4 communication for LJ4000 series (bug #249191).
b99885
- Build requires openssl-devel.
b99885
b99885
* Wed Oct  3 2007 Tim Waugh <twaugh@redhat.com> 2.7.9-1
b99885
- 2.7.9.
b99885
- Adjusted udev rules to be less permissive.  We use ConsoleKit to add
b99885
  ACLs to the device nodes, so world-writable device nodes can be avoided.
b99885
b99885
* Tue Sep 25 2007 Tim Waugh <twaugh@redhat.com> 2.7.7-5
b99885
- Prevent hpfax trying to load configuration files as user lp.
b99885
b99885
* Thu Sep  6 2007 Tim Waugh <twaugh@redhat.com> 2.7.7-4
b99885
- Reverted udev rules change.
b99885
- Ship a HAL FDI file to get correct access control on the USB device
b99885
  nodes (bug #251470).
b99885
- Make libsane-hpaio requires the main hplip package, needed for
b99885
  libhpip.so (bug #280281).
b99885
b99885
* Thu Aug 30 2007 Tim Waugh <twaugh@redhat.com> 2.7.7-3
b99885
- Updated udev rules to allow scanning by console user.
b99885
b99885
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 2.7.7-2
b99885
- Better buildroot tag.
b99885
- More specific license tag.
b99885
b99885
* Fri Aug  3 2007 Tim Waugh <twaugh@redhat.com> 2.7.7-1
b99885
- 2.7.7.
b99885
b99885
* Mon Jul 23 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-10
b99885
- Move libhpmud to hpijs package (bug #248978).
b99885
b99885
* Fri Jul 20 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-9
b99885
- Remove hplip service on upgrade.
b99885
- Updated selinux-policy conflict for bug #249014.
b99885
- Fixed the udev rules file (bug #248740, bug #249025).
b99885
b99885
* Tue Jul 17 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-8
b99885
- Fixed hp-toolbox desktop file (bug #248560).
b99885
b99885
* Mon Jul 16 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-7
b99885
- Low ink is a warning condition, not an error.
b99885
b99885
* Wed Jul 11 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-6
b99885
- Add hp-check back, but in the gui sub-package.
b99885
- Show the HP Toolbox menu entry again.
b99885
b99885
* Mon Jul  9 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-5
b99885
- Read system config when run as root (bug #242974).
b99885
b99885
* Mon Jul  9 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-4
b99885
- Moved reportlab requirement to gui sub-package (bug #189030).
b99885
- Patchlevel 1.
b99885
b99885
* Sat Jul  7 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-3
b99885
- Fixed pre scriptlet (bug #247349, bug #247322).
b99885
b99885
* Fri Jul  6 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-2
b99885
- Main package requires python-reportlab for hp-sendfax (bug #189030).
b99885
- Explicitly enable scanning.
b99885
- Main package requires python-imaging for hp-scan (bug #247210).
b99885
b99885
* Mon Jul  2 2007 Tim Waugh <twaugh@redhat.com>
b99885
- Updated selinux-policy conflict for bug #246257.
b99885
b99885
* Fri Jun 29 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-1
b99885
- 2.7.6.
b99885
b99885
* Thu Jun 28 2007 Tim Waugh <twaugh@redhat.com> 1.7.4a-3
b99885
- Another go at avoiding AVC messages on boot (bug #244205).
b99885
b99885
* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 1.7.4a-2
b99885
- Don't try to write a /root/.hplip.conf file when running as a CUPS
b99885
  backend (bug #244205).
b99885
b99885
* Wed Jun 13 2007 Tim Waugh <twaugh@redhat.com> 1.7.4a-1
b99885
- Don't put the version in the desktop file; let desktop-file-install do it.
b99885
- 1.7.4a.  No longer need marker-supply or faxing-with-low-supplies
b99885
  patches.  Cheetah and cherrypy directories no longer shipped in source
b99885
  tarball.
b99885
b99885
* Mon Jun 11 2007 Tim Waugh <twaugh@redhat.com>
b99885
- Don't ship hp-check (bug #243273).
b99885
- Moved hp-setup back to the base package, and put code in
b99885
  utils.checkPyQtImport() to check for the gui sub-package as well as
b99885
  PyQt (bug #243273).
b99885
b99885
* Fri Jun  8 2007 Tim Waugh <twaugh@redhat.com>
b99885
- Moved hp-setup to the ui package (bug #243273).
b99885
- Prevent SELinux audit message from the CUPS backends (bug #241776)
b99885
b99885
* Thu May 10 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-10
b99885
- Prevent a traceback when unloading a photo card (bug #238617).
b99885
b99885
* Fri May  4 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-9
b99885
- When faxing, low ink/paper is not a problem (bug #238664).
b99885
b99885
* Tue Apr 17 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-8
b99885
- Update desktop database on %%postun as well (bug #236163).
b99885
b99885
* Mon Apr 16 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-7
b99885
- Some parts can run without GUI support after all (bug #236161).
b99885
- Added /sbin/service and /sbin/chkconfig requirements for the scriptlets
b99885
  (bug #236445).
b99885
- Fixed %%post scriptlet's condrestart logic (bug #236445).
b99885
b99885
* Fri Apr 13 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-6
b99885
- Fixed dangling symlinks (bug #236156).
b99885
- Move all fax bits to the gui package (bug #236161).
b99885
- Don't ship fax PPD and backend twice (bug #236092).
b99885
- Run update-desktop-database in the gui package's %%post scriptlet
b99885
  (bug #236163).
b99885
- Moved desktop-file-utils requirement to gui package (bug #236163).
b99885
- Bumped selinux-policy conflict version (bug #236092).
b99885
b99885
* Thu Apr  5 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-5
b99885
- Better media-empty-error state handling: always set the state.
b99885
b99885
* Wed Apr  4 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-4
b99885
- Clear the media-empty-error printer state.
b99885
b99885
* Wed Apr  4 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-3
b99885
- Fixed typo in marker-supply-low patch.
b99885
b99885
* Wed Apr  4 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-2
b99885
- Split out a gui sub-package (bug #193661).
b99885
- Build requires sane-backends-devel (bug #234813).
b99885
b99885
* Tue Apr  3 2007 Tim Waugh <twaugh@redhat.com>
b99885
- Change 'Hidden' to 'NoDisplay' in the desktop file, and use the System
b99885
  category instead of Utility (bug #170762).
b99885
- Link libsane-hpaio against libsane (bug #234813).
b99885
b99885
* Fri Mar 30 2007 Tim Waugh <twaugh@redhat.com>
b99885
- Use marker-supply-low IPP message.
b99885
b99885
* Thu Mar  1 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-1
b99885
- 1.7.2.
b99885
b99885
* Wed Feb 14 2007 Tim Waugh <twaugh@redhat.com> 1.7.1-1
b99885
- 1.7.1.
b99885
b99885
* Wed Jan 10 2007 Tim Waugh <twaugh@redhat.com> 1.6.12-1
b99885
- 1.6.12.  No longer need broken-conf, loop, out-of-paper or
b99885
  sane-debug patches.
b99885
b99885
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1.6.10-7
b99885
- rebuild against python 2.5
b99885
b99885
* Wed Dec  6 2006 Tim Waugh <twaugh@redhat.com>
b99885
- Minor state fixes for out-of-paper patch.
b99885
b99885
* Thu Nov 23 2006 Tim Waugh <twaugh@redhat.com> 1.6.10-6
b99885
- Report out-of-paper and offline conditions in CUPS backend (bug #216477).
b99885
b99885
* Wed Nov  1 2006 Tim Waugh <twaugh@redhat.com> 1.6.10-5
b99885
- Fixed debugging patch.
b99885
b99885
* Wed Nov  1 2006 Tim Waugh <twaugh@redhat.com> 1.6.10-4
b99885
- Allow debugging of the SANE backend.
b99885
b99885
* Mon Oct 30 2006 Tim Waugh <twaugh@redhat.com> 1.6.10-3
b99885
- IPv6 support (bug #198377).  Local-only sockets are IPv4, and ought
b99885
  to be changed to unix domain sockets in future.
b99885
b99885
* Fri Oct 27 2006 Tim Waugh <twaugh@redhat.com> 1.6.10-2
b99885
- 1.6.10.  No longer need compile patch.
b99885
- Fixed default config file (bug #211072).
b99885
- Moved libhpip to hpijs sub-package (bug #212531).
b99885
b99885
* Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 1.6.7-4
b99885
- Don't wake up every half a second (bug #204725).
b99885
b99885
* Mon Sep 25 2006 Tim Waugh <twaugh@redhat.com>
b99885
- Fixed package URL.
b99885
b99885
* Mon Aug 21 2006 Tim Waugh <twaugh@redhat.com> 1.6.7-3
b99885
- Don't look up username in PWDB in the fax backend (removed redundant code).
b99885
b99885
* Mon Aug  7 2006 Tim Waugh <twaugh@redhat.com> 1.6.7-2
b99885
- 1.6.7.
b99885
- Conflict with selinux-policy < 2.3.4 to make sure new port numbers are
b99885
  known about (bug #201357).
b99885
b99885
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - (none):1.6.6a-3.1
b99885
- rebuild
b99885
b99885
* Tue Jul  4 2006 Tim Waugh <twaugh@redhat.com> 1.6.6a-3
b99885
- libhpip should link against libm (bug #197599).
b99885
b99885
* Wed Jun 28 2006 Tim Waugh <twaugh@redhat.com> 1.6.6a-2
b99885
- 1.6.6a.
b99885
b99885
* Mon Jun 26 2006 Tim Waugh <twaugh@redhat.com>
b99885
- Patchlevel 1.
b99885
- Fixed libsane-hpaio %%post scriptlet (bug #196663).
b99885
b99885
* Fri Jun 16 2006 Tim Waugh <twaugh@redhat.com> 1.6.6-2
b99885
- 1.6.6.
b99885
b99885
* Mon Jun 12 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-6
b99885
- Build requires autoconf (bug #194682).
b99885
b99885
* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-5
b99885
- Include doc files (bug #192790).
b99885
b99885
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-4
b99885
- Patchlevel 2.
b99885
b99885
* Wed May 10 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-3
b99885
- Move hpijs to 0.9.11 too.
b99885
b99885
* Wed May 10 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-2
b99885
- 0.9.11.
b99885
- Keep hpijs at 0.9.8 for now.
b99885
b99885
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-6
b99885
- Patchlevel 2.
b99885
b99885
* Wed Apr 19 2006 Tim Waugh <twaugh@redhat.com>
b99885
- Don't package COPYING twice (bug #189162).
b99885
b99885
* Tue Apr 18 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-5
b99885
- Patchlevel 1.
b99885
- Fixed another case-sensitive match.
b99885
- Require hpijs sub-package (bug #189140).
b99885
- Don't package unneeded files (bug #189162).
b99885
- Put fax PPD in the right place (bug #186213).
b99885
b99885
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-4
b99885
- Use case-insensitive matching.  0.9.8 gave all-uppercase in some
b99885
  situations.
b99885
- Last known working hpijs comes from 0.9.8, so use that.
b99885
b99885
* Tue Mar 28 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-3
b99885
- Always use /usr/lib/cups/backend.
b99885
b99885
* Tue Mar 28 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-2
b99885
- 0.9.10.
b99885
- Ship PPDs.
b99885
b99885
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-7
b99885
- Include hpfax.
b99885
- Build requires libusb-devel.
b99885
b99885
* Thu Mar 23 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-6
b99885
- CUPS backend directory is always in /usr/lib.
b99885
b99885
* Mon Mar 13 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-4
b99885
- Quieten hpssd on startup.
b99885
b99885
* Sat Mar 11 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-3
b99885
- Patchlevel 1.
b99885
b99885
* Thu Mar  9 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-2
b99885
- 0.9.9.  No longer need quiet or 0.9.8-4 patches.
b99885
b99885
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 0.9.8-6
b99885
- Buildrequires: desktop-file-utils
b99885
b99885
* Mon Feb 27 2006 Tim Waugh <twaugh@redhat.com> 0.9.8-5
b99885
- Patchlevel 4.
b99885
b99885
* Tue Feb 14 2006 Tim Waugh <twaugh@redhat.com> 0.9.8-4
b99885
- Added Obsoletes: hpoj tags back in (bug #181476).
b99885
b99885
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - (none):0.9.8-3.1
b99885
- bump again for double-long bug on ppc(64)
b99885
b99885
* Tue Feb  7 2006 Tim Waugh <twaugh@redhat.com> 0.9.8-3
b99885
- Patchlevel 3.
b99885
b99885
* Fri Feb  3 2006 Tim Waugh <twaugh@redhat.com> 0.9.8-2
b99885
- Patchlevel 2.
b99885
b99885
* Thu Feb  2 2006 Tim Waugh <twaugh@redhat.com> 0.9.8-1
b99885
- 0.9.8.
b99885
- No longer need initscript patch.
b99885
- Don't package hpfax yet.
b99885
b99885
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com> 0.9.7-8
b99885
- Don't package PPD files.
b99885
b99885
* Thu Jan  5 2006 Tim Waugh <twaugh@redhat.com> 0.9.7-7
b99885
- Fix initscript (bug #176966).
b99885
b99885
* Mon Jan  2 2006 Tim Waugh <twaugh@redhat.com> 0.9.7-6
b99885
- Rebuild.
b99885
b99885
* Fri Dec 23 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-5
b99885
- Rebuild.
b99885
b99885
* Wed Dec 21 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-4
b99885
- Build requires python-devel, libjpeg-devel (bug #176317).
b99885
b99885
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b99885
- rebuilt
b99885
b99885
* Wed Dec  7 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-3
b99885
- Use upstream patch 0.9.7-2.
b99885
- No longer need lpgetstatus or compile patches.
b99885
b99885
* Fri Nov 25 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-2
b99885
- Prevent LPGETSTATUS overrunning format buffer.
b99885
b99885
* Thu Nov 24 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-1
b99885
- 0.9.7.
b99885
b99885
* Fri Nov 18 2005 Tim Waugh <twaugh@redhat.com> 0.9.6-7
b99885
- Fix compilation.
b99885
b99885
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 0.9.6-6
b99885
- rebuilt against new openssl
b99885
b99885
* Mon Nov  7 2005 Tim Waugh <twaugh@redhat.com> 0.9.6-5
b99885
- Rebuilt.
b99885
b99885
* Wed Oct 26 2005 Tim Waugh <twaugh@redhat.com> 0.9.6-4
b99885
- Ship initscript in %%{_sysconfdir}/rc.d/init.d.
b99885
b99885
* Fri Oct 14 2005 Tim Waugh <twaugh@redhat.com>
b99885
- Install the desktop file with Hidden=True (bug #170762).
b99885
b99885
* Fri Oct 14 2005 Tim Waugh <twaugh@redhat.com> 0.9.6-3
b99885
- Don't install desktop file (bug #170762).
b99885
- Quieten the hpssd daemon at startup (bug #170762).
b99885
b99885
* Wed Oct 12 2005 Tim Waugh <twaugh@redhat.com> 0.9.6-2
b99885
- 0.9.6.
b99885
b99885
* Tue Sep 20 2005 Tim Waugh <twaugh@redhat.com> 0.9.5-3
b99885
- Apply upstream patch to fix scanning in LaserJets and parallel InkJets.
b99885
b99885
* Mon Sep 19 2005 Tim Waugh <twaugh@redhat.com> 0.9.5-2
b99885
- 0.9.5.
b99885
- No longer need condrestart patch.
b99885
- Fix compile errors.
b99885
b99885
* Tue Jul 26 2005 Tim Waugh <twaugh@redhat.com> 0.9.4-3
b99885
- Fix condrestart in the initscript.
b99885
b99885
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com> 0.9.4-2
b99885
- Use 'condrestart' not 'restart' in %%post scriptlet.
b99885
b99885
* Fri Jul 22 2005 Tim Waugh <twaugh@redhat.com> 0.9.4-1
b99885
- forward-decl patch not needed.
b99885
- 0.9.4.
b99885
b99885
* Fri Jul  1 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-8
b99885
- Removed Obsoletes: hpoj tags (bug #162222).
b99885
b99885
* Thu Jun 30 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-7
b99885
- Rebuild to get Python modules precompiled.
b99885
b99885
* Wed Jun 22 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-6
b99885
- For libsane-hpaio ExcludeArch: s390 s390x, because it requires
b99885
  sane-backends.
b99885
b99885
* Wed Jun 15 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-5
b99885
- Use static IP ports (for SELinux policy).
b99885
b99885
* Tue Jun 14 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-4
b99885
- Conflicts: hpijs from before this package provided it.
b99885
- Conflicts: system-config-printer < 0.6.132 (i.e. before HPLIP support
b99885
  was added)
b99885
b99885
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-3
b99885
- Added Obsoletes: for xojpanel and hpoj-devel (but we don't actually package
b99885
  devel files yet).
b99885
b99885
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-2
b99885
- Add 'hpaio' to SANE config file, not 'hpoj' (bug #159954).
b99885
b99885
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-1
b99885
- Use /usr/share/applications for putting desktop files in (bug #159932).
b99885
- Requires PyQt (bug #159932).
b99885
b99885
* Tue Jun  7 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-0.1
b99885
- Initial package, based on Mandriva spec file.