update to 0.54.0
This commit is contained in:
parent
e332b11fdf
commit
836b504e17
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/matrixStats_0.52.2.tar.gz
|
||||
/matrixStats_0.53.1.tar.gz
|
||||
/matrixStats_0.54.0.tar.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
%global packname matrixStats
|
||||
%global packver 0.53.1
|
||||
%global packver 0.54.0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Functions that Apply to Rows and Columns of Matrices (and to Vectors)
|
||||
License: Artistic 2.0
|
||||
URL: http://cran.r-project.org/web/packages/%{packname}/index.html
|
||||
@ -50,6 +50,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
|
||||
%{_libdir}/R/library/%{packname}/help
|
||||
|
||||
%changelog
|
||||
* Mon Feb 11 2019 Tom Callaway <spot@fedoraproject.org> - 0.54.0-1
|
||||
- Update to 0.54.0
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.53.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (matrixStats_0.53.1.tar.gz) = 0faabc27cfc1f5a05026406df51c02c6bde70b71349351bfb174c9178cdf23077922a1e198ca2ea4955bf49489bc04e2282e28ccd3548cdb413761a6a79cbb56
|
||||
SHA512 (matrixStats_0.54.0.tar.gz) = 8b166a5ed2162891ae3686733c33189376bd7f77e28535b3b15aae4aef70e5aa30408480b909a72fa2267bdd64b830473a9c1e9ef732f3ce08ff6975553cda53
|
||||
|
Loading…
Reference in New Issue
Block a user