update to 1.0.5 (RHBZ #2015338)
This commit is contained in:
parent
c054fc344c
commit
2076221733
20
.gitignore
vendored
20
.gitignore
vendored
@ -1,19 +1 @@
|
|||||||
/rlang_0.2.0.tar.gz
|
/rlang_*.tar.gz
|
||||||
/rlang_0.2.1.tar.gz
|
|
||||||
/rlang_0.2.2.tar.gz
|
|
||||||
/rlang_0.3.1.tar.gz
|
|
||||||
/rlang_0.3.2.tar.gz
|
|
||||||
/rlang_0.3.3.tar.gz
|
|
||||||
/rlang_0.3.4.tar.gz
|
|
||||||
/rlang_0.4.0.tar.gz
|
|
||||||
/rlang_0.4.1.tar.gz
|
|
||||||
/rlang_0.4.2.tar.gz
|
|
||||||
/rlang_0.4.4.tar.gz
|
|
||||||
/rlang_0.4.5.tar.gz
|
|
||||||
/rlang_0.4.6.tar.gz
|
|
||||||
/rlang_0.4.7.tar.gz
|
|
||||||
/rlang_0.4.8.tar.gz
|
|
||||||
/rlang_0.4.9.tar.gz
|
|
||||||
/rlang_0.4.10.tar.gz
|
|
||||||
/rlang_0.4.11.tar.gz
|
|
||||||
/rlang_1.0.4.tar.gz
|
|
||||||
|
12
R-rlang.spec
12
R-rlang.spec
@ -2,7 +2,7 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
%global packname rlang
|
%global packname rlang
|
||||||
%global packver 1.0.4
|
%global packver 1.0.5
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
@ -12,10 +12,9 @@ Summary: Functions for Base Types and Core R and 'Tidyverse' Features
|
|||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://CRAN.R-project.org/package=%{packname}
|
URL: https://CRAN.R-project.org/package=%{packname}
|
||||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
Source0: %{url}&version=%{version}#/%{packname}_%{version}.tar.gz
|
||||||
|
|
||||||
Patch0001: 0001-Unbundle-libxxhash.patch
|
Patch0001: 0001-Unbundle-libxxhash.patch
|
||||||
# https://github.com/r-lib/rlang/pull/1084
|
|
||||||
Patch0002: 0002-Add-test-hashes-for-big-endian-machines.patch
|
|
||||||
|
|
||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
@ -56,8 +55,6 @@ system, and core 'Tidyverse' features like tidy evaluation.
|
|||||||
|
|
||||||
pushd %{packname}
|
pushd %{packname}
|
||||||
%patch0001 -p1
|
%patch0001 -p1
|
||||||
# Upstream now skips these tests if big endian
|
|
||||||
# %%patch0002 -p1
|
|
||||||
|
|
||||||
# Don't need coverage; it's not packaged either.
|
# Don't need coverage; it's not packaged either.
|
||||||
sed -i 's/covr, //g' DESCRIPTION
|
sed -i 's/covr, //g' DESCRIPTION
|
||||||
@ -98,6 +95,9 @@ export LANG=C.UTF-8
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 17 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 1.0.5-1
|
||||||
|
- Update to 1.0.5 (RHBZ #2015338)
|
||||||
|
|
||||||
* Thu Aug 18 2022 Tom Callaway <spot@fedoraproject.org> - 1.0.4-1
|
* Thu Aug 18 2022 Tom Callaway <spot@fedoraproject.org> - 1.0.4-1
|
||||||
- update to 1.0.4
|
- update to 1.0.4
|
||||||
- rebuild for R 4.2.1
|
- rebuild for R 4.2.1
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (rlang_1.0.4.tar.gz) = 9a847d36ef1d6d4ef1f1497691aa2129c5c7d234d59820c37e0f272b5f0c1b8baba0a8bcbdfd50a47bd0e6583513920f78126e001aaddfcb3c515d35c98667dc
|
SHA512 (rlang_1.0.5.tar.gz) = e1543b2afd450f17ef7ceeddddc02ea84cd6fa652ebe130d4e616e7ee8fa03ae1b0ee109c5c4979f279081836167592e0baf9f08cd7e2319b5d77d39129dbe0b
|
||||||
|
Loading…
Reference in New Issue
Block a user