Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory
checked in at Sun Oct 16 12:57:43 CEST 2011.



--------
--- openSUSE:Factory/shotwell/shotwell.changes  2011-10-13 00:02:30.000000000 
+0200
+++ /mounts/work_src_done/STABLE/shotwell/shotwell.changes      2011-10-14 
15:37:08.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Oct 14 15:34:17 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.11.4:
+  + Fixes two collection concurrent access issues that could cause
+    Shotwell to crash during F-Spot import.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  shotwell-0.11.3.tar.bz2

New:
----
  shotwell-0.11.4.tar.bz2

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

Other differences:
------------------
++++++ shotwell.spec ++++++
--- /var/tmp/diff_new_pack.X0jni7/_old  2011-10-16 12:57:38.000000000 +0200
+++ /var/tmp/diff_new_pack.X0jni7/_new  2011-10-16 12:57:38.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           shotwell
-Version:        0.11.3
+Version:        0.11.4
 Release:        1
 # FIXME: Check if the hack to remove --fatal-warnings is still required. Also 
see http://redmine.yorba.org/issues/3760
 License:        LGPLv2.1+

++++++ shotwell-0.11.3.tar.bz2 -> shotwell-0.11.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shotwell-0.11.3/Makefile new/shotwell-0.11.4/Makefile
--- old/shotwell-0.11.3/Makefile        2011-10-11 23:41:53.000000000 +0200
+++ new/shotwell-0.11.4/Makefile        2011-10-13 21:26:06.000000000 +0200
@@ -1,7 +1,7 @@
 PROGRAM = shotwell
 PROGRAM_THUMBNAILER = shotwell-video-thumbnailer
 
-VERSION = 0.11.3
+VERSION = 0.11.4
 GETTEXT_PACKAGE = $(PROGRAM)
 BUILD_ROOT = 1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shotwell-0.11.3/NEWS new/shotwell-0.11.4/NEWS
--- old/shotwell-0.11.3/NEWS    2011-10-11 23:41:53.000000000 +0200
+++ new/shotwell-0.11.4/NEWS    2011-10-13 21:56:10.000000000 +0200
@@ -1,3 +1,10 @@
+Shotwell 0.11.4 - 13 October 2011 - "The Pony Remark"
+---------------------------------------------------------------------
+
+  * Fixes two collection concurrent access issues that could cause
+    Shotwell to crash during F-Spot import.
+
+
 Shotwell 0.11.3 - 11 October 2011 - "All Old People Steal"
 ---------------------------------------------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shotwell-0.11.3/src/tags/HierarchicalTagIndex.vala 
new/shotwell-0.11.4/src/tags/HierarchicalTagIndex.vala
--- old/shotwell-0.11.3/src/tags/HierarchicalTagIndex.vala      2011-09-24 
00:52:27.000000000 +0200
+++ new/shotwell-0.11.4/src/tags/HierarchicalTagIndex.vala      2011-10-13 
21:24:46.000000000 +0200
@@ -13,7 +13,9 @@
         this.known_paths = new Gee.TreeSet<string>();
     }
     
-    public static HierarchicalTagIndex from_paths(Gee.Collection<string> 
paths) {
+    public static HierarchicalTagIndex from_paths(Gee.Collection<string> 
client_paths) {
+        Gee.Collection<string> paths = client_paths.read_only_view;
+
         HierarchicalTagIndex result = new HierarchicalTagIndex();
         
         foreach (string path in paths) {
@@ -45,7 +47,7 @@
     }
     
     public Gee.Collection<string> get_all_paths() {
-        return known_paths;
+        return known_paths.read_only_view;
     }
     
     public bool is_tag_in_index(string tag) {

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to