[meego-commits] 15290: Changes to Trunk:Testing/tumbler

bwang no_reply at build.meego.com
Sat Mar 26 11:41:52 UTC 2011


Hi,
I have made the following changes to tumbler in project Trunk:Testing. Please review and accept ASAP.

Thank You,
bwang

[This message was auto-generated]

---

Request #15290:

  submit:   home:bwang:branches:Trunk:Testing/tumbler(r3)(cleanup) -> Trunk:Testing/tumbler


Message:
    * Fri Mar 25 2011 Bintian Wang <bintian.wang at windriver.com> 0.1.21
- Fix the bug https://bugzilla.otcshare.org/show_bug.cgi?id=5678

State:   new          2011-03-26T04:41:49 bwang
Comment: None



changes files:
--------------
--- tumbler.changes
+++ tumbler.changes
@@ -0,0 +1,3 @@
+* Fri Mar 25 2011 Bintian Wang <bintian.wang at windriver.com> 0.1.21
+- Fix the bug https://bugzilla.otcshare.org/show_bug.cgi?id=5678 
+

new:
----
  0003-fix-tumblerd-segmentfault-error.patch

spec files:
-----------
--- tumbler.spec
+++ tumbler.spec
@@ -16,6 +16,7 @@
 Source100:  tumbler.yaml
 Patch0:     0001-Add-a-x-huge-thumbnail-size-512x512.patch
 Patch1:     0002-Add-GStreamer-based-thumbnailer-for-video-thumbnails.patch
+Patch2:     0003-fix-tumblerd-segmentfault-error.patch 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig(libpng)
@@ -60,6 +61,8 @@
 %patch0 -p1
 # 0002-Add-GStreamer-based-thumbnailer-for-video-thumbnails.patch
 %patch1 -p1
+# 0003-fix-tumblerd-segmentfault-error.patch
+%patch2 -p1
 # >> setup
 # << setup
 

other changes:
--------------

++++++ 0003-fix-tumblerd-segmentfault-error.patch (new)
--- 0003-fix-tumblerd-segmentfault-error.patch
+++ 0003-fix-tumblerd-segmentfault-error.patch
+--- tumbler-0.1.21.old/tumblerd/main.c	2011-02-13 07:36:56.000000000 -0800
++++ tumbler-0.1.21/tumblerd/main.c	2011-03-25 01:20:30.399627002 -0700
+@@ -84,6 +84,8 @@
+   if (!g_thread_supported ())
+     g_thread_init (NULL);
+ 
++  dbus_g_thread_init();
++  
+   /* try to connect to the D-Bus session bus */
+   connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
+ 

++++++ tumbler.yaml
--- tumbler.yaml
+++ tumbler.yaml
@@ -13,6 +13,7 @@
 Patches:
     - 0001-Add-a-x-huge-thumbnail-size-512x512.patch
     - 0002-Add-GStreamer-based-thumbnailer-for-video-thumbnails.patch
+    - 0003-fix-tumblerd-segmentfault-error.patch 
 LocaleName: tumbler
 
 PkgBR:




More information about the MeeGo-commits mailing list