From 82934d21e91a483a09084c97baa7454faf42fffe7138d4423b4bc8517be89fe0 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 May 2019 08:37:18 +0000 Subject: [PATCH] - Fix upstream urls OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=72 --- ccache.changes | 5 +++++ ccache.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ccache.changes b/ccache.changes index 9815edf..75381d9 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 2 08:36:20 UTC 2019 - Martin Pluskal + +- Fix upstream urls + ------------------------------------------------------------------- Wed May 1 16:35:56 UTC 2019 - diff --git a/ccache.spec b/ccache.spec index 17511f3..a9a3cba 100644 --- a/ccache.spec +++ b/ccache.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,8 +23,8 @@ Summary: A Fast C/C++ Compiler Cache License: GPL-3.0-or-later Group: Development/Languages/C and C++ URL: https://ccache.dev/ -Source0: https://github.com/ccache/ccache/releases/download/%{version}/%{name}-%{version}.tar.xz -Source1: https://github.com/ccache/ccache/releases/download/%{version}/%{name}-%{version}.tar.xz.asc +Source0: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz#/%{name}-%{version}.tar.xz +Source1: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz.asc#/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring BuildRequires: zlib-devel Provides: distcc:%{_bindir}/ccache