forked from pool/pappl
Compare commits
No commits in common. "master" and "factory" have entirely different histories.
3
pappl-1.4.6.tar.gz
Normal file
3
pappl-1.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b769c853c2a769cf2179eaf027da86060b301cbbb35ca8c875eb0bdf52c3b1d2
|
||||||
|
size 2591187
|
BIN
pappl-1.4.6.tar.gz.sig
Normal file
BIN
pappl-1.4.6.tar.gz.sig
Normal file
Binary file not shown.
BIN
pappl-1.4.8.tar.gz
(Stored with Git LFS)
BIN
pappl-1.4.8.tar.gz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
@ -1,22 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: pappl
|
Name: pappl
|
||||||
%define lname libpappl1
|
%define lname libpappl1
|
||||||
Version: 1.4.8
|
Version: 1.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A printer application framework
|
Summary: A printer application framework
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -90,7 +90,8 @@ 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
|
||||||
|
|
||||||
%ldconfig_scriptlets -n %lname
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%_bindir/pappl-*
|
%_bindir/pappl-*
|
||||||
|
Loading…
Reference in New Issue
Block a user