rpms/openoffice.org/devel openoffice.org-3.1.0.ooo100225.comphelper.vis.patch, NONE, 1.1 openoffice.org.spec, 1.1868, 1.1869

Caolan McNamara caolanm at fedoraproject.org
Mon Mar 30 08:46:24 UTC 2009


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.1.0.ooo100225.comphelper.vis.patch 
Log Message:
add openoffice.org-3.1.0.ooo100225.comphelper.vis.patch

openoffice.org-3.1.0.ooo100225.comphelper.vis.patch:

--- NEW FILE openoffice.org-3.1.0.ooo100225.comphelper.vis.patch ---
Fix for svgimport visibility bug

From: Thorsten Behrens <thb at openoffice.org>


---

 comphelper/inc/comphelper/servicedecl.hxx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


diff --git comphelper/inc/comphelper/servicedecl.hxx comphelper/inc/comphelper/servicedecl.hxx
index bd114be..1fa97cc 100644
--- comphelper/inc/comphelper/servicedecl.hxx
+++ comphelper/inc/comphelper/servicedecl.hxx
@@ -418,20 +418,20 @@ BOOST_PP_REPEAT_FROM_TO(1, COMPHELPER_SERVICEDECL_COMPONENT_HELPER_MAX_ARGS,
 #define COMPHELPER_SERVICEDECL_make_exports(varargs_ )  \
 extern "C" \
 { \
-    void SAL_CALL component_getImplementationEnvironment( const sal_Char**  ppEnvTypeName, \
+    SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char**  ppEnvTypeName, \
                                                           uno_Environment** /*ppEnv*/ ) \
     { \
         *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; \
     } \
  \
-    sal_Bool SAL_CALL component_writeInfo( ::com::sun::star::lang::XMultiServiceFactory*    pServiceManager, \
+    SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo( ::com::sun::star::lang::XMultiServiceFactory*    pServiceManager, \
                                            ::com::sun::star::registry::XRegistryKey*        pRegistryKey ) \
     { \
         return component_writeInfoHelper( pServiceManager, pRegistryKey, \
                                           BOOST_PP_SEQ_ENUM(varargs_) ); \
     } \
  \
-    void* SAL_CALL component_getFactory( sal_Char const*                                pImplName, \
+    SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( sal_Char const*                                pImplName, \
                                          ::com::sun::star::lang::XMultiServiceFactory*  pServiceManager, \
                                          ::com::sun::star::registry::XRegistryKey*      pRegistryKey ) \
     { \


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1868
retrieving revision 1.1869
diff -u -r1.1868 -r1.1869
--- openoffice.org.spec	28 Mar 2009 17:08:46 -0000	1.1868
+++ openoffice.org.spec	30 Mar 2009 08:45:54 -0000	1.1869
@@ -1,6 +1,6 @@
 %define oootag OOO310
 %define ooomilestone 8
-%define rh_rpm_release 1
+%define rh_rpm_release 2
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -130,6 +130,7 @@
 Patch55: openoffice.org-3.1.0.ooo100273.fix-utf8-hyphenation.patch
 Patch56: ooo-build.ooo2497.filter.svg.patch
 Patch57: openoffice.org-3.1.0.ooo100353.svx.rtfbrackets.patch
+Patch58: openoffice.org-3.1.0.ooo100225.comphelper.vis.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1618,6 +1619,7 @@
 %patch55 -p0 -b .ooo100273.fix-utf8-hyphenation.patch
 %patch56 -p1 -b .ooo2497.filter.svg.patch
 %patch57 -p0 -b .ooo100353.svx.rtfbrackets.patch
+%patch58 -p0 -b .ooo100225.comphelper.vis.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4105,6 +4107,9 @@
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Mon Mar 30 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.0-8.2
+- add openoffice.org-3.1.0.ooo100225.comphelper.vis.patch
+
 * Sat Mar 28 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.0-8.1
 - latest version
 - add mythes-nl as requires to Dutch langpack




More information about the fedora-extras-commits mailing list