[ccache] Update to 3.1.5.

Ville Skyttä scop at fedoraproject.org
Mon May 30 15:25:19 UTC 2011


commit 754dbc48634f6dde5aaabe881fbfac906d186321
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon May 30 18:25:04 2011 +0300

    Update to 3.1.5.

 .gitignore  |    2 +-
 ccache.spec |    7 +++++--
 sources     |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d98cc99..9452199 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/ccache-3.1.4.tar.xz
+/*.tar.xz
diff --git a/ccache.spec b/ccache.spec
index c709900..ed80a89 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -12,8 +12,8 @@
 %global relccache %(%abs2rel %{_bindir}/ccache %{_libdir}/ccache)
 
 Name:           ccache
-Version:        3.1.4
-Release:        4%{?dist}
+Version:        3.1.5
+Release:        1%{?dist}
 Summary:        C/C++ compiler cache
 
 Group:          Development/Tools
@@ -142,6 +142,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
 
 
 %changelog
+* Mon May 30 2011 Ville Skyttä <ville.skytta at iki.fi> - 3.1.5-1
+- Update to 3.1.5.
+
 * Sat Apr  2 2011 Ville Skyttä <ville.skytta at iki.fi> - 3.1.4-4
 - Replace Requires(trigger*) with plain requires to appease rpmbuild >= 4.9.
 
diff --git a/sources b/sources
index 98a74bb..64ddef8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c70a6e2e5da8d957d175343412e494b  ccache-3.1.4.tar.xz
+b22060dbf5c3c56bf01a92900c0423fb  ccache-3.1.5.tar.xz


More information about the scm-commits mailing list