Accepting request 479703 from home:jsmeix:branches:Printing

Added changelog entry about SLE12 version upgrade (fate#322305)

OBS-URL: https://build.opensuse.org/request/show/479703
OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=138
This commit is contained in:
Johannes Meixner 2017-03-15 15:02:15 +00:00 committed by Git OBS Bridge
parent 22bdc5a1f4
commit 04e5b05864
2 changed files with 13 additions and 3 deletions

View File

@ -3,6 +3,16 @@ Mon Mar 13 08:51:52 UTC 2017 - fvogt@suse.com
- Use Qt5 on Tumbleweed and Leap >= 42.2 (bsc#1018734)
-------------------------------------------------------------------
Thu Mar 2 11:21:02 CET 2017 - jsmeix@suse.de
- Support most recent HP printing devices for SLE12 by upgrading
HPLIP to the version that we have currently (as of this writing)
in openSUSE Factory and this is in use on openSUSE Tumbleweed
see https://fate.suse.com/322305 (fate#322305).
In general regarding version upgrades for printer drivers
see https://en.opensuse.org/SDB:Installing_a_Printer
-------------------------------------------------------------------
Thu Feb 9 17:20:28 UTC 2017 - Mathias.Homann@opensuse.org

View File

@ -244,6 +244,7 @@ http://hplipopensource.com
%package hpijs
Summary: Only plain printing with HPLIP printer drivers
Group: Hardware/Printing
# On a minimalist system only hplip-hpijs may be installed
# or on a minimalist package repository (e.g. on the openSUSE CDs)
# only hplip-hpijs may be available (even when a usual system is installed).
@ -262,7 +263,6 @@ Summary: Only plain printing with HPLIP printer drivers
# may be not available to be installed (e.g. when hplip-hpijs-1.2.3-4.5 is
# installed from the openSUSE CDs but on our official online repository
# only hplip-1.2.3-6.7 is available which should usually also work):
Group: Hardware/Printing
Suggests: %{name} = %{version}
# Since Nov 14 2007 ghostscript-library does no longer require /usr/bin/hpijs
# but only "Suggests hplip-hpijs" (see Novell/Suse Bugzilla bnc#341564).
@ -324,12 +324,12 @@ For full documentation and license see the main-package hplip.
%package sane
Summary: Only plain scanning with HPLIP scan drivers
Group: Hardware/Scanner
# Require the exact matching version-release of the hpijs sub-package to make sure
# to have the exact matching version of libhpip and libhpmud installed.
# A wrong library version may let libsane-hpaio crash (e.g. segfault)
# which lets the whole scanning stack frontend<->libsane-dll<->libsane-backend crash
# also for any other backend when the hpaio backend is enabled (e.g. "scanimage -L"):
Group: Hardware/Scanner
Requires: %{name}-hpijs = %{version}-%{release}
# See comment in hpijs sub-package for same Suggests:
Suggests: %{name} = %{version}
@ -344,9 +344,9 @@ with the scan drivers in HPLIP for standard HP all-in-one printers.
%package devel
Summary: Development files for hplip
Group: Development/Languages/C and C++
# Require the exact matching version-release of the hpijs sub-package to make sure
# to have the exact matching version of libhpip and libhpmud installed:
Group: Development/Languages/C and C++
Requires: %{name}-hpijs = %{version}-%{release}
# Require the exact matching version-release of the sane sub-package to make sure
# to have the exact matching version of libsane-hpaio installed: