From 21adf5f9837907ce8c1cb7035ba2db230a62fa88 Mon Sep 17 00:00:00 2001 From: zhanzhimin Date: Thu, 12 May 2022 14:48:47 +0800 Subject: [PATCH] fix official website address --- cups.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cups.spec b/cups.spec index 5d7bea2..1e30cf8 100644 --- a/cups.spec +++ b/cups.spec @@ -3,10 +3,10 @@ Name: cups Epoch: 1 Version: 2.4.0 -Release: 1 +Release: 2 Summary: CUPS is the standards-based, open source printing system for linux operating systems. License: GPLv2+ and LGPLv2+ with exceptions and AML -Url: http://www.cups.org/ +Url: https://openprinting.github.io/cups/ # Apple stopped uploading the new versions into github, use OpenPrinting fork Source0: https://github.com/OpenPrinting/cups/releases/download/v%{version}/cups-%{version}-source.tar.gz @@ -444,6 +444,9 @@ rm -f %{_exec_prefix}/lib/cups/backend/smb %doc %{_datadir}/%{name}/www/apple-touch-icon.png %changelog +* Thu May 12 2022 zhanzhimin - 2.4.0-2 +- fix official website address + * Thu Dec 9 2021 hanhui - 2.4.0-1 - DESC:update to cups-2.4.0 -- Gitee