Update to latest version.
This commit is contained in:
parent
b51f2bb1e1
commit
08cefc4a7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/magick_2.4.0.tar.gz
|
/magick_2.4.0.tar.gz
|
||||||
/magick_2.5.0.tar.gz
|
/magick_2.5.0.tar.gz
|
||||||
|
/magick_2.5.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%global packname magick
|
%global packname magick
|
||||||
%global packver 2.5.0
|
%global packver 2.5.1
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
@ -9,7 +9,7 @@
|
|||||||
%bcond_with network
|
%bcond_with network
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 2.5.0
|
Version: 2.5.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Advanced Graphics and Image-Processing in R
|
Summary: Advanced Graphics and Image-Processing in R
|
||||||
|
|
||||||
@ -65,6 +65,9 @@ drawing onto images using pixel coordinates.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -c -n %{packname}
|
%setup -q -c -n %{packname}
|
||||||
|
|
||||||
|
# https://github.com/ropensci/magick/issues/286
|
||||||
|
rm -r %{packname}/inst/etc
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -103,6 +106,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 06 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.5.1-1
|
||||||
|
- Update to latest version (#1895190)
|
||||||
|
|
||||||
* Fri Oct 16 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.5.0-1
|
* Fri Oct 16 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.5.0-1
|
||||||
- Update to latest version (#1888918)
|
- Update to latest version (#1888918)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (magick_2.5.0.tar.gz) = 8a2a6949f2bdeb70c6ad19aeb5115e9cb73a6390740c506390cf0b7e4f371471fd17b592209487ab849e38a722711eacef1ff0d027470906f9e1cd5b64aab0b3
|
SHA512 (magick_2.5.1.tar.gz) = 8701e46602bbdf42e105a171cf46d30645164b7234da15046c6ca3e192b6b16e95e83ed02321378606d6d82fb3cd2c64e93c286eab0dd37cb167f71c537d8afb
|
||||||
|
Loading…
Reference in New Issue
Block a user