3.20.9
This commit is contained in:
parent
43a26f09d8
commit
2f37664639
1
.gitignore
vendored
1
.gitignore
vendored
@ -99,3 +99,4 @@ hplip-3.10.6.tar.gz
|
|||||||
/hplip-3.20.3.tar.gz
|
/hplip-3.20.3.tar.gz
|
||||||
/hplip-3.20.5.tar.gz
|
/hplip-3.20.5.tar.gz
|
||||||
/hplip-3.20.6.tar.gz
|
/hplip-3.20.6.tar.gz
|
||||||
|
/hplip-3.20.9.tar.gz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlsYzCYACgkQc9dwzaWQR7k3kQCgpUG6Okb3nGf7qodmI9zTBf3A
|
|
||||||
a8AAoLD0LiwifYlnEBlHS5Eaw/ylB9A8
|
|
||||||
=H/1x
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
hplip-3.20.9.tar.gz.asc
Normal file
7
hplip-3.20.9.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAl9q3H0ACgkQc9dwzaWQR7mXYwCg29C1KMe4i4oKiGBuTORPyFFD
|
||||||
|
DBIAoNsiIA+A17b4QeR4GCbRhWBEYvl5
|
||||||
|
=OKLE
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,8 +1,7 @@
|
|||||||
diff --git a/configure.in b/configure.in
|
diff -up hplip-3.20.9/configure.in.configure-python hplip-3.20.9/configure.in
|
||||||
index 9e330e3..e4a254e 100755
|
--- hplip-3.20.9/configure.in.configure-python 2020-09-23 07:24:27.000000000 +0200
|
||||||
--- a/configure.in
|
+++ hplip-3.20.9/configure.in 2020-10-02 07:27:09.082331431 +0200
|
||||||
+++ b/configure.in
|
@@ -604,17 +604,29 @@ if test "$class_driver" = "no" && test "
|
||||||
@@ -604,20 +604,31 @@ if test "$class_driver" = "no" && test "$hpijs_only_build" = "no" && test "$hpcu
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -42,11 +41,8 @@ index 9e330e3..e4a254e 100755
|
|||||||
+ LIBS="$SAVE_LIBS"
|
+ LIBS="$SAVE_LIBS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
-#CFLAGS=`(python-config --includes)`
|
#CFLAGS=`(python-config --includes)`
|
||||||
if test "$class_driver" = "no" && test "$hpijs_only_build" = "no" && test "$lite_build" = "no" && test "$hpcups_only_build" = "no"; then
|
@@ -631,7 +643,6 @@ if test "$class_driver" = "no" && test "
|
||||||
AC_ARG_VAR([PYTHON], [Python interpreter/compiler command])
|
|
||||||
AM_PATH_PYTHON([2.2])
|
|
||||||
@@ -630,7 +641,6 @@ if test "$class_driver" = "no" && test "$hpijs_only_build" = "no" && test "$lite
|
|
||||||
AS_IF([test "x$FOUND_HEADER" != "xyes"],
|
AS_IF([test "x$FOUND_HEADER" != "xyes"],
|
||||||
[AC_MSG_ERROR([cannot find python-devel support], 6)])
|
[AC_MSG_ERROR([cannot find python-devel support], 6)])
|
||||||
fi
|
fi
|
||||||
|
@ -233,21 +233,6 @@ index 5879a70..d246041 100644
|
|||||||
hpwrite(buffer, strlen(buffer));
|
hpwrite(buffer, strlen(buffer));
|
||||||
fprintf(stderr, "HP PS filter func = WriteHeader : WRITING PJL HEADER INFO\n");
|
fprintf(stderr, "HP PS filter func = WriteHeader : WRITING PJL HEADER INFO\n");
|
||||||
return;
|
return;
|
||||||
diff --git a/protocol/discovery/mdns.c b/protocol/discovery/mdns.c
|
|
||||||
index abca295..8dd6fa5 100644
|
|
||||||
--- a/protocol/discovery/mdns.c
|
|
||||||
+++ b/protocol/discovery/mdns.c
|
|
||||||
@@ -31,6 +31,10 @@
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <netdb.h>
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
+#include <unistd.h>
|
|
||||||
+#include <ctype.h>
|
|
||||||
+#include <stdio.h>
|
|
||||||
+#include <stdlib.h>
|
|
||||||
#include "mdns.h"
|
|
||||||
|
|
||||||
/* Convert "www.google.com" to "3www6google3com". */
|
|
||||||
diff --git a/protocol/hp_ipp.h b/protocol/hp_ipp.h
|
diff --git a/protocol/hp_ipp.h b/protocol/hp_ipp.h
|
||||||
index 3853f84..de76202 100644
|
index 3853f84..de76202 100644
|
||||||
--- a/protocol/hp_ipp.h
|
--- a/protocol/hp_ipp.h
|
||||||
@ -310,18 +295,6 @@ index af45bff..4f59b21 100644
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
diff --git a/scan/sane/hpaio.c b/scan/sane/hpaio.c
|
|
||||||
index ae34cfb..ffde2ad 100644
|
|
||||||
--- a/scan/sane/hpaio.c
|
|
||||||
+++ b/scan/sane/hpaio.c
|
|
||||||
@@ -41,6 +41,7 @@
|
|
||||||
#include "soap.h"
|
|
||||||
#include "soapht.h"
|
|
||||||
#include "marvell.h"
|
|
||||||
+#include "mdns.h"
|
|
||||||
#include "hpaio.h"
|
|
||||||
#include "ledm.h"
|
|
||||||
#include "sclpml.h"
|
|
||||||
diff --git a/scan/sane/http.c b/scan/sane/http.c
|
diff --git a/scan/sane/http.c b/scan/sane/http.c
|
||||||
index 800df91..45668cd 100644
|
index 800df91..45668cd 100644
|
||||||
--- a/scan/sane/http.c
|
--- a/scan/sane/http.c
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.20.6
|
Version: 3.20.9
|
||||||
Release: 13%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT and BSD and IJG and Public Domain and GPLv2+ with exceptions and ISC
|
License: GPLv2+ and MIT and BSD and IJG and Public Domain and GPLv2+ with exceptions and ISC
|
||||||
|
|
||||||
Url: https://developers.hp.com/hp-linux-imaging-and-printing
|
Url: https://developers.hp.com/hp-linux-imaging-and-printing
|
||||||
@ -194,6 +194,8 @@ BuildRequires: gcc-c++
|
|||||||
|
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: net-snmp-devel
|
BuildRequires: net-snmp-devel
|
||||||
|
BuildRequires: pkgconfig(avahi-client)
|
||||||
|
BuildRequires: pkgconfig(avahi-core)
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@ -768,6 +770,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
|||||||
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
|
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 3.20.9-1
|
||||||
|
- 3.20.9
|
||||||
|
|
||||||
* Wed Sep 30 2020 Zdenek Dohnal <zdohnal@redhat.com> - 3.20.6-13
|
* Wed Sep 30 2020 Zdenek Dohnal <zdohnal@redhat.com> - 3.20.6-13
|
||||||
- fix bashisms in hplip-configure-python.patch
|
- fix bashisms in hplip-configure-python.patch
|
||||||
- thanks for Daniel Pielmeier from Gentoo for review
|
- thanks for Daniel Pielmeier from Gentoo for review
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (hplip-3.20.6.tar.gz) = 6a5ce55465e3a537ecc0b6e7d198835dbe495e191522e674a507a4993e2061da3ea084a5239a74b2279c065c0775067d5b6a4aeb2a7791825106a299fb55e8f8
|
SHA512 (hplip-3.20.9.tar.gz) = d2981cf51f6d893a576c51808710ac9815aa6ac5fdc617d95cc372518731a48b0aca09af721c1792e1531df6cf8fc0ebf5ebd7e9c96950602a830ceed3d441ae
|
||||||
|
Loading…
Reference in New Issue
Block a user