From e8a938849c59e3118e209add6017e6d225334cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Sat, 2 Mar 2013 14:11:39 +0000 Subject: [PATCH] Update to latest stable version - License changed from LGPLv3+ to MPLv2.0 --- .gitignore | 1 + armadillo.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c7a981e..140d6f6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ armadillo-0.9.52.tar.gz /armadillo-3.6.1.tar.gz /armadillo-3.6.2.tar.gz /armadillo-3.6.3.tar.gz +/armadillo-3.800.0.tar.gz diff --git a/armadillo.spec b/armadillo.spec index 0cc384f..3f05ea6 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,10 +1,10 @@ Name: armadillo -Version: 3.6.3 +Version: 3.800.0 Release: 1%{?dist} Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS Group: Development/Libraries -License: LGPLv3+ +License: MPLv2.0 URL: http://arma.sourceforge.net/ Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -95,6 +95,10 @@ rm -rf $RPM_BUILD_ROOT %doc examples armadillo_icon.png armadillo_nicta_2010.pdf %changelog +* Sat Mar 2 2013 José Matos - 3.800.0-1 +- Update to latest stable version +- License changed from LGPLv3+ to MPLv2.0 + * Thu Feb 21 2013 José Matos - 3.6.3-1 - Update to latest stable release diff --git a/sources b/sources index 03ea83c..b7776e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0818b228bda5377f1914029f96b57e67 armadillo-3.6.3.tar.gz +cc2da3d7e894ad78788f29454b25773e armadillo-3.800.0.tar.gz