rpms/beagle/devel beagle-0.3.9-spew.patch, NONE, 1.1 beagle.spec, 1.159, 1.160 beagle-0.3.2-spew.patch, 1.1, NONE

Adel Gadllah drago01 at fedoraproject.org
Sat Jan 31 11:47:55 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/beagle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12214

Modified Files:
	beagle.spec 
Added Files:
	beagle-0.3.9-spew.patch 
Removed Files:
	beagle-0.3.2-spew.patch 
Log Message:
Rebase debug output patch

beagle-0.3.9-spew.patch:

--- NEW FILE beagle-0.3.9-spew.patch ---
diff -upNr beagle-0.3.9.orign/beagled/BeagleDaemon.cs beagle-0.3.9/beagled/BeagleDaemon.cs
--- beagle-0.3.9.orign/beagled/BeagleDaemon.cs	2008-06-11 20:42:20.000000000 +0200
+++ beagle-0.3.9/beagled/BeagleDaemon.cs	2009-01-31 12:44:23.000000000 +0100
@@ -456,7 +456,7 @@ namespace Beagle.Daemon {
 			// 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.Warn, arg_fg);
 			Log.Always ("Starting Beagle Daemon (version {0})", ExternalStringsHack.Version);
 			Log.Always ("Running on {0}", SystemInformation.MonoRuntimeVersion);
 			Log.Always ("Command Line: {0}",


Index: beagle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/beagle/devel/beagle.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- beagle.spec	28 Jan 2009 12:03:15 -0000	1.159
+++ beagle.spec	31 Jan 2009 11:47:25 -0000	1.160
@@ -1,6 +1,6 @@
 Name:		beagle
 Version:	0.3.9
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	The Beagle Search Infrastructure
 Group:		User Interface/Desktops
 # see COPYING for details
@@ -51,7 +51,7 @@
 Requires(pre):	shadow-utils >= 4.0.17-5
 
 #Patch2: beagle-0.2.7-crawl.patch
-Patch3: beagle-0.3.2-spew.patch
+Patch3: beagle-0.3.9-spew.patch
 Patch4: beagle-0.3.0-runuser.patch
 Patch5: beagle-0.2.15.1-libdir.patch
 Patch6: beagle-monodoc.patch
@@ -339,6 +339,9 @@
 %{_libdir}/pkgconfig/beagle*.pc
 
 %changelog
+* Sat Jan 31 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.3.9-2
+- Rebase debug output patch
+
 * Wed Jan 28 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.3.9-1
 - Update t 0.3.9
 - Drop obsolete patches


--- beagle-0.3.2-spew.patch DELETED ---




More information about the fedora-extras-commits mailing list