From c34c73c4fc4dc53b12c01e041ab6bbf29920472f6c1c56ef7e315283fdb48df2 Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Wed, 26 Jun 2013 13:41:49 +0000 Subject: [PATCH] - Changed Source0 URL from http://ftp.easysw.com/pub/cups/1.5.4/cups-1.5.4-source.tar.bz2 to its currently valid location http://www.cups.org/software/1.5.4/cups-1.5.4-source.tar.bz2 so that the factory-auto check script does no longer error out with "Failed to download ... Source URLs are not valid." OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=260 --- cups.changes | 10 ++++++++++ cups.spec | 11 ++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/cups.changes b/cups.changes index c548795..bc3a4c5 100644 --- a/cups.changes +++ b/cups.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 26 15:30:45 CEST 2013 - jsmeix@suse.de + +- Changed Source0 URL from + http://ftp.easysw.com/pub/cups/1.5.4/cups-1.5.4-source.tar.bz2 + to its currently valid location + http://www.cups.org/software/1.5.4/cups-1.5.4-source.tar.bz2 + so that the factory-auto check script does no longer error out + with "Failed to download ... Source URLs are not valid." + ------------------------------------------------------------------- Wed Jun 26 10:39:30 CEST 2013 - jsmeix@suse.de diff --git a/cups.spec b/cups.spec index 412d95c..0e5b594 100644 --- a/cups.spec +++ b/cups.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: cups BuildRequires: dbus-1-devel BuildRequires: fdupes @@ -74,12 +73,14 @@ Url: http://www.cups.org/ Summary: The Common UNIX Printing System License: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1 Group: Hardware/Printing -# Source0...Source9 is for sources from upstream: -# URL for Source0: http://ftp.easysw.com/pub/cups/1.5.4/cups-1.5.4-source.tar.bz2 -# MD5 sum for Source0 on http://www.cups.org/software.php de3006e5cf1ee78a9c6145ce62c4e982 Version: 1.5.4 Release: 0 -Source0: http://ftp.easysw.com/pub/cups/1.5.4/cups-%{version}-source.tar.bz2 +# Source0...Source9 is for sources from upstream: +# URL for Source0: http://www.cups.org/software/1.5.4/cups-1.5.4-source.tar.bz2 +# MD5 sum for Source0 on http://www.cups.org/software.php de3006e5cf1ee78a9c6145ce62c4e982 +# The Source0 URL must be valid, otherwise the factory-auto check script errors out +# with "Failed to download ... Source URLs are not valid.": +Source0: http://www.cups.org/software/%{version}/cups-%{version}-source.tar.bz2 # Require the exact matching version-release of the cups-libs sub-package because # non-matching CUPS libraries may let CUPS software crash (e.g. segfault) # because all CUPS software is built from the one same CUPS source tar ball