This commit is contained in:
parent
32c465d0c4
commit
1c8d6f6d46
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 10:10:15 CET 2007 - aj@suse.de
|
||||||
|
|
||||||
|
- Do not add supplements to temporary workaround bug #243595.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 5 14:25:21 CET 2007 - jsmeix@suse.de
|
Mon Feb 5 14:25:21 CET 2007 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Summary: HPIJS stand-alone
|
|||||||
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
||||||
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 2
|
Release: 5
|
||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
License: BSD License and BSD-like
|
License: BSD License and BSD-like
|
||||||
URL: http://hpinkjet.sourceforge.net/
|
URL: http://hpinkjet.sourceforge.net/
|
||||||
@ -45,7 +45,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
# because when a user (or a printer setup tool) wants to set up a HP printer with the hpijs driver
|
# because when a user (or a printer setup tool) wants to set up a HP printer with the hpijs driver
|
||||||
# it must be 100% sure that all what the hpijs driver needs to run is also installed.
|
# it must be 100% sure that all what the hpijs driver needs to run is also installed.
|
||||||
# Therefore the requirement is weakened for this package:
|
# Therefore the requirement is weakened for this package:
|
||||||
Supplements: ghostscript_any
|
# Disable until bug #243595 is solved
|
||||||
|
# Supplements: ghostscript_any
|
||||||
# hplip-hpijs and hplip-hpijs-standalone both contain /usr/bin/hpijs:
|
# hplip-hpijs and hplip-hpijs-standalone both contain /usr/bin/hpijs:
|
||||||
Conflicts: hplip-hpijs
|
Conflicts: hplip-hpijs
|
||||||
# Skip testing devel dependencies required by libtool .la files by the following comment:
|
# Skip testing devel dependencies required by libtool .la files by the following comment:
|
||||||
@ -139,6 +140,8 @@ exit 0
|
|||||||
%{_bindir}/hpijs
|
%{_bindir}/hpijs
|
||||||
|
|
||||||
%changelog -n hpijs-standalone
|
%changelog -n hpijs-standalone
|
||||||
|
* Mon Feb 12 2007 - aj@suse.de
|
||||||
|
- Do not add supplements to temporary workaround bug #243595.
|
||||||
* Mon Feb 05 2007 - jsmeix@suse.de
|
* Mon Feb 05 2007 - jsmeix@suse.de
|
||||||
- fix-buffer-overflow.patch fixes a too small string buffer
|
- fix-buffer-overflow.patch fixes a too small string buffer
|
||||||
which overflows in line 310 in ljcolor.cpp.
|
which overflows in line 310 in ljcolor.cpp.
|
||||||
|
@ -17,7 +17,7 @@ Summary: HP's Printing, Scanning, and Faxing Software
|
|||||||
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
||||||
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 4
|
Release: 8
|
||||||
%define hpijsVersion 2.7.1
|
%define hpijsVersion 2.7.1
|
||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
License: BSD License and BSD-like, GNU General Public License (GPL)
|
License: BSD License and BSD-like, GNU General Public License (GPL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user