SHA256
1
0
forked from pool/pappl

- Update to release 1.3.4

OBS-URL: https://build.opensuse.org/package/show/Printing/pappl?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2023-09-07 16:34:04 +00:00 committed by Git OBS Bridge
parent d28590729b
commit 29cfda2ca4
6 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3d8febb56367940dd4c26e794fc5014abe8cd6ff0a63d1ce9e2c9089ce361c5
size 2548284

Binary file not shown.

3
pappl-1.3.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f9df21554d413187e5b8e04cc5d40f8e0b6a475fcc9f104c7d9096972d87d81
size 2552731

BIN
pappl-1.3.4.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 7 16:32:18 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.3.4
* Fixed an issue with DNS-SD advertisements when the server name
was set to "localhost".
* Fixed an issue with hostname change detection when using
mDNSResponder.
* Fixed an issue with authentication cookie comparisons for
simple password mode.
* Updated TLS certificate generation to support more types of
certificates and to use modern OpenSSL/GNU TLS APIs.
-------------------------------------------------------------------
Sat May 6 19:11:17 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package pappl
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# 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.3.2
Version: 1.3.4
Release: 0
Summary: A printer application framework
License: Apache-2.0
@ -29,7 +29,7 @@ Source2: https://github.com/michaelrsweet/pappl/releases/download/v%versi
BuildRequires: cups-devel > 2.2.6
BuildRequires: pam-devel
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(libssl)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libpng16)
BuildRequires: pkgconfig(libusb-1.0)