From 46f7a5aa93c6f8256bf74bad89ae51ff6ea0d72c Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Dec 02 2014 14:56:57 +0000 Subject: Update to 1.3 --- diff --git a/.gitignore b/.gitignore index ada0b33..bfb0f37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ commons-exec-1.0.1-src.tar.gz /commons-exec-1.1-src.tar.gz /commons-exec-1.2-src.tar.gz +/commons-exec-1.3-src.tar.gz diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index 6a1f197..1d5dfeb 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -2,8 +2,8 @@ %global short_name commons-%{base_name} Name: apache-commons-exec -Version: 1.2 -Release: 3%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Java library to reliably execute external processes from within the JVM Group: Development/Libraries @@ -39,7 +39,7 @@ This package contains the API documentation for %{name}. %setup -q -n %{short_name}-%{version}-src # Fix wrong end-of-line encoding -for file in LICENSE.txt NOTICE.txt STATUS; do +for file in LICENSE.txt NOTICE.txt RELEASE-NOTES.txt STATUS; do sed -i.orig "s/\r//" $file && \ touch -r $file.orig $file && \ rm $file.orig @@ -61,7 +61,7 @@ chmod a+x src/test/scripts/*.sh %files -f .mfiles -%doc LICENSE.txt NOTICE.txt STATUS +%doc LICENSE.txt NOTICE.txt STATUS RELEASE-NOTES.txt %files javadoc -f .mfiles-javadoc @@ -69,6 +69,9 @@ chmod a+x src/test/scripts/*.sh %changelog +* Tue Dec 02 2014 Mohamed El Morabity - 1.3-1 +- Update to 1.3 + * Sat Jun 07 2014 Fedora Release Engineering - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 894dea1..f6ee31b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c423f7268f3bd03c4602dc7fd12b5d4c commons-exec-1.2-src.tar.gz +f7d050267a75115fcc4431bd7fa567fc commons-exec-1.3-src.tar.gz