1
0
forked from pool/armadillo

Accepting request 459018 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/459018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=106
This commit is contained in:
Dominique Leuenberger 2017-03-01 22:43:28 +00:00 committed by Git OBS Bridge
commit 1f0b72633f
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9029490f7edfb7029e117961db6307c2c3ee368691ed15e4fc58d06c9115d94
size 3999612

3
armadillo-7.800.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba56fb7b31c77d7ecd41334243d8a45d51e7559f76f6371783c17a72432dd486
size 4000172

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Feb 18 22:37:01 UTC 2017 - badshah400@gmail.com
- Update to version 7.800.0:
+ Changed license to the permissve Apache License 2.0.
- Update License tag in specfile in keeping with upstream.
- Update package file list:
+ Include the license doc NOTICE.txt.
+ Additional documentation file: armadillo_joss_2016.pdf.
-------------------------------------------------------------------
Wed Feb 8 13:58:57 UTC 2017 - badshah400@gmail.com

View File

@ -18,10 +18,10 @@
%define soname libarmadillo7
Name: armadillo
Version: 7.700.0
Version: 7.800.0
Release: 0
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
License: MPL-2.0
License: Apache-2.0
Group: Development/Libraries/C and C++
Url: http://arma.sourceforge.net/
Source: http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.xz
@ -133,6 +133,7 @@ and user documentation (reference guide).
#Convert DOS end-of-line to UNIX end-of-line
sed -i 's/\r//' README.txt
sed -i 's/\r//' LICENSE.txt
sed -i 's/\r//' NOTICE.txt
# for i in `ls licenses/`; do sed -i 's/\r//' licenses/$i ; done
for i in `ls examples/*.cpp`; do sed -i 's/\r//' $i; done
@ -167,7 +168,8 @@ popd
%defattr(-,root,root)
%doc armadillo_nicta_2010.pdf
%doc rcpp_armadillo_csda_2014.pdf
%doc LICENSE.txt README.txt index.html examples/ docs.html
%doc armadillo_joss_2016.pdf
%doc LICENSE.txt NOTICE.txt README.txt index.html examples/ docs.html
%files devel
%defattr(-,root,root)