[mlpack] Update spec to latest release.

rcurtin rcurtin at fedoraproject.org
Fri Feb 8 21:43:55 UTC 2013


commit 06ddc7fffb2012ee7a655fd1b8bb52fdc5987f8a
Author: Ryan Curtin <gth671b at mail.gatech.edu>
Date:   Fri Feb 8 16:43:48 2013 -0500

    Update spec to latest release.

 mlpack.spec |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/mlpack.spec b/mlpack.spec
index 88a79f9..93718a9 100644
--- a/mlpack.spec
+++ b/mlpack.spec
@@ -1,6 +1,6 @@
 Name:           mlpack
-Version:        1.0.3
-Release:        4%{?dist}
+Version:        1.0.4
+Release:        1%{?dist}
 Summary:        Scalable, fast C++ machine learning library
 
 Group:          System Environment/Libraries
@@ -13,25 +13,19 @@ Source0:        http://www.mlpack.org/files/%{name}-%{version}.tar.gz
 # be fixed by mlpack 1.0.2.
 Patch0:         cmake_libdir.patch
 
-# The u64/s64 support in Armadillo is not complete if ARMA_64BIT_WORD is not
-# defined.  We cannot assume that it is defined, so we have to backport some
-# changes from trunk which ensure u64/s64 will work properly even when
-# ARMA_64BIT_WORD is not defined.
-Patch1:         u64_s64.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Use cmake28 package on RHEL.
 %if 0%{?rhel}
-BuildRequires:  cmake28 >= 2.8.0
+BuildRequires:  cmake28 >= 2.8.5
 %else
-BuildRequires:  cmake >= 2.8.0
+BuildRequires:  cmake >= 2.8.5
 %endif
 
 # 2.4.0 precipitated an internal Armadillo switch from 'u32' to 'uword' and the
 # Armadillo extensions in mlpack depend on the use of 'uword' which is
 # undefined <= 2.4.0.
-BuildRequires:  armadillo-devel >= 2.4.0
+BuildRequires:  armadillo-devel >= 2.4.2
 BuildRequires:  libxml2-devel
 BuildRequires:  boost-devel, boost-program-options, boost-math
 BuildRequires:  lapack-devel
@@ -210,6 +204,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/mlpack/
 
 %changelog
+* Fri Feb 08 2013 Ryan Curtin <gth671b at mail.gatech.edu> - 1.0.4-1
+- Update to latest stable release.
+- Update dependencies to new minimum requirements.
+
 * Wed Jan 02 2013 Ryan Curtin <gth671b at mail.gatech.edu> - 1.0.3-4
 - Use cmake28 in RHEL packages.
 


More information about the scm-commits mailing list