Update to latest version.
This commit is contained in:
parent
678f9d8b44
commit
ed809c5abc
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/magick_2.5.0.tar.gz
|
/magick_2.5.0.tar.gz
|
||||||
/magick_2.5.1.tar.gz
|
/magick_2.5.1.tar.gz
|
||||||
/magick_2.5.2.tar.gz
|
/magick_2.5.2.tar.gz
|
||||||
|
/magick_2.6.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%global packname magick
|
%global packname magick
|
||||||
%global packver 2.5.2
|
%global packver 2.6.0
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
@ -9,8 +9,8 @@
|
|||||||
%bcond_with network
|
%bcond_with network
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 2.5.2
|
Version: 2.6.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Advanced Graphics and Image-Processing in R
|
Summary: Advanced Graphics and Image-Processing in R
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -51,15 +51,16 @@ BuildRequires: pkgconfig(Magick++)
|
|||||||
# BuildRequires: R-av >= 0.3
|
# BuildRequires: R-av >= 0.3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bindings to 'ImageMagick': the most comprehensive open-source image processing
|
Bindings to 'ImageMagick': the most comprehensive open-source image
|
||||||
library available. Supports many common formats (png, jpeg, tiff, pdf, etc) and
|
processing library available. Supports many common formats (png, jpeg,
|
||||||
manipulations (rotate, scale, crop, trim, flip, blur, etc). All operations are
|
tiff, pdf, etc) and manipulations (rotate, scale, crop, trim, flip, blur,
|
||||||
vectorized via the Magick++ STL meaning they operate either on a single frame
|
etc). All operations are vectorized via the Magick++ STL meaning they
|
||||||
or a series of frames for working with layers, collages, or animation. In
|
operate either on a single frame or a series of frames for working with
|
||||||
RStudio images are automatically previewed when printed to the console,
|
layers, collages, or animation. In RStudio images are automatically
|
||||||
resulting in an interactive editing environment. The latest version of the
|
previewed when printed to the console, resulting in an interactive editing
|
||||||
package includes a native graphics device for creating in-memory graphics or
|
environment. The latest version of the package includes a native graphics
|
||||||
drawing onto images using pixel coordinates.
|
device for creating in-memory graphics or drawing onto images using pixel
|
||||||
|
coordinates.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -103,6 +104,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 07 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.6.0-1
|
||||||
|
- Update to latest version (#1915985)
|
||||||
|
|
||||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-2
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (magick_2.5.2.tar.gz) = a522f8f41c367c97a07e10d5b7e74be6dbd208ca18a7e003c144eb8fe75a7c68e8077ba1362b12f55b15b5aa69085b5a1e2b5637b07943e72a5f72bd4e11a445
|
SHA512 (magick_2.6.0.tar.gz) = 2643dac946ade520b2175547ae636b471e904045e8a6728898b96db2897797597b918f143cc95053108c7d672aa6795458c7373d430eba3a1dc47ad4ee492245
|
||||||
|
Loading…
x
Reference in New Issue
Block a user