[apache-commons-daemon] Update to latest upstream (1.0.8)

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Jan 26 15:57:09 UTC 2012


commit 11b432254f77c5c418799aa6ebed6a20246e2983
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Jan 26 16:54:36 2012 +0100

    Update to latest upstream (1.0.8)
    
    - Drop s390/ppc patches (upstream seems to already include them)

 .gitignore                 |    1 +
 0002-ppc64-configure.patch |   68 --------------------------------------------
 0003-s390x-configure.patch |   30 -------------------
 apache-commons-daemon.spec |   12 ++++----
 sources                    |    2 +-
 5 files changed, 8 insertions(+), 105 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0948922..cf8795d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ commons-daemon-1.0.2-src.tar.gz
 /commons-daemon-1.0.5-src.tar.gz
 /commons-daemon-1.0.6-src.tar.gz
 /commons-daemon-1.0.7-src.tar.gz
+/commons-daemon-1.0.8-src.tar.gz
diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec
index 9f251ee..bda84d2 100644
--- a/apache-commons-daemon.spec
+++ b/apache-commons-daemon.spec
@@ -3,16 +3,14 @@
 %global short_name  commons-%{base_name}
 
 Name:           apache-%{short_name}
-Version:        1.0.7
-Release:        2%{?dist}
+Version:        1.0.8
+Release:        1%{?dist}
 Summary:        Defines API to support an alternative invocation mechanism
 License:        ASL 2.0
 Group:          Applications/System
 URL:            http://commons.apache.org/%{base_name}
 Source0:        http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 Patch0:         0001-execve-path-warning.patch
-Patch1:         0002-ppc64-configure.patch
-Patch2:         0003-s390x-configure.patch
 BuildRequires:  java-devel >= 1:1.6.0
 BuildRequires:  jpackage-utils
 BuildRequires:  maven
@@ -63,8 +61,6 @@ Obsoletes:      jakarta-%{short_name}-javadoc <= 1:1.0.1
 %prep
 %setup -q -n %{short_name}-%{version}-src
 %patch0 -p1 -b .execve
-%patch1 -p1 -b .ppc
-%patch2 -p1 -b .s390
 
 # remove java binaries from sources
 rm -rf src/samples/build/
@@ -136,6 +132,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 
 
 %changelog
+* Thu Jan 26 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0.8-1
+- Update to latest upstream (1.0.8)
+- Drop s390/ppc patches (upstream seems to already include them)
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 601f474..2f686d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb6c5e7b6544fd8400b08f0e81fc9581  commons-daemon-1.0.7-src.tar.gz
+323a0bd9e2786256f02c5aed4e887fed  commons-daemon-1.0.8-src.tar.gz


More information about the scm-commits mailing list