diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2020-11-19 00:50:20 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2020-11-19 00:50:20 +0000 |
commit | 56541fb265587eefc55117e60c55f7471b4df9ee (patch) | |
tree | d31a992d26384d923e2d5b9185f640122b5e8f8f | |
parent | 2f1e01ade20f9aa144dc69101b9fdcc568939c83 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-eoffice.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -2,3 +2,4 @@ /eoffice_0.1.8.tar.gz /eoffice_0.1.9.tar.gz /eoffice_0.2.0.tar.gz +/eoffice_0.2.1.tar.gz diff --git a/R-CRAN-eoffice.spec b/R-CRAN-eoffice.spec index ca7e68b..29b0a73 100644 --- a/R-CRAN-eoffice.spec +++ b/R-CRAN-eoffice.spec @@ -1,9 +1,9 @@ %global packname eoffice -%global packver 0.2.0 +%global packver 0.2.1 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?dist}%{?buildtag} Summary: Export or Graph and Tables to 'Microsoft' Office and Import Figures and Tables @@ -1 +1 @@ -760c84632168b262b2345f0b04976336 eoffice_0.2.0.tar.gz +1643e32c4653bf7095401e64e4a509d7 eoffice_0.2.1.tar.gz |