forked from pool/pappl
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
1ec9127fb9 | |||
06418571f3 | |||
c238a2778c |
BIN
pappl-1.4.6.tar.gz
(Stored with Git LFS)
BIN
pappl-1.4.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
pappl-1.4.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
pappl-1.4.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
pappl-1.4.9.tar.gz.sig
Normal file
BIN
pappl-1.4.9.tar.gz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Update to release 1.4.7
|
||||||
|
* PAM-based authentication did not work on Linux due to a glibc
|
||||||
|
incompatibility (Issue #343)
|
||||||
|
* Fixed the web interface for setting the admin and print groups
|
||||||
|
(Issue #356)
|
||||||
|
* Fixed the web interface for adding network printers on
|
||||||
|
non-standard port numbers (Issue #360)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 10 15:12:06 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Sat Feb 10 15:12:06 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pappl
|
# spec file for package pappl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: pappl
|
Name: pappl
|
||||||
%define lname libpappl1
|
%define lname libpappl1
|
||||||
Version: 1.4.6
|
Version: 1.4.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A printer application framework
|
Summary: A printer application framework
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -90,8 +90,7 @@ perl -i -lpe 's{^\.SILENT:.*}{}g' Makedefs.in
|
|||||||
%make_install RPM_BUILD_ROOT=""
|
%make_install RPM_BUILD_ROOT=""
|
||||||
rm -f "%buildroot/%_libdir"/*.a
|
rm -f "%buildroot/%_libdir"/*.a
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%_bindir/pappl-*
|
%_bindir/pappl-*
|
||||||
|
Reference in New Issue
Block a user