Update to latest version.
This commit is contained in:
parent
d3e9ba1180
commit
2929f123d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/diffobj_0.2.4.tar.gz
|
/diffobj_0.2.4.tar.gz
|
||||||
/diffobj_0.3.0.tar.gz
|
/diffobj_0.3.0.tar.gz
|
||||||
/diffobj_0.3.2.tar.gz
|
/diffobj_0.3.2.tar.gz
|
||||||
|
/diffobj_0.3.3.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global packname diffobj
|
%global packname diffobj
|
||||||
%global packver 0.3.2
|
%global packver 0.3.3
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 0.3.2
|
Version: 0.3.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Diffs for R Objects
|
Summary: Diffs for R Objects
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
|||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
# Imports: R-crayon >= 1.3.2, R-tools, R-methods, R-utils, R-stats
|
# Imports: R-crayon >= 1.3.2, R-tools, R-methods, R-utils, R-stats
|
||||||
# Suggests: R-knitr, R-rmarkdown, R-testthat
|
# Suggests: R-knitr, R-rmarkdown
|
||||||
# LinkingTo:
|
# LinkingTo:
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
@ -27,7 +27,6 @@ BuildRequires: R-utils
|
|||||||
BuildRequires: R-stats
|
BuildRequires: R-stats
|
||||||
BuildRequires: R-knitr
|
BuildRequires: R-knitr
|
||||||
BuildRequires: R-rmarkdown
|
BuildRequires: R-rmarkdown
|
||||||
BuildRequires: R-testthat
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Generate a colorized diff of two R objects for an intuitive visualization
|
Generate a colorized diff of two R objects for an intuitive visualization
|
||||||
@ -72,6 +71,9 @@ export LANG=C.UTF-8
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 08 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.3-1
|
||||||
|
- Update to latest version (#1913639)
|
||||||
|
|
||||||
* Thu Oct 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.2-1
|
* Thu Oct 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.2-1
|
||||||
- Update to latest version (#1885410)
|
- Update to latest version (#1885410)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (diffobj_0.3.2.tar.gz) = 9b5ff36b98d4f54aec38732fa84af78c79967e8da9ed9fe202eabc26982169c87d113aa31cfa95d902dea6b76da3a73a6f0dde6c5b33ad7d0b908c162919a0e4
|
SHA512 (diffobj_0.3.3.tar.gz) = e35ef6d279b76ac4d0c247e756e441338881df6efca5aaa0d6da2747d234a5a50bd6003d5b827fcf6f2513b0b8c63f8b57ba3ede43828b9759bed6fa4bca043a
|
||||||
|
Loading…
Reference in New Issue
Block a user