diff --git a/0001-Footer-message-corrected.patch b/0001-Footer-message-corrected.patch new file mode 100644 index 0000000..1967d72 --- /dev/null +++ b/0001-Footer-message-corrected.patch @@ -0,0 +1,89 @@ +diff --git a/templates/da/trailer.tmpl b/templates/da/trailer.tmpl +index aede375..d448d7e 100644 +--- a/templates/da/trailer.tmpl ++++ b/templates/da/trailer.tmpl +@@ -1,5 +1,5 @@ + + +- ++ + + +diff --git a/templates/de/trailer.tmpl b/templates/de/trailer.tmpl +index c1f5d38..cf3caca 100644 +--- a/templates/de/trailer.tmpl ++++ b/templates/de/trailer.tmpl +@@ -1,5 +1,5 @@ + + +- ++ + + +diff --git a/templates/es/trailer.tmpl b/templates/es/trailer.tmpl +index c1cb58f..9b9047e 100644 +--- a/templates/es/trailer.tmpl ++++ b/templates/es/trailer.tmpl +@@ -1,5 +1,5 @@ + + +- ++ + + +diff --git a/templates/fr/trailer.tmpl b/templates/fr/trailer.tmpl +index 6e9b8b1..9628176 100644 +--- a/templates/fr/trailer.tmpl ++++ b/templates/fr/trailer.tmpl +@@ -1,5 +1,5 @@ + + +- ++ + + +diff --git a/templates/ja/trailer.tmpl b/templates/ja/trailer.tmpl +index a4f86b1..240c56b 100644 +--- a/templates/ja/trailer.tmpl ++++ b/templates/ja/trailer.tmpl +@@ -1,5 +1,5 @@ + + +- ++ + + +diff --git a/templates/pt_BR/trailer.tmpl b/templates/pt_BR/trailer.tmpl +index 673a555..774bc1d 100644 +--- a/templates/pt_BR/trailer.tmpl ++++ b/templates/pt_BR/trailer.tmpl +@@ -1,5 +1,5 @@ + + +- ++ + + +diff --git a/templates/ru/trailer.tmpl b/templates/ru/trailer.tmpl +index 260d0e9..c6ec6e4 100644 +--- a/templates/ru/trailer.tmpl ++++ b/templates/ru/trailer.tmpl +@@ -1,6 +1,5 @@ + + +- ++ + + +diff --git a/templates/trailer.tmpl b/templates/trailer.tmpl +index a4f86b1..240c56b 100644 +--- a/templates/trailer.tmpl ++++ b/templates/trailer.tmpl +@@ -1,5 +1,5 @@ + + +- ++ + + diff --git a/cups.spec b/cups.spec index 1a98267..2446648 100644 --- a/cups.spec +++ b/cups.spec @@ -15,7 +15,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.4.1 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 Url: https://openprinting.github.io/cups/ # Apple stopped uploading the new versions into github, use OpenPrinting fork @@ -74,6 +74,8 @@ Patch1000: 0001-cups-fix-uninit-value-jump.patch # mDNS URIs # https://github.com/OpenPrinting/cups/issues/340 Patch1001: cups-resolve-uri.patch +# Fix copyright in trailer templates +Patch1002: 0001-Footer-message-corrected.patch ##### Patches removed because IMHO they aren't no longer needed ##### but still I'll leave them in git in case their removal @@ -282,6 +284,8 @@ to CUPS daemon. This solution will substitute printer drivers and raw queues in # mDNS URIs # https://github.com/OpenPrinting/cups/issues/340 %patch1001 -p1 -b .resolve-uri +# Fixed copyright in trailers +%patch1002 -p1 -b .trailer-copyright %if %{lspp} @@ -665,6 +669,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man7/ippeveps.7.gz %changelog +* Tue Mar 08 2022 Zdenek Dohnal - 1:2.4.1-6 +- fix copyrights in trailer templates + * Wed Mar 02 2022 Zdenek Dohnal - 1:2.4.1-5 - background thread for add IPP Everywhere printers permanently didn't resolve mDNS