update to 2.3.0
This commit is contained in:
parent
03bab19a97
commit
fa14af9048
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/zip_2.1.1.tar.gz
|
||||
/zip_2.2.0.tar.gz
|
||||
/zip_2.2.1.tar.gz
|
||||
/zip_2.3.0.tar.gz
|
||||
|
11
R-zip.spec
11
R-zip.spec
@ -1,13 +1,13 @@
|
||||
%global packname zip
|
||||
%global packver 2.2.1
|
||||
%global packver 2.3.0
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross-Platform 'zip' Compression
|
||||
|
||||
License: CC0
|
||||
# was CC-0 before, now MIT
|
||||
License: MIT
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
@ -73,6 +73,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 19 2023 Tom Callaway <spot@fedoraproject.org> - 2.3.0-1
|
||||
- update to 2.3.0
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zip_2.2.1.tar.gz) = d70ba53cb3e33df65aa56a83e4a91535d32420640e740ea1be22d909b7daed9d0a08eb80c7c93001bbdcf8a5ff6749ee398f76ea717f4a36104e89d743f22f84
|
||||
SHA512 (zip_2.3.0.tar.gz) = 4924746056eaf7d8fba0c72d8c9391628f00ae08ab359183222877f92c9903b931c09cd5d2ac5702419e9a6e0291923bf1064347cbbc6fc3fa3ded6743223ec6
|
||||
|
Loading…
Reference in New Issue
Block a user