[arch-commits] CVS update of extra/gnome/beagle (beagle-0.2.1-spew.patch)

daniel at archlinux.org daniel at archlinux.org
Thu Jan 3 18:28:55 UTC 2008


    Date: Thursday, January 3, 2008 @ 13:28:55
  Author: daniel
    Path: /home/cvs-extra/extra/gnome/beagle

Modified: beagle-0.2.1-spew.patch (1.1 -> 1.2)

change patch for new beagle release


-------------------------+
 beagle-0.2.1-spew.patch |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


Index: extra/gnome/beagle/beagle-0.2.1-spew.patch
diff -u extra/gnome/beagle/beagle-0.2.1-spew.patch:1.1 extra/gnome/beagle/beagle-0.2.1-spew.patch:1.2
--- extra/gnome/beagle/beagle-0.2.1-spew.patch:1.1	Wed May 16 18:06:15 2007
+++ extra/gnome/beagle/beagle-0.2.1-spew.patch	Thu Jan  3 13:28:55 2008
@@ -19,14 +19,14 @@
  					run_by_hand || log_in_fg);
  
  			Application.InitCheck ("IndexHelper", ref args);
---- beagle-0.2.1/beagled/BeagleDaemon.cs.spew	2006-02-24 01:26:56.000000000 -0500
-+++ beagle-0.2.1/beagled/BeagleDaemon.cs	2006-02-24 01:28:44.000000000 -0500
-@@ -377,7 +377,7 @@
- 					// FIXME: We always turn on full debugging output!  We are still
- 					// debugging this code, after all...
- 					//arg_debug ? LogLevel.Debug : LogLevel.Warn,
--					LogLevel.Debug,
-+					arg_debug ? LogLevel.Debug : LogLevel.Error,
- 					arg_fg);
- 
- 			Logger.Log.Info ("Starting Beagle Daemon (version {0})", ExternalStringsHack.Version);
+--- beagle-0.3.2/beagled/BeagleDaemon.cs	2008-01-03 19:06:36.000000000 +0100
++++ beagle-0.3.2/beagled/BeagleDaemon.cs_new	2008-01-03 19:13:44.000000000 +0100
+@@ -455,7 +455,7 @@
+ 			// debugging this code, after all...
+ 			// arg_debug ? LogLevel.Debug : LogLevel.Warn
+ 			
+-			Log.Initialize (PathFinder.LogDir, "Beagle", LogLevel.Debug, arg_fg);
++			Log.Initialize (PathFinder.LogDir, "Beagle", arg_debug ? LogLevel.Debug : LogLevel.Error, arg_fg);
+ 			Log.Always ("Starting Beagle Daemon (version {0})", ExternalStringsHack.Version);
+ 			Log.Always ("Running on {0}", SystemInformation.MonoRuntimeVersion);
+ 			Log.Always ("Command Line: {0}",




More information about the arch-commits mailing list