automatic version update by autodist [release 1.28.9-1mamba;Sun Jun 20 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:35:49 +01:00
parent a26f1295bf
commit 42f086e81c
3 changed files with 19 additions and 22 deletions

View File

@ -1,13 +0,0 @@
diff -Nru cups-filters-1.25.5.orig/utils/cups-browsed.service cups-filters-1.25.5/utils/cups-browsed.service
--- cups-filters-1.25.5.orig/utils/cups-browsed.service 2019-10-01 14:18:36.039000000 +0200
+++ cups-filters-1.25.5/utils/cups-browsed.service 2019-10-01 14:19:34.699000000 +0200
@@ -1,7 +1,7 @@
[Unit]
Description=Make remote CUPS printers available locally
-Requires=cups.service
-After=cups.service avahi-daemon.service
+Requires=org.cups.cupsd.service
+After=org.cups.cupsd.service avahi-daemon.service
Wants=avahi-daemon.service
[Service]

View File

@ -0,0 +1,12 @@
--- cups-filters-1.28.9/utils/cups-browsed.service.orig 2021-06-20 11:02:12.405639278 +0200
+++ cups-filters-1.28.9/utils/cups-browsed.service 2021-06-20 11:02:58.358512700 +0200
@@ -1,7 +1,7 @@
[Unit]
Description=Make remote CUPS printers available locally
-Requires=cups.service
-After=cups.service avahi-daemon.service network-online.target
+Requires=org.cups.cupsd.service
+After=org.cups.cupsd.service avahi-daemon.service network-online.target
Wants=avahi-daemon.service network-online.target
[Service]

View File

@ -1,35 +1,31 @@
Name: cups-filters
Version: 1.28.8
Version: 1.28.9
Release: 1mamba
Summary: Backends, filters, and other software for the CUPS printing system
Group: System/Spooling
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.openprinting.org
URL: https://openprinting.github.io/
Source: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
Patch0: cups-filters-1.10.0-cups-browsed-timeout-stop.patch
Patch1: cups-browsed-1.25.5-service-org-cups.patch
Patch1: cups-browsed-1.28.9-service-org-cups.patch
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: ghostscript-devel
BuildRequires: glibc-devel
BuildRequires: libavahi-devel
BuildRequires: libavahi-glib-devel
BuildRequires: libcups-devel
BuildRequires: libdbus-devel
BuildRequires: libe2fs-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libgnutls-devel
BuildRequires: libjpeg-devel
BuildRequires: libkrb5-devel
BuildRequires: liblcms2-devel
BuildRequires: libopenldap-devel
BuildRequires: libpng-devel
BuildRequires: libpoppler-devel
BuildRequires: libpoppler-cpp-devel
BuildRequires: libqpdf-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
@ -63,7 +59,6 @@ Requires: %{name} = %{version}-%{release}
%description devel
cups-filters contains backends, filters, and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc. In addition it contains additional filters developed independently of Apple, especially filters for the PDF-centric printing workflow introduced by OpenPrinting.
This is the development package.
%debug_package
@ -179,6 +174,9 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
%{_datadir}/doc/cups-filters/README
%changelog
* Sun Jun 20 2021 Automatic Build System <autodist@mambasoft.it> 1.28.9-1mamba
- automatic version update by autodist
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 1.28.8-1mamba
- automatic version update by autodist