[python-whisper/el5] Update to 0.9.12

Jonathan Steffan jsteffan at fedoraproject.org
Mon Sep 2 21:19:52 UTC 2013


commit d3fa9809a742ef2c3419c3c992baa96d66faecdd
Author: Jonathan Steffan <jsteffan at fedoraproject.org>
Date:   Mon Sep 2 15:19:43 2013 -0600

    Update to 0.9.12

 .gitignore          |    1 +
 python-whisper.spec |   15 ++++++++++++---
 sources             |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2f297e..aa42c01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /whisper-0.9.10.tar.gz
+/python-whisper-0.9.12.tar.gz
diff --git a/python-whisper.spec b/python-whisper.spec
index 8f2824e..4bc145d 100644
--- a/python-whisper.spec
+++ b/python-whisper.spec
@@ -1,15 +1,15 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           python-whisper
-Version:        0.9.10
-Release:        2%{?dist}
+Version:        0.9.12
+Release:        1%{?dist}
 Summary:        Simple database library for storing time-series data
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            https://launchpad.net/graphite/
 
-Source0:        https://github.com/downloads/graphite-project/whisper/whisper-0.9.10.tar.gz
+Source0:        https://github.com/graphite-project/whisper/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -51,6 +51,15 @@ popd
 
 
 %changelog
+* Mon Sep 02 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 0.9.12-1
+- Update to 0.9.12
+
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.10-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.10-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Sun Sep 16 2012 Jonathan Steffan <jsteffan at fedoraproject.org> - 0.9.10-2
 - Add group to be able to build against EPEL5
 
diff --git a/sources b/sources
index 47db1da..1cab152 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf7d7d73e115f50e682f46c4eb52be09  whisper-0.9.10.tar.gz
+fcaa34d128d13278ba1b8e23443e0871  python-whisper-0.9.12.tar.gz


More information about the scm-commits mailing list