Update to latest version.
This commit is contained in:
parent
c1a4bdb82b
commit
6329db1694
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/gsl_1.9-10.3.tar.gz
|
||||
/gsl_2.1-5.tar.gz
|
||||
|
18
R-gsl.spec
18
R-gsl.spec
@ -1,13 +1,13 @@
|
||||
%global packname gsl
|
||||
%global packvers 1.9-10.3
|
||||
%global packvers 2.1-5
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.9.10.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Wrapper for the Gnu Scientific Library
|
||||
|
||||
License: GPLv2+
|
||||
License: GPLv3
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packvers}.tar.gz
|
||||
|
||||
@ -20,13 +20,10 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packvers}
|
||||
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: gsl-devel >= 1.12
|
||||
BuildRequires: gsl-devel >= 2.1
|
||||
|
||||
%description
|
||||
An R wrapper for the special functions and quasi random number generators of
|
||||
the Gnu Scientific Library (http://www.gnu.org/software/gsl/). See
|
||||
gsl-package.Rd for details of overall package organization, and Misc.Rd for
|
||||
some functions that are widely used in the package.
|
||||
An R wrapper for some of the functionality of the Gnu Scientific Library.
|
||||
|
||||
|
||||
%prep
|
||||
@ -63,6 +60,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.1.5-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.10.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gsl_1.9-10.3.tar.gz) = 5e3bc3775dfa22de4540105bc69708620a56ddece714cb300c74820a755e1c8eb78df9c49b7052df7c18584a99402588c055de0ef03ca1527c3d83c7ba5dfd8b
|
||||
SHA512 (gsl_2.1-5.tar.gz) = afd918e92cf1fc1cb7459f19842cd361f945e49337d55a83e578bb3f16c311704a2acb99cdad407ac5878415699a96f664703e66dd9f15bc16595b4645f448bb
|
||||
|
Loading…
Reference in New Issue
Block a user