[blosc] Updated to 1.3.4

Thibault North tnorth at fedoraproject.org
Fri Mar 21 22:02:22 UTC 2014


commit 826498a2d29a0c78afdc1ff0a10882a038fe511c
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Fri Mar 21 23:02:09 2014 +0100

    Updated to 1.3.4

 .gitignore |    1 +
 blosc.spec |   12 +++++++-----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62e38da..a456936 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /blosc-1.2.3.tar.gz
 /v1.3.0-rc2.tar.gz
+/v1.3.4.tar.gz
diff --git a/blosc.spec b/blosc.spec
index fcf7f0e..f4a23d6 100644
--- a/blosc.spec
+++ b/blosc.spec
@@ -1,12 +1,11 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
-%global subversion rc2
 
 Summary: A high performance compressor optimized for binary data
 Name: blosc
-Version: 1.3.0
-Release: 1.%{subversion}%{?dist}
+Version: 1.3.4
+Release: 1%{?dist}
 License: MIT
-Source: https://github.com/FrancescAlted/blosc/archive/v%{version}-%{subversion}.tar.gz
+Source: https://github.com/FrancescAlted/blosc/archive/v%{version}.tar.gz
 URL:  https://github.com/FrancescAlted/blosc
 BuildRequires: cmake
 #BuildRequires: lz4-devel
@@ -38,7 +37,7 @@ The blosc-bench package contains a benchmark suite which evaluates
 the performance of Blosc, and compares it with memcpy.
 
 %prep
-%setup -q -n %{name}-%{version}-%{subversion}
+%setup -q -n c-%{name}-%{version}
 rm -r internal-complibs/snappy* internal-complibs/zlib*
 
 # Fix rpath issue
@@ -109,6 +108,9 @@ install -p bench/plot-speeds.py ${RPM_BUILD_ROOT}/%{_bindir}/%{name}-plot-times
 
 
 %changelog
+* Fri Mar 21 2014 Thibault North <tnorth at fedoraproject.org> - 1.3.4-1
+- Update to 1.3.4
+
 * Tue Jan 07 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 1.3.0-1.rc2
 - Attempt to package new version
 
diff --git a/sources b/sources
index 03536a9..a53f18d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b02d30df5f01d3ee60746fe77d01530b  v1.3.0-rc2.tar.gz
+f72cb342c8e4b630b4ec1c664005b467  v1.3.4.tar.gz


More information about the scm-commits mailing list