[libflatarray/f21] Update to 0.2.0

Christopher Meng cicku at fedoraproject.org
Sat Nov 15 11:20:19 UTC 2014


commit ea8c3b9afd32bee083847f1fcbfabaa6d135d156
Author: Christopher Meng <i at cicku.me>
Date:   Sat Nov 15 06:19:26 2014 -0500

    Update to 0.2.0

 .gitignore        |    1 +
 libflatarray.spec |   14 ++++++++++----
 sources           |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90c0abb..dbf6c54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libflatarray-0.1.1.tar.bz2
+/libflatarray-0.2.0.tar.bz2
diff --git a/libflatarray.spec b/libflatarray.spec
index 845b1c9..cbec381 100644
--- a/libflatarray.spec
+++ b/libflatarray.spec
@@ -1,6 +1,6 @@
 Name:           libflatarray
-Version:        0.1.1
-Release:        4%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        C++ library for highly efficient multi-dimensional arrays
 License:        Boost
 URL:            http://www.libgeodecomp.org/libflatarray.html
@@ -39,10 +39,13 @@ developing applications that use %{name}.
 
 %build
 %cmake -DWITH_CUDA=OFF .
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
+
+%check
+make check
 
 %files devel
 %doc AUTHORS LICENSE README
@@ -53,6 +56,9 @@ make install DESTDIR=%{buildroot}
 %{_includedir}/libflatarray/flat_array.hpp
 
 %changelog
+* Sat Nov 15 2014 Christopher Meng <rpm at cicku.me> - 0.2.0-1
+- Update to 0.2.0
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 651c5bd..9e5023d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1aed02ed2a9af814dbbe10c456806ece  libflatarray-0.1.1.tar.bz2
+2bcf8b8c33a3d729155be48e47be3d04  libflatarray-0.2.0.tar.bz2


More information about the scm-commits mailing list