Merge branch 'f30'
This commit is contained in:
commit
5f47a1b9b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/rematch2_2.0.1.tar.gz
|
/rematch2_2.0.1.tar.gz
|
||||||
/rematch2_2.1.0.tar.gz
|
/rematch2_2.1.0.tar.gz
|
||||||
|
/rematch2_2.1.1.tar.gz
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
%global packname rematch2
|
%global packname rematch2
|
||||||
|
%global packver 2.1.1
|
||||||
%global rlibdir %{_datadir}/R/library
|
%global rlibdir %{_datadir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tidy Output from Regular Expression Matching
|
Summary: Tidy Output from Regular Expression Matching
|
||||||
|
|
||||||
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}_%{version}.tar.gz
|
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||||
|
|
||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
@ -64,6 +65,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 10 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.1.1-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (rematch2_2.1.0.tar.gz) = c579dd13a35ee9a4dc06c0355890a7dd6863902fca6d0d6789db6be16561e8579b7d06597fb3cc74f237c34554a5b44c7b62dab4f3e6f10d95520a0422ae2721
|
SHA512 (rematch2_2.1.1.tar.gz) = 4ab89a9340d74116446ee1e7fd19b34c7ec47fedd7073cd81947304632ed6bc59e5b81bfa11968a6ac687f7300c9efb2246fd1243a3ed8f4cb2a4cc0cb5c9669
|
||||||
|
Loading…
Reference in New Issue
Block a user