Update to 1.3

This commit is contained in:
Mohamed El Morabity 2014-12-02 15:56:57 +01:00
parent 6a1fe69879
commit 5e4c6f89c7
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <melmorabity@fedoraproject.org> - 1.3-1
- Update to 1.3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
c423f7268f3bd03c4602dc7fd12b5d4c commons-exec-1.2-src.tar.gz
f7d050267a75115fcc4431bd7fa567fc commons-exec-1.3-src.tar.gz