summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2020-03-10 00:19:55 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2020-03-10 00:19:55 +0000
commite92f9fc0ef03c6ab9a23db2cac9d156b381a6cad (patch)
tree16ecc9ed5fedefc524962ea7e821812ee950c32b
parent2aca9d6abb3cc2b39db25d899d9439123991ad51 (diff)
automatic import of R-CRAN-utilityf31f30
-rw-r--r--.gitignore1
-rw-r--r--R-CRAN-utility.spec5
-rw-r--r--sources2
3 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 05f4bb1..cf04c44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 7c871ed..4d97e78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f180bbcf4bc5d28e5d93a4f72138c961 utility_1.4.4.tar.gz
+40af9cbd87bb818ca84b5a5f1425ad1c utility_1.4.5.tar.gz