Hello community,

here is the log from the commit of package OpenLP for openSUSE:Factory checked 
in at 2012-03-12 20:15:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenLP (Old)
 and      /work/SRC/openSUSE:Factory/.OpenLP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenLP", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenLP/OpenLP.changes    2012-03-09 
21:24:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.OpenLP.new/OpenLP.changes       2012-03-12 
20:15:54.000000000 +0100
@@ -1,0 +2,13 @@
+Sun Mar 11 02:43:12 UTC 2012 - jdmul...@gmail.com
+
+- Changed download_files service mode to localonly to comply with
+  Factory rules
+
+-------------------------------------------------------------------
+Tue Mar  6 03:45:05 UTC 2012 - jdmul...@gmail.com
+
+- Added openlp-1.9.8-impress-segfault-backport.patch which
+  backports fix from upstream to bnc#748241.
+  Patch can be removed in the next release from upstream
+
+-------------------------------------------------------------------

New:
----
  _service
  openlp-1.9.8-impress-segfault-backport.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ OpenLP.spec ++++++
--- /var/tmp/diff_new_pack.hk9gjn/_old  2012-03-12 20:15:56.000000000 +0100
+++ /var/tmp/diff_new_pack.hk9gjn/_new  2012-03-12 20:15:56.000000000 +0100
@@ -11,13 +11,15 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           OpenLP
 Version:        1.9.8
-Release:        0
+Release:        1
 License:        GPL-2.0
 Summary:        Open source Church presentation and lyrics projection 
application
 Url:            http://openlp.org
@@ -26,6 +28,10 @@
 # PATCH-FIX-OPENSUSE uno-path.patch jdmu...@gmail.com
 # Patch to add appropriate entry to python search path so that 'import uno' 
works
 Patch0:         uno-path.patch
+# PATCH-FIX-UPSTREAM openlp-1.9.8-impress-segfault-backport.patch 
jdmul...@gmail.com
+# Patch to fix segfault in openSUSE 12.2 (Factory) bnc#748241
+# Already fixed upstream (lp#902115). Patch can be removed as of OpenLP 1.9.9
+Patch1:         openlp-1.9.8-impress-segfault-backport.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -64,6 +70,8 @@
 %patch0 -p1
 %endif
 
+%patch1 -p1
+
 %build
 python setup.py build
 

++++++ _service ++++++
<services>
  <service name="download_files" mode="localonly"/>
</services>++++++ openlp-1.9.8-impress-segfault-backport.patch ++++++
Index: OpenLP-1.9.8/openlp/plugins/presentations/lib/impresscontroller.py
===================================================================
--- OpenLP-1.9.8.orig/openlp/plugins/presentations/lib/impresscontroller.py     
2012-03-05 22:35:56.000000000 -0500
+++ OpenLP-1.9.8/openlp/plugins/presentations/lib/impresscontroller.py  
2012-03-05 22:36:37.180964757 -0500
@@ -114,7 +114,6 @@ class ImpressController(PresentationCont
             cmd = get_uno_command()
             self.process = QtCore.QProcess()
             self.process.startDetached(cmd)
-            self.process.waitForStarted()
 
     def get_uno_desktop(self):
         """
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to