Accepting request 198711 from home:jsmeix:branches:Printing
Version upgrade to 3.13.9 OBS-URL: https://build.opensuse.org/request/show/198711 OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=81
This commit is contained in:
parent
3e02bc53d3
commit
9cac513ea8
@ -1,11 +0,0 @@
|
||||
--- ip/xmatrix.c.orig 2004-02-18 23:43:44.000000000 +0100
|
||||
+++ ip/xmatrix.c 2005-05-17 13:48:17.000000000 +0200
|
||||
@@ -380,7 +380,7 @@
|
||||
|
||||
while (pwOut < (WORD*)pOutAfter)
|
||||
{
|
||||
- int prod0, prod1, prod2;
|
||||
+ int prod0 = 0, prod1 = 0, prod2 = 0;
|
||||
|
||||
/* The fixed-point calculations below are as follows:
|
||||
* 17.15 = input pixel
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57c83139eca691e1337a4a43a9cfe7777cf969c94f85e8718949212f94e39b1d
|
||||
size 20836354
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlIB5JcACgkQc9dwzaWQR7maEgCfX+43fMtSH49bVmdMrzEtdF4T
|
||||
MjIAnimXchXoyEvw7VPuQkY3FGHaTYjz
|
||||
=1gPo
|
||||
-----END PGP SIGNATURE-----
|
3
hplip-3.13.9.tar.gz
Normal file
3
hplip-3.13.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d95c729a79b0d28be3ecb6cba6df5a931b0788484c4d323963abc36d514bb120
|
||||
size 20878480
|
7
hplip-3.13.9.tar.gz.asc
Normal file
7
hplip-3.13.9.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlIoR1sACgkQc9dwzaWQR7lohwCfaoxhATOoQn1B2kcsDZrx5FB5
|
||||
tMYAn35uKn+H5/feIApEUN+DKjeam1/x
|
||||
=75MO
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 10:47:40 CEST 2013 - jsmeix@suse.de
|
||||
|
||||
- Version upgrade to 3.13.9:
|
||||
Several more supported printers and all-in-one devices.
|
||||
Some bug fixes.
|
||||
For details see
|
||||
http://hplipopensource.com/hplip-web/release_notes.html
|
||||
- fix-uninitialized-variables.diff is obsolete since
|
||||
version 3.13.9 because it is fixed in the source.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 14:44:46 CEST 2013 - jsmeix@suse.de
|
||||
|
||||
|
17
hplip.spec
17
hplip.spec
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: hplip
|
||||
# BuildRequires foomatic-filters to avoid /usr/lib/rpm/brp-symlink ERROR:
|
||||
# link target doesn't exist (neither in build root nor in installed system):
|
||||
@ -59,23 +58,22 @@ Group: Hardware/Printing
|
||||
# where 'a' or 'b' do not mean 'alpha' or 'beta' but 'second' or 'third' release in the month
|
||||
# (usually bugfix releases have the suffix like 3.12.10a = first bugfix release for 3.12.10).
|
||||
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||
Version: 3.13.8
|
||||
Version: 3.13.9
|
||||
Release: 0
|
||||
Url: http://hplipopensource.com
|
||||
# Source0...Source9 is for sources from HP:
|
||||
# URL for Source0: http://prdownloads.sourceforge.net/hplip/hplip-3.13.8.tar.gz
|
||||
# URL to verify Source0: http://prdownloads.sourceforge.net/hplip/hplip-3.13.8.tar.gz.asc
|
||||
# URL for Source0: http://prdownloads.sourceforge.net/hplip/hplip-3.13.9.tar.gz
|
||||
# URL to verify Source0: http://prdownloads.sourceforge.net/hplip/hplip-3.13.9.tar.gz.asc
|
||||
# How to verify Source0 see: http://hplipopensource.com/node/327
|
||||
# For example: /usr/bin/gpg --keyserver pgp.mit.edu --recv-keys 0xA59047B9
|
||||
# /usr/bin/gpg --verify hplip-3.13.8.tar.gz.asc hplip-3.13.8.tar.gz
|
||||
# /usr/bin/gpg --verify hplip-3.13.9.tar.gz.asc hplip-3.13.9.tar.gz
|
||||
# must result: Good signature from "HPLIP (HP Linux Imaging and Printing) <hplip@hp.com>"
|
||||
Source0: http://prdownloads.sourceforge.net/hplip/hplip-%{version}.tar.gz
|
||||
Source1: http://prdownloads.sourceforge.net/hplip/hplip-%{version}.tar.gz.asc
|
||||
Source2: hplip.keyring
|
||||
# Patch0...Patch9 is for patches from HP:
|
||||
# Patch10...Patch99 is for Suse patches for the sources from HP:
|
||||
# Patch10 fixes "... is used uninitialized ..." warnings:
|
||||
Patch10: fix-uninitialized-variables.diff
|
||||
# Patch10 fix-uninitialized-variables.diff is obsolete since version 3.13.9 because it is fixed in the source.
|
||||
# Patch11 fix_gcc44_glib.diff is obsolete since version 3.9.6b because it is fixed in the source.
|
||||
# Patch12 hplip-3.9.8-CVE-2010-4267.patch fixeed a remote buffer overflow in hpmud/pml.c which
|
||||
# is no longer needed because it is fixed in the upstream sources in HPLIP version 3.13.7
|
||||
@ -330,9 +328,6 @@ with the scan drivers in HPLIP for standard HP all-in-one printers.
|
||||
%endif
|
||||
# Be quiet when unpacking:
|
||||
%setup -q
|
||||
# Patch10 fix-uninitialized-variables.diff
|
||||
# fixes "... is used uninitialized ..." warnings:
|
||||
%patch10 -b .fix-uninitialized-variables.orig
|
||||
# Patch101 change-udev-rules.diff
|
||||
# changes the udev rules file 56-hpmud.rules
|
||||
%patch101 -b .change-udev-rules.orig
|
||||
@ -682,9 +677,7 @@ exit 0
|
||||
/usr/lib/cups/backend/hp
|
||||
%dir /usr/lib/cups/filter
|
||||
/usr/lib/cups/filter/foomatic-rip-hplip
|
||||
/usr/lib/cups/filter/hpcac
|
||||
/usr/lib/cups/filter/hpcups
|
||||
/usr/lib/cups/filter/hplipjs
|
||||
/usr/lib/cups/filter/hpps
|
||||
/usr/lib/cups/filter/pstotiff
|
||||
%dir %{_datadir}/cups
|
||||
|
Loading…
Reference in New Issue
Block a user