diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2020-03-10 00:19:55 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2020-03-10 00:19:55 +0000 |
commit | e92f9fc0ef03c6ab9a23db2cac9d156b381a6cad (patch) | |
tree | 16ecc9ed5fedefc524962ea7e821812ee950c32b | |
parent | 2aca9d6abb3cc2b39db25d899d9439123991ad51 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-utility.spec | 5 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,2 +1,3 @@ /utility_1.4.3.tar.gz /utility_1.4.4.tar.gz +/utility_1.4.5.tar.gz diff --git a/R-CRAN-utility.spec b/R-CRAN-utility.spec index 3444b05..1c94c96 100644 --- a/R-CRAN-utility.spec +++ b/R-CRAN-utility.spec @@ -1,9 +1,9 @@ %global packname utility -%global packver 1.4.4 +%global packver 1.4.5 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 1.4.4 +Version: 1.4.5 Release: 1%{?dist} Summary: Construct, Evaluate and Plot Value and Utility Functions @@ -27,6 +27,7 @@ further processing. %prep %setup -q -c -n %{packname} +find -type f -executable -exec grep -Iq . {} \; -exec sed -i -e '$a\' {} \; %build @@ -1 +1 @@ -f180bbcf4bc5d28e5d93a4f72138c961 utility_1.4.4.tar.gz +40af9cbd87bb818ca84b5a5f1425ad1c utility_1.4.5.tar.gz |