[ccache] Update to 3.1.10

Ville Skyttä scop at fedoraproject.org
Mon Oct 20 18:12:40 UTC 2014


commit 3d19f990ee555e319617fc2cb2d04f4f01a5f71f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Oct 20 21:12:10 2014 +0300

    Update to 3.1.10

 ccache-3.1.9-gcc48-tests.patch |  158 ----------------------------------------
 ccache.spec                    |   10 +-
 sources                        |    2 +-
 3 files changed, 6 insertions(+), 164 deletions(-)
---
diff --git a/ccache.spec b/ccache.spec
index f5ce92d..f114581 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -12,8 +12,8 @@
 %global relccache %(%abs2rel %{_bindir}/ccache %{_libdir}/ccache)
 
 Name:           ccache
-Version:        3.1.9
-Release:        7%{?dist}
+Version:        3.1.10
+Release:        1%{?dist}
 Summary:        C/C++ compiler cache
 
 Group:          Development/Tools
@@ -22,8 +22,6 @@ URL:            http://ccache.samba.org/
 Source0:        http://samba.org/ftp/ccache/%{name}-%{version}.tar.xz
 Source1:        %{name}.sh.in
 Source2:        %{name}.csh.in
-# From upstream post 3.1.9
-Patch0:         ccache-3.1.9-gcc48-tests.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(File::Spec)
@@ -40,7 +38,6 @@ being done again.  The main focus is to handle the GNU C/C++ compiler
 
 %prep
 %setup -q
-%patch0 -p1
 sed -e 's|@LIBDIR@|%{_libdir}|g' -e 's|@CACHEDIR@|%{_var}/cache/ccache|g' \
     %{SOURCE1} > %{name}.sh
 sed -e 's|@LIBDIR@|%{_libdir}|g' -e 's|@CACHEDIR@|%{_var}/cache/ccache|g' \
@@ -180,6 +177,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
 
 
 %changelog
+* Mon Oct 20 2014 Ville Skyttä <ville.skytta at iki.fi> - 3.1.10-1
+- Update to 3.1.10
+
 * Wed Sep 10 2014 Ville Skyttä <ville.skytta at iki.fi> - 3.1.9-7
 - Add clang and clang++ symlink triggers (#1140349, Jan Kratochvil)
 - Mark license files as %%license where applicable
diff --git a/sources b/sources
index c2cf9f6..849137e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-522a6016bda56892653612bbdefff3e0  ccache-3.1.9.tar.xz
+20cd43818f84e3208fb4859e9679060e  ccache-3.1.10.tar.xz


More information about the scm-commits mailing list