automatic version update by autodist [release 1.25.6-1mamba;Thu Oct 03 2019]

This commit is contained in:
Automatic Build System 2024-01-05 21:35:48 +01:00
parent 3d35848a9b
commit 0e15d5fea7
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,13 @@
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

@ -1,5 +1,5 @@
Name: cups-filters
Version: 1.25.5
Version: 1.25.6
Release: 1mamba
Summary: Backends, filters, and other software for the CUPS printing system
Group: System/Spooling
@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.openprinting.org
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
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: ghostscript-devel
@ -40,11 +41,13 @@ BuildRequires: libqpdf-devel >= 8.0.0-1mamba
BuildRequires: php-devel
%endif
BuildRequires: libpoppler-devel >= 0.40
BuildRequires: libqpdf-devel >= 9.0.1
BuildRequires: mupdf
Requires: dejavu-fonts-ttf
Requires: libpoppler-tools >= 0.40
Provides: foomatic-filters
Obsoletes: foomatic-filters
Requires: cups >= 2.3.0-2mamba
%systemd_requires
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -66,6 +69,7 @@ This is the development package.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
PHP_INCLUDES=`php-config --includes` || PHP_INCLUDES=
@ -150,6 +154,7 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
%{_mandir}/man8/cups-browsed.8*
%{_datadir}/doc/cups-filters/AUTHORS
%{_datadir}/doc/cups-filters/COPYING
%{_datadir}/doc/cups-filters/ABOUT-NLS
%files devel
%defattr(-,root,root)
@ -170,6 +175,12 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
%{_datadir}/doc/cups-filters/README
%changelog
* Thu Oct 03 2019 Automatic Build System <autodist@mambasoft.it> 1.25.6-1mamba
- automatic version update by autodist
* Tue Oct 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.25.5-2mamba
- patch service script to match the new name of cups service (org.cups.cupsd)
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 1.25.5-1mamba
- automatic version update by autodist