forked from pool/pappl
- Update to release 1.2.2
OBS-URL: https://build.opensuse.org/package/show/Printing/pappl?expand=0&rev=10
This commit is contained in:
parent
375523945e
commit
873478fd6c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef882960eac120eb5999c7392c78f1d953758a0e5b8250dcc52ae4d440bf6902
|
||||
size 2440762
|
Binary file not shown.
3
pappl-1.2.2.tar.gz
Normal file
3
pappl-1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7644b3707ca1abfe9eccb73a08578c1c709d031e97aaff08c205feef36303e9b
|
||||
size 2445384
|
BIN
pappl-1.2.2.tar.gz.sig
Normal file
BIN
pappl-1.2.2.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 23:54:54 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.2
|
||||
* Added debug logging for device management.
|
||||
* Fixed a device race condition with job processing.
|
||||
* Fixed a potential value overflow when reading SNMP OIDs.
|
||||
* Fixed more CUPS 2.2.x compatibility issues.
|
||||
* Fixed a 100% CPU usage bug when cleaning the job history.
|
||||
* Fixed the default values of --with-papplstatedir and
|
||||
--with-papplsockdir to use the localstatedir value.
|
||||
* Fixed a initialization timing issue with USB gadgets on newer
|
||||
Linux kernels.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 26 19:50:23 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: pappl
|
||||
%define lname libpappl1
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: A printer application framework
|
||||
License: Apache-2.0
|
||||
@ -66,7 +66,7 @@ printing to printers connected via USB and network
|
||||
%package devel
|
||||
Summary: Development files for PAPPL
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
Requires: %lname = %version-%release
|
||||
|
||||
%description devel
|
||||
PAPPL is a C-based framework/library for developing CUPS Printer
|
||||
|
Loading…
Reference in New Issue
Block a user