diff --git a/.gitignore b/.gitignore index 9de889a..8af977e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ commons-daemon-1.0.2-src.tar.gz /commons-daemon-1.0.10-src.tar.gz /commons-daemon-1.0.11-src.tar.gz /commons-daemon-1.0.12-src.tar.gz +/commons-daemon-1.0.13-src.tar.gz diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec index 842c4db..76f3f76 100644 --- a/apache-commons-daemon.spec +++ b/apache-commons-daemon.spec @@ -3,8 +3,8 @@ %global short_name commons-%{base_name} Name: apache-%{short_name} -Version: 1.0.12 -Release: 2%{?dist} +Version: 1.0.13 +Release: 1%{?dist} Summary: Defines API to support an alternative invocation mechanism License: ASL 2.0 Group: Applications/System @@ -113,6 +113,9 @@ install -Dpm 644 src/native/unix/jsvc.1 $RPM_BUILD_ROOT%{_mandir}/man1/jsvc.1 %changelog +* Wed Feb 13 2013 Mikolaj Izdebski - 1.0.13-1 +- Update to upstream version 1.0.13 + * Wed Feb 06 2013 Java SIG - 1.0.12-2 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local diff --git a/sources b/sources index 1bf05f2..51ae1b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -453b325951fb2527825b3fba35f48973 commons-daemon-1.0.12-src.tar.gz +abf519e43e95e8b1f63a45e2568374d6 commons-daemon-1.0.13-src.tar.gz