Update to upstream version 1.0.11

This commit is contained in:
Mikolaj Izdebski 2012-12-11 16:06:01 +01:00
parent 1337485910
commit ed9b3a1158
4 changed files with 14 additions and 10 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ commons-daemon-1.0.2-src.tar.gz
/commons-daemon-1.0.7-src.tar.gz
/commons-daemon-1.0.8-src.tar.gz
/commons-daemon-1.0.10-src.tar.gz
/commons-daemon-1.0.11-src.tar.gz

View File

@ -1,7 +1,7 @@
--- commons-daemon-1.0.10-src/src/native/unix/configure.orig 2012-03-29 18:11:47.739291747 -0500
+++ commons-daemon-1.0.10-src/src/native/unix/configure 2012-03-29 18:12:15.287452463 -0500
@@ -2818,7 +2818,7 @@
echo "${ECHO_T}jni_md.h found in $JAVA_HOME/$JAVA_INC" >&6
--- commons-daemon-1.0.11-src/src/native/unix/configure~ 2012-12-11 15:55:48.300816506 +0100
+++ commons-daemon-1.0.11-src/src/native/unix/configure 2012-12-11 15:56:20.153550277 +0100
@@ -3391,7 +3391,7 @@
$as_echo "jni_md.h found in $JAVA_HOME/$JAVA_INC" >&6; }
INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/$JAVA_INC"
else
- INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$supported_os"
@ -9,9 +9,9 @@
fi
if test "$GCC" = "yes"
--- commons-daemon-1.0.10-src/src/native/unix/configure.in.orig 2012-03-29 18:11:18.244119358 -0500
+++ commons-daemon-1.0.10-src/src/native/unix/configure.in 2012-03-29 18:11:35.745221681 -0500
@@ -94,7 +94,7 @@
--- commons-daemon-1.0.11-src/src/native/unix/configure.in~ 2012-11-22 13:37:28.000000000 +0100
+++ commons-daemon-1.0.11-src/src/native/unix/configure.in 2012-12-11 15:57:01.004206412 +0100
@@ -98,7 +98,7 @@
AC_MSG_RESULT([jni_md.h found in $JAVA_HOME/$JAVA_INC])
INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/$JAVA_INC"
else

View File

@ -3,8 +3,8 @@
%global short_name commons-%{base_name}
Name: apache-%{short_name}
Version: 1.0.10
Release: 5%{?dist}
Version: 1.0.11
Release: 1%{?dist}
Summary: Defines API to support an alternative invocation mechanism
License: ASL 2.0
Group: Applications/System
@ -138,6 +138,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
%changelog
* Tue Dec 11 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.11-1
- Update to upstream version 1.0.11
* Fri Aug 17 2012 Karsten Hopp <karsten@redhat.com> 1.0.10-5
- add ppc64 as known arch

View File

@ -1 +1 @@
660f10965479baa0fe88e832e3032270 commons-daemon-1.0.10-src.tar.gz
add541d9cdc099a18d11eecb1e0e33d6 commons-daemon-1.0.11-src.tar.gz