Hello community,

here is the log from the commit of package backintime for openSUSE:Factory 
checked in at 2013-11-12 09:49:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/backintime (Old)
 and      /work/SRC/openSUSE:Factory/.backintime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "backintime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/backintime/backintime.changes    2012-12-27 
22:08:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.backintime.new/backintime.changes       
2013-11-12 09:49:50.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Oct 17 22:59:02 UTC 2013 - [email protected]
+
+- Added omit_KDirModel.removeColumns.patch, fixes crash of kde 
+  frontend (bnc#846526)
+
+-------------------------------------------------------------------

New:
----
  omit_KDirModel.removeColumns.patch

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

Other differences:
------------------
++++++ backintime.spec ++++++
--- /var/tmp/diff_new_pack.Ex1PTs/_old  2013-11-12 09:49:51.000000000 +0100
+++ /var/tmp/diff_new_pack.Ex1PTs/_new  2013-11-12 09:49:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package backintime
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,8 @@
 
 Source0:        
http://www.le-web.org/download/%{name}/%{name}-%{version}_src.tar.gz
 Source1:        %{name}.png
-
+# PATCH-FIX-UPSTREAM omit_KDirModel.removeColumns.patch -- bnc#846526
+Patch0:         omit_KDirModel.removeColumns.patch
 BuildRequires:  gnome-session
 BuildRequires:  libkde4-devel
 BuildRequires:  python-gnome
@@ -93,6 +94,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 sed -i -e "s|/share/doc/backintime|/share/doc/packages/backintime|g" 
common/config.py */Makefile.template


++++++ omit_KDirModel.removeColumns.patch ++++++
diff -Naur backintime-1.0.20.orig/kde4/app.py backintime-1.0.20/kde4/app.py
--- backintime-1.0.20.orig/kde4/app.py  2012-12-17 02:01:12.736450000 +0100
+++ backintime-1.0.20/kde4/app.py       2013-10-18 01:03:00.713406783 +0200
@@ -256,7 +256,7 @@
                self.list_files_view.header().setSortIndicatorShown( True )
                
                self.list_files_view_model = KDirModel( self )
-               self.list_files_view_model.removeColumns( 3, 2 )
+               #self.list_files_view_model.removeColumns( 3, 2 )
                
self.list_files_view_model.dirLister().setAutoErrorHandlingEnabled( False, self 
)
                self.list_files_view_model.dirLister().setAutoUpdate( False )
                self.list_files_view_model.dirLister().setDelayedMimeTypes( 
False )
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to