Fedora Release Engineering
dabcff0237
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-24 21:45:51 +00:00
Fedora Release Engineering
639b6e999f
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-20 22:11:36 +00:00
Zdenek Dohnal
187b064062
add fallback url to hp-plugin-download
2024-01-19 09:23:18 +01:00
Zdenek Dohnal
d726b77698
Fix build with GCC 14
2024-01-09 15:35:15 +01:00
Zdenek Dohnal
a6c2c2b70b
2252302 - hplip-3.23.12 is available
2024-01-09 11:20:27 +01:00
Zdenek Dohnal
b7a8b0b5a8
Merge #12 Rebase to 3.23.8
2023-10-09 05:48:48 +00:00
Mikhail Gavrilov
f488895f79
fix --max-time and add follow to redirections
2023-10-09 03:27:14 +05:00
Zdenek Dohnal
b77080962d
Rebase to 3.23.8
2023-10-04 16:43:50 +02:00
Zdenek Dohnal
6d550c7123
SPDX finished review of one license - take it as BSD-2-Clause
2023-10-03 16:31:24 +02:00
Zdenek Dohnal
249ea11cfb
SPDX finished review of one license - take it as BSD-2-Clause
2023-09-11 13:15:54 +02:00
Zdenek Dohnal
66bf018624
hp-check: use pkgconf when checking for cups version
2023-08-24 16:34:43 +02:00
Zdenek Dohnal
606f617bde
hp-plugin.in: Add brackets to prevent early exit
2023-08-03 16:56:06 +02:00
Zdenek Dohnal
31a7a6c1ee
Fallback to proprietary plugin for Hbpl1 printers
...
Since files for Hbpl1 printers were removed until the licensing is
cleared up, try to fall back to proprietary plugin.
2023-08-03 14:47:42 +02:00
Zdenek Dohnal
4fa25e2888
Add license upstream tracker
2023-07-28 14:14:20 +02:00
Zdenek Dohnal
ac09a5bddc
SPDX migration
2023-07-28 14:12:45 +02:00
Zdenek Dohnal
e174e9103e
Update hplip-covscan.patch, because genPCLm.cpp was removed
2023-07-28 09:30:06 +02:00
Zdenek Dohnal
76d7fdfefc
remove redundant files
2023-07-27 19:25:15 +02:00
Zdenek Dohnal
f9aafff426
Fix more warnings
2023-07-27 17:12:37 +02:00
Zdenek Dohnal
a15ae7afb4
Fix syntax warnings
2023-07-21 12:57:24 +02:00
Zdenek Dohnal
f22496015e
Use raw strings to eliminate syntax warnings
2023-07-21 12:54:51 +02:00
Zdenek Dohnal
aef1ccce5b
Fix tier1-internal
2023-07-21 11:34:46 +02:00
Zdenek Dohnal
c775adaac1
Fix conditional
2023-07-21 11:17:20 +02:00
Zdenek Dohnal
ec4e2f53cc
Enable Fedora CI and gating
2023-07-21 10:47:20 +02:00
Fedora Release Engineering
a3f2418e3a
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-20 06:25:09 +00:00
Adam Williamson
65ca3e41cf
Require curl, not curl-minimal
...
Requiring curl-minimal is not safe. The full curl package does
not provide curl-minimal, and the two conflict. So if you have
full curl installed, you cannot update, because installing
curl-minimal to satisfy hplip's requirement would require the
removal of full curl.
curl-minimal provides curl, so for a quick fix, just changing
this to "Requires: curl", which is satisfied by either. As a
refinement we might be able to add something like
"Suggests: curl-minimal" to 'cue' the use of curl-minimal rather
than curl if neither is currently installed, but I just wanted
to make the minimum change necessary to stop breaking openQA
tests for now.
2023-07-18 11:42:36 -07:00
Zdenek Dohnal
9a35bb2322
Add missing curl patch
2023-07-18 16:54:50 +02:00
Zdenek Dohnal
83a6c95d49
hplip.spec: recommend python3-gobject in hplip
2023-07-18 10:26:16 +02:00
Zdenek Dohnal
eb5e881525
2221311 - [python3.12] hplip tools/binaries crash due depending on removed configparser.readfp()
2023-07-17 18:43:31 +02:00
Zdenek Dohnal
0426012736
switch to curl when downloading plugin
2023-07-17 18:28:12 +02:00
Zdenek Dohnal
f616afe827
pstotiff: don't use SAFER with WRITESYSTEMDICT per upstream warning
2023-07-17 13:19:28 +02:00
Zdenek Dohnal
031349c9fd
2192131 - parseQueues() doesn't get device uri from 'lpstat -v', because parsing pattern changed
2023-07-17 13:16:47 +02:00
Zdenek Dohnal
363dc1639d
Remove unused files
2023-06-28 15:30:01 +02:00
Python Maint
850284dda4
Rebuilt for Python 3.12
2023-06-13 22:00:33 +02:00
Zdenek Dohnal
ac182d7612
2184067 - hplip-3.23.5 is available
2023-06-06 16:15:52 +02:00
Fedora Release Engineering
2cf2a6900a
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 12:12:56 +00:00
Zdenek Dohnal
a3d30bea25
2148210 - hplip: pcardext Python extension broken
...
stop shipping hp-unload, since it depends on pcardext
2022-12-01 11:19:14 +01:00
Florian Weimer
bbb19dff5e
C99 compatibility fixes
...
Stop building the pcardext Python extension because it unusable
(#2148210 ).
Related to:
<https://fedoraproject.org/wiki/Changes/PortingToModernC >
<https://fedoraproject.org/wiki/Toolchain/PortingToModernC >
2022-11-24 17:46:17 +01:00
Zdenek Dohnal
a960ac4214
2139309 - hplip-3.22.10 is available
2022-11-24 12:04:27 +01:00
Zdenek Dohnal
ca1713968e
distutils will be removed in Python3.12, use setuptools now
2022-10-19 14:05:07 +02:00
Zdenek Dohnal
652db6693c
2129849 - hp-plugin unable to load plugin.conf - add a new backup download script
2022-10-13 15:07:30 +02:00
Zdenek Dohnal
09cd5eff22
2129849 - hp-plugin unable to load plugin.conf - add a new backup download script
2022-10-13 15:06:24 +02:00
Zdenek Dohnal
6cb741bb45
2129849 - hp-plugin unable to load plugin.conf
2022-10-13 14:43:35 +02:00
Fedora Release Engineering
cc60476218
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 13:44:10 +00:00
Zdenek Dohnal
cfce1c8fa6
recommend libsane-hpaio - duplicated scanners are better than no scanner
...
2101790 - hplip-3.22.6 is available
2022-07-19 16:20:46 +02:00
Zdenek Dohnal
3c7687254d
hplip-repack.sh: Merge hplip-repack and hplip-rebase
2022-07-18 12:10:41 +02:00
Zdenek Dohnal
c7dbb064bd
recommend libsane-hpaio - duplicated scanners are better than no scanner
2022-07-18 11:57:36 +02:00
Python Maint
e4d8f7e061
Rebuilt for Python 3.11
2022-06-13 17:35:17 +02:00
Zdenek Dohnal
297f625d95
2080235 - Misleading errors about missing shared libraries when scanning
2022-05-17 12:53:06 +02:00
Zdenek Dohnal
eabb56cabe
Fix prep phase
2022-05-11 13:38:09 +02:00
Zdenek Dohnal
129beeedb9
2079740 - hplip-3.22.4 is available
2022-05-11 13:32:21 +02:00