diff --git a/0001-Define-_FILE_OFFSET_BITS-64-on-linux-Issue-193.patch b/0001-Define-_FILE_OFFSET_BITS-64-on-linux-Issue-193.patch deleted file mode 100644 index 5c5416b..0000000 --- a/0001-Define-_FILE_OFFSET_BITS-64-on-linux-Issue-193.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 7ec4ce4331b6637c54a37943269e05d15ff6dd47 Mon Sep 17 00:00:00 2001 -From: Henrik Juul Pedersen -Date: Thu, 3 Mar 2022 14:13:24 +0100 -Subject: [PATCH] Define _FILE_OFFSET_BITS=64 on linux (Issue #193) - -Removes glibc 2.34 error: -error: "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64" - -Fixes pappl issue #193 ---- - configure | 2 +- - configure.ac | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/configure b/configure -index e25fa81..697a5be 100755 ---- a/configure -+++ b/configure -@@ -5080,7 +5080,7 @@ esac - case "$host_os_name" in #( - linux*) : - -- CPPFLAGS="$CPPFLAGS -D__USE_MISC -D_TIME_BITS=64" -+ CPPFLAGS="$CPPFLAGS -D__USE_MISC -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64" - ;; #( - darwin*) : - -diff --git a/configure.ac b/configure.ac -index edccd1c..e3af0c6 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -484,7 +484,7 @@ AS_IF([test -n "$GCC"], [ - - dnl OS-specific compiler options... - AS_CASE(["$host_os_name"], [linux*], [ -- CPPFLAGS="$CPPFLAGS -D__USE_MISC -D_TIME_BITS=64" -+ CPPFLAGS="$CPPFLAGS -D__USE_MISC -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64" - ], [darwin*], [ - AS_IF([test "$host_os_version" -ge 200 -a x$enable_debug != xyes], [ - # macOS 11.0 and higher support the Apple Silicon (arm64) CPUs --- -2.35.1 - diff --git a/pappl-1.1.0.tar.gz b/pappl-1.1.0.tar.gz deleted file mode 100644 index 5174c21..0000000 --- a/pappl-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60b4d2c6698ef083e346c7c127e83c46df964b2f6ef3c35d7752d7cb70f4d6be -size 2275747 diff --git a/pappl-1.1.0.tar.gz.sig b/pappl-1.1.0.tar.gz.sig deleted file mode 100644 index f7a3597..0000000 Binary files a/pappl-1.1.0.tar.gz.sig and /dev/null differ diff --git a/pappl-1.2.0.tar.gz b/pappl-1.2.0.tar.gz new file mode 100644 index 0000000..cbca53d --- /dev/null +++ b/pappl-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca084f153b082bba6fcfbf8b1c949012832327287e879b68e5d77a9e5a62b29 +size 2439829 diff --git a/pappl-1.2.0.tar.gz.sig b/pappl-1.2.0.tar.gz.sig new file mode 100644 index 0000000..dd68b9d Binary files /dev/null and b/pappl-1.2.0.tar.gz.sig differ diff --git a/pappl.changes b/pappl.changes index 2b16f35..1a91e29 100644 --- a/pappl.changes +++ b/pappl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 16 11:02:57 UTC 2022 - Jan Engelhardt + +- Update to release 1.2.0 + * Added `papplMainloopShutdown` API to trigger a shutdown of the + system that was started by `papplMainloop`. + * Fixed mapping of MIME media types to IEEE-1284 Command Set values. + * Fixed a crash bug when no printers are added. + * Fixed compatibility issues with libcups3. +- Drop 0001-Define-_FILE_OFFSET_BITS-64-on-linux-Issue-193.patch + (merged) + ------------------------------------------------------------------- Mon Mar 7 18:27:49 UTC 2022 - Jan Engelhardt diff --git a/pappl.spec b/pappl.spec index b8380ce..ce73e3b 100644 --- a/pappl.spec +++ b/pappl.spec @@ -1,7 +1,7 @@ # # spec file for package pappl # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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.1.0 +Version: 1.2.0 Release: 0 Summary: A printer application framework License: Apache-2.0 @@ -26,7 +26,6 @@ Group: Hardware/Printing URL: https://www.msweet.org/pappl/ Source: https://github.com/michaelrsweet/pappl/releases/download/v%version/pappl-%version.tar.gz Source2: https://github.com/michaelrsweet/pappl/releases/download/v%version/pappl-%version.tar.gz.sig -Patch1: 0001-Define-_FILE_OFFSET_BITS-64-on-linux-Issue-193.patch BuildRequires: cups-devel >= 2.2 BuildRequires: pam-devel BuildRequires: pkgconfig(avahi-client)