Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 964c9a4f68 | |||
| 1ec9127fb9 | |||
| 06418571f3 |
BIN
pappl-1.4.10.tar.gz
LFS
Normal file
BIN
pappl-1.4.10.tar.gz
LFS
Normal file
Binary file not shown.
BIN
pappl-1.4.10.tar.gz.sig
Normal file
BIN
pappl-1.4.10.tar.gz.sig
Normal file
Binary file not shown.
BIN
pappl-1.4.7.tar.gz
LFS
BIN
pappl-1.4.7.tar.gz
LFS
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 26 21:47:24 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.4.10
|
||||
* Changed the preferred/first printer URI to use the "ipps"
|
||||
scheme.
|
||||
* Updated the USB serial number code to better support
|
||||
non-compliant printers such as those from DYMO.
|
||||
* Now shows the default and supported "output-bin" options.
|
||||
* Now suppresses a duplicate 'auto' value for
|
||||
"media-source-supported" to work around a bug in the
|
||||
legacy-printer-app.
|
||||
* Now logs the TLS version and cipher suite, when available.
|
||||
* Now creates spool files with read-only permissions.
|
||||
* Now supports setting "media-ready" with the modify sub-command.
|
||||
* Fixed attribute copying issue from multiple client threads.
|
||||
* Fixed driver validation for raw printing (Issue #391).
|
||||
* Fixed a deadlock issue in the web interface (Issue #406).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 22 21:25:22 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.4.9
|
||||
* Fixed a bug in job event notifications.
|
||||
* Fixed a bug that would delay shutdown by 60 seconds.
|
||||
* Fixed some notification bugs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 18:30:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.4.8
|
||||
* Security fix: The web interface password didn't work properly
|
||||
* Now use the ``listen-hostname`` hostname as system hostname if
|
||||
a name is specified
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 16:44:15 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pappl
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: pappl
|
||||
%define lname libpappl1
|
||||
Version: 1.4.7
|
||||
Version: 1.4.10
|
||||
Release: 0
|
||||
Summary: A printer application framework
|
||||
License: Apache-2.0
|
||||
@@ -90,8 +90,7 @@ perl -i -lpe 's{^\.SILENT:.*}{}g' Makedefs.in
|
||||
%make_install RPM_BUILD_ROOT=""
|
||||
rm -f "%buildroot/%_libdir"/*.a
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files
|
||||
%_bindir/pappl-*
|
||||
|
||||
Reference in New Issue
Block a user