rpms/tomcat-native/devel tomcat-native-1.1.12-ifs.patch, NONE, 1.1 tomcat-native.spec, 1.6, 1.7

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Feb 12 20:00:22 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/tomcat-native/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31616

Modified Files:
	tomcat-native.spec 
Added Files:
	tomcat-native-1.1.12-ifs.patch 
Log Message:
* Tue Feb 12 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.12-2
- Apply upstream fix to silence (seemingly harmless?) configure error spewage.


tomcat-native-1.1.12-ifs.patch:

--- NEW FILE tomcat-native-1.1.12-ifs.patch ---
diff -up tomcat-native-1.1.12-src/jni/native/configure~ tomcat-native-1.1.12-src/jni/native/configure
--- tomcat-native-1.1.12-src/jni/native/configure~	2007-12-21 16:06:53.000000000 +0200
+++ tomcat-native-1.1.12-src/jni/native/configure	2008-02-12 21:55:42.000000000 +0200
@@ -2490,7 +2490,7 @@ echo "$as_me: error: APR config could no
    { (exit 1); exit 1; }; }
   fi
   sapr_version="`echo $sapr_pversion|sed -e 's/\(a-z*\)$/.\1/'`"
-  IFS=.; set $sapr_version; IFS=' '
+  tc_save_IFS=$IFS; IFS=.; set $sapr_version; IFS=$tc_save_IFS
   if test "${1}" -lt "1"; then
     { { echo "$as_me:$LINENO: error: You need APR version 1.2.1 or newer installed." >&5
 echo "$as_me: error: You need APR version 1.2.1 or newer installed." >&2;}


Index: tomcat-native.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomcat-native/devel/tomcat-native.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tomcat-native.spec	26 Dec 2007 14:44:00 -0000	1.6
+++ tomcat-native.spec	12 Feb 2008 19:59:47 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           tomcat-native
 Version:        1.1.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tomcat native library
 
 Group:          System Environment/Libraries
@@ -9,6 +9,7 @@
 Source0:        http://archive.apache.org/dist/tomcat/tomcat-connectors/native/%{name}-%{version}-src.tar.gz
 # Source1: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/CHANGELOG.txt?revision=605607
 Source1:        %{name}-1.12-CHANGELOG.txt
+Patch0:         %{name}-1.1.12-ifs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  java-devel
@@ -32,6 +33,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-src
+%patch0 -p1
 install -pm 644 %{SOURCE1} CHANGELOG.txt
 
 
@@ -69,6 +71,9 @@
 
 
 %changelog
+* Tue Feb 12 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.12-2
+- Apply upstream fix to silence (seemingly harmless?) configure error spewage.
+
 * Sat Dec 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.12-1
 - 1.1.12.
 




More information about the fedora-extras-commits mailing list