Hello community, here is the log from the commit of package hplip checked in at Fri May 19 16:53:01 CEST 2006. -------- --- hplip/hplip.changes 2006-04-26 12:12:22.000000000 +0200 +++ hplip/hplip.changes 2006-05-19 13:34:43.000000000 +0200 @@ -1,0 +2,23 @@ +Fri May 19 13:04:46 CEST 2006 - jsmeix@suse.de + +- Updated to version 0.9.11: + Revised and updated documentation. + Some more supported all-in-one devices and printers. + Several bug fixes (no Suse bugs). +- Updated to version 0.9.10: + Several bug fixes (no Suse bugs). +- Updated to version 0.9.9: + Uses libusb for all USB I/O. + CUPS USB DeviceURIs must be changed from + "hp:/hp_model?device=/dev/usb/lpX" (no longer supported) + to "hp:/hp_model?serial=xxxxxxxx". + One more supported all-in-one device. + Several bug fixes (no Suse bugs). +- Updated to version 0.9.8: + New PC send fax support via special CUPS backend (hpfax) + and special HP-Fax-hplip.ppd PPD file + and a new send fax UI (hp-sendfax). + Some more supported printers. + Several bug fixes (no Suse bugs). + +------------------------------------------------------------------- Old: ---- hplip-0.9.7-2.patch hplip-0.9.7.tar.bz2 ljfastraster.cpp.patch New: ---- fix-missing-header-files.diff hplip-0.9.11-2.patch hplip-0.9.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hplip.spec ++++++ --- /var/tmp/diff_new_pack.HgHSGU/_old 2006-05-19 16:52:34.000000000 +0200 +++ /var/tmp/diff_new_pack.HgHSGU/_new 2006-05-19 16:52:34.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package hplip (Version 0.9.7) +# spec file for package hplip (Version 0.9.11) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,22 +13,20 @@ Name: hplip BuildRequires: cups cups-devel libdrm-devel libjpeg-devel net-snmp-devel pkgconfig python-devel python-openssl python-qt python-tk python-xml qt3-devel readline-devel sane update-desktop-files Summary: HP's Printing and Scanning Software -Version: 0.9.7 -Release: 16 -%define hpijsVersion 2.1.7 +Version: 0.9.11 +Release: 1 +%define hpijsVersion 2.1.10 Group: Hardware/Printing License: GPL, X11/MIT URL: http://hpinkjet.sourceforge.net/ -# URL for Source0: http://mesh.dl.sourceforge.net/sourceforge/hpinkjet/hplip-0.9.7.tar.gz +# URL for Source0: http://mesh.dl.sourceforge.net/sourceforge/hplip/hplip-0.9.11.tar.gz Source0: %{name}-%{version}.tar.bz2 -# URL for Patch0: http://mesh.dl.sourceforge.net/sourceforge/hpinkjet/hplip-0.9.7-2.patch -Patch0: hplip-0.9.7-2.patch -# Patch1 was derived from: http://mesh.dl.sourceforge.net/sourceforge/hpinkjet/hplip-0.9.8-4.patch -# The origional patch applies for version 0.9.8. -# Only the ljfastraster.cpp part to fix an array index underflow (for LJ1010, LJ1012) is used here: -Patch1: ljfastraster.cpp.patch +# URL for Patch0: http://mesh.dl.sourceforge.net/sourceforge/hplip/hplip-0.9.11-2.patch +Patch0: hplip-0.9.11-2.patch # Fix "... is used uninitialized ..." warnings: Patch10: fix-uninitialized-variables.diff +# Fix missing header files (e.g. include linux/compiler.h to have '__user' defined): +Patch11: fix-missing-header-files.diff # Source100 is the primary source for the suse_update_desktop_file stuff. # It is found automatically in $RPM_SOURCE_DIR by 'suse_update_desktop_file -i hplip': Source100: %{name}.desktop @@ -108,10 +106,10 @@ %setup -q # Apply HP's patch: %patch0 -p1 -# Fix an array index underflow (for LJ1010, LJ1012): -%patch1 # Fix "... is used uninitialized ..." warnings: %patch10 +# Fix missing header files (e.g. include linux/compiler.h to have '__user' defined): +%patch11 %build # If AUTOMAKE='automake --foreign' is not set, autoreconf (in fact automake) @@ -217,9 +215,6 @@ install -d %{buildroot}%{_defaultdocdir}/%{name}/hpijs-%{hpijsVersion} mv %{buildroot}%{_datadir}/doc/hpijs-%{hpijsVersion}/* %{buildroot}%{_defaultdocdir}/%{name}/hpijs-%{hpijsVersion}/ mv %{buildroot}%{_datadir}/doc/%{name}-%{version}/* %{buildroot}%{_defaultdocdir}/%{name}/ -# Install the rest of the available documentation: -cp ChangeLog %{buildroot}%{_defaultdocdir}/%{name}/ -cp prnt/hpijs/README_LIBJPG %{buildroot}%{_defaultdocdir}/%{name}/hpijs-%{hpijsVersion}/ # Desktop menue entry stuff: # Install the wrapper for hp-toolbox: install -m 755 %{SOURCE101} %{buildroot}%{_bindir}/hp-toolbox.wrapper @@ -286,6 +281,26 @@ %{_libdir}/libhpip.* %changelog -n hplip +* Fri May 19 2006 - jsmeix@suse.de +- Updated to version 0.9.11: + Revised and updated documentation. + Some more supported all-in-one devices and printers. + Several bug fixes (no Suse bugs). +- Updated to version 0.9.10: + Several bug fixes (no Suse bugs). +- Updated to version 0.9.9: + Uses libusb for all USB I/O. + CUPS USB DeviceURIs must be changed from + "hp:/hp_model?device=/dev/usb/lpX" (no longer supported) + to "hp:/hp_model?serial=xxxxxxxx". + One more supported all-in-one device. + Several bug fixes (no Suse bugs). +- Updated to version 0.9.8: + New PC send fax support via special CUPS backend (hpfax) + and special HP-Fax-hplip.ppd PPD file + and a new send fax UI (hp-sendfax). + Some more supported printers. + Several bug fixes (no Suse bugs). * Wed Apr 26 2006 - jsmeix@suse.de - Fixed PPDs for "LaserJet 5Si" and "LaserJet 5MP" (see Suse bugzilla bug #164991). ++++++ fix-missing-header-files.diff ++++++ --- io/hpiod/usbext.h.orig 2006-05-19 15:59:46.000000000 +0200 +++ io/hpiod/usbext.h 2006-05-19 16:00:57.000000000 +0200 @@ -34,6 +34,7 @@ #if defined(__APPLE__) && defined(__MACH__) #else +#include <linux/compiler.h> #include <linux/usbdevice_fs.h> #ifdef __cplusplus ++++++ hplip-0.9.7-2.patch -> hplip-0.9.11-2.patch ++++++ ++++ 956 lines (skipped) ++++ between hplip/hplip-0.9.7-2.patch ++++ and hplip/hplip-0.9.11-2.patch ++++++ hplip-0.9.7.tar.bz2 -> hplip-0.9.11.tar.bz2 ++++++ hplip/hplip-0.9.7.tar.bz2 hplip/hplip-0.9.11.tar.bz2 differ: char 11, line 1 ++++++ hplip-init-script.diff ++++++ --- /var/tmp/diff_new_pack.HgHSGU/_old 2006-05-19 16:52:35.000000000 +0200 +++ /var/tmp/diff_new_pack.HgHSGU/_new 2006-05-19 16:52:35.000000000 +0200 @@ -16,7 +16,7 @@ echo [ $RETVAL = 0 ] && [ -d /var/lock/subsys ] && touch /var/lock/subsys/hpssd.py -# killall -HUP cupsd -+ echo "Note: You may have to restart the cupsd." - return $RETVAL - } - ++ echo "Note: You may have to restart the cupsd. + if [ -f /var/lock/subsys/hpiod -a -f /var/lock/subsys/hpssd.py ]; then + touch /var/lock/subsys/hplip + return 0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de