rpms/openoffice.org/devel openoffice.org-3.0.1.ooo98288.ucb.neonchange.patch, NONE, 1.1 openoffice.org.spec, 1.1767, 1.1768

Caolan McNamara caolanm at fedoraproject.org
Tue Jan 20 16:28:31 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18915/devel

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.1.ooo98288.ucb.neonchange.patch 
Log Message:
Resolves: rhbz#480057 add openoffice.org-3.0.1.ooo98288.ucb.neonchange.patch

openoffice.org-3.0.1.ooo98288.ucb.neonchange.patch:

--- NEW FILE openoffice.org-3.0.1.ooo98288.ucb.neonchange.patch ---
Index: source/ucp/webdav/NeonPropFindRequest.cxx
===================================================================
RCS file: /cvs/ucb/ucb/source/ucp/webdav/NeonPropFindRequest.cxx,v
retrieving revision 1.24
diff -u -r1.24 NeonPropFindRequest.cxx
--- openoffice.org.orig/ucb/source/ucp/webdav/NeonPropFindRequest.cxx	10 Apr 2008 15:40:55 -0000	1.24
+++ openoffice.org/ucb/source/ucp/webdav/NeonPropFindRequest.cxx	20 Jan 2009 16:21:07 -0000
@@ -103,8 +104,12 @@
 			if ( aValue.getLength() )
 			{
                 aValue = aValue.toAsciiLowerCase();
-				if ( aValue.compareTo(
-						RTL_CONSTASCII_STRINGPARAM( "<collection" ) ) == 0 )
+				if (
+				    ( aValue.compareTo(
+						RTL_CONSTASCII_STRINGPARAM( "<collection" ) ) == 0 ) ||
+				    ( aValue.compareTo(
+						RTL_CONSTASCII_STRINGPARAM( "<dav:collection" ) ) == 0 )
+				   )
 				{
 					thePropertyValue.Value
 						<<= OUString::createFromAscii( "collection" );


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1767
retrieving revision 1.1768
diff -u -r1.1767 -r1.1768
--- openoffice.org.spec	20 Jan 2009 10:00:07 -0000	1.1767
+++ openoffice.org.spec	20 Jan 2009 16:28:01 -0000	1.1768
@@ -1,6 +1,6 @@
 %define oootag OOO300
 %define ooomilestone 15
-%define rh_rpm_release 3
+%define rh_rpm_release 4
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -133,6 +133,7 @@
 Patch62: workspace.fwk99.patch
 Patch63: openoffice.org-3.1.0.ooo98137.filter.redeclared-variables.patch
 Patch64: openoffice.org-3.0.1.ooo98240.sc.basicworkaround.patch
+Patch65: openoffice.org-3.0.1.ooo98288.ucb.neonchange.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1418,6 +1419,7 @@
 %patch62 -p1 -b .workspace.fwk99.patch
 %patch63 -p1 -b .ooo98137.filter.redeclared-variables.patch
 %patch64 -p1 -b .ooo98240.sc.basicworkaround.patch
+%patch65 -p1 -b .ooo98288.ucb.neonchange.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -3828,6 +3830,9 @@
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Tue Jan 20 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.0.1-15.4
+- Resolves: rhbz#480057 add openoffice.org-3.0.1.ooo98288.ucb.neonchange.patch
+
 * Tue Jan 20 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.0.1-15.3
 - Resolves: rhbz#480362 add
   openoffice.org-3.0.1.ooo98240.sc.basicworkaround.patch




More information about the fedora-extras-commits mailing list