rpms/beagle/devel beagle-0.3.2-spew.patch, NONE, 1.1 .cvsignore, 1.24, 1.25 beagle-0.2.7-crawl.patch, 1.1, 1.2 beagle.spec, 1.114, 1.115 sources, 1.27, 1.28 beagle-0.2.1-spew.patch, 1.5, NONE

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sat Dec 29 03:22:30 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/beagle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25589

Modified Files:
	.cvsignore beagle-0.2.7-crawl.patch beagle.spec sources 
Added Files:
	beagle-0.3.2-spew.patch 
Removed Files:
	beagle-0.2.1-spew.patch 
Log Message:
0.3.2


beagle-0.3.2-spew.patch:

--- NEW FILE beagle-0.3.2-spew.patch ---
diff -up beagle-0.3.2/beagled/BeagleDaemon.cs.spew beagle-0.3.2/beagled/BeagleDaemon.cs
--- beagle-0.3.2/beagled/BeagleDaemon.cs.spew	2007-12-14 03:46:08.000000000 -0500
+++ beagle-0.3.2/beagled/BeagleDaemon.cs	2007-12-28 22:19:03.000000000 -0500
@@ -455,7 +455,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}",
diff -up beagle-0.3.2/beagled/IndexHelper/IndexHelper.cs.spew beagle-0.3.2/beagled/IndexHelper/IndexHelper.cs
--- beagle-0.3.2/beagled/IndexHelper/IndexHelper.cs.spew	2007-12-14 03:46:08.000000000 -0500
+++ beagle-0.3.2/beagled/IndexHelper/IndexHelper.cs	2007-12-28 22:16:23.000000000 -0500
@@ -90,16 +90,13 @@ namespace Beagle.IndexHelper {
 			else
 				disable_textcache = false;
 			
-			// FIXME: We always turn on full debugging output!  We are still
-			// debugging this code, after all...
-			//bool debug = (Environment.GetEnvironmentVariable ("BEAGLE_DEBUG_FLAG_IS_SET") != null);
+			bool debug = (Environment.GetEnvironmentVariable ("BEAGLE_DEBUG_FLAG_IS_SET") != null);
 
 			last_activity = DateTime.Now;
 
 			Log.Initialize (PathFinder.LogDir,
 					"IndexHelper",
-					//debug ? LogLevel.Debug : LogLevel.Warn,
-					LogLevel.Debug,
+					debug ? LogLevel.Debug : LogLevel.Error,
 					run_by_hand || log_in_fg);
 
 			Log.Always ("Starting Index Helper process (version {0})", ExternalStringsHack.Version);


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/beagle/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	14 Dec 2007 04:57:17 -0000	1.24
+++ .cvsignore	29 Dec 2007 03:21:39 -0000	1.25
@@ -1 +1 @@
-beagle-0.3.1.tar.bz2
+beagle-0.3.2.tar.bz2

beagle-0.2.7-crawl.patch:

Index: beagle-0.2.7-crawl.patch
===================================================================
RCS file: /cvs/extras/rpms/beagle/devel/beagle-0.2.7-crawl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- beagle-0.2.7-crawl.patch	21 Jun 2006 12:07:00 -0000	1.1
+++ beagle-0.2.7-crawl.patch	29 Dec 2007 03:21:39 -0000	1.2
@@ -20,23 +20,3 @@
  
  CRAWL_ALLOW_PATTERNS="*.xml,*.html,*.docbook"
  
---- beagle-0.2.5/tools/Makefile.am.crawl	2006-04-19 02:30:36.000000000 +0200
-+++ beagle-0.2.5/tools/Makefile.am	2006-04-21 09:23:26.000000000 +0200
-@@ -35,7 +35,6 @@
- 	chmod +x $(CRAWL_WRAPPER)
- 
- CRAWL_RULES = \
--	$(srcdir)/crawl-rules/crawl-windows		\
- 	$(srcdir)/crawl-rules/crawl-applications	\
- 	$(srcdir)/crawl-rules/crawl-documentation
- 
---- beagle-0.2.5/tools/Makefile.in.crawl	2006-04-20 17:57:24.000000000 +0200
-+++ beagle-0.2.5/tools/Makefile.in	2006-04-21 09:23:26.000000000 +0200
-@@ -366,7 +366,6 @@
- CRAWL_WRAPPER = beagle-crawl-system
- CRAWL_WRAPPER_IN = $(CRAWL_WRAPPER).in
- CRAWL_RULES = \
--	$(srcdir)/crawl-rules/crawl-windows		\
- 	$(srcdir)/crawl-rules/crawl-applications	\
- 	$(srcdir)/crawl-rules/crawl-documentation
- 


Index: beagle.spec
===================================================================
RCS file: /cvs/extras/rpms/beagle/devel/beagle.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- beagle.spec	14 Dec 2007 05:11:06 -0000	1.114
+++ beagle.spec	29 Dec 2007 03:21:39 -0000	1.115
@@ -1,5 +1,5 @@
 Name:           beagle
-Version:        0.3.1
+Version:        0.3.2
 Release:        1%{?dist}
 Summary:        The Beagle Search Infrastructure
 Group:          User Interface/Desktops
@@ -42,7 +42,7 @@
 Requires(pre):  shadow-utils >= 4.0.17-5
 
 Patch2: beagle-0.2.7-crawl.patch
-Patch3: beagle-0.2.1-spew.patch
+Patch3: beagle-0.3.2-spew.patch
 Patch4: beagle-0.3.0-runuser.patch
 Patch5: beagle-0.2.15.1-libdir.patch
 Patch6: beagle-monodoc.patch
@@ -308,6 +308,9 @@
 %{_libdir}/pkgconfig/beagle*.pc
  
 %changelog
+* Fri Dec 28 2007 Matthias Clasen <mclasen at redhat.com> - 0.3.2-1
+- Update to 0.3.2
+
 * Thu Dec 13 2007 Matthias Clasen <mclasen at redhat.com> - 0.3.1-1
 - Update to 0.3.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/beagle/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	14 Dec 2007 04:57:17 -0000	1.27
+++ sources	29 Dec 2007 03:21:39 -0000	1.28
@@ -1 +1 @@
-1ca309228eed59bdee3afe441f2103b5  beagle-0.3.1.tar.bz2
+1c66a66a5049ae91930fa6a9b8091a33  beagle-0.3.2.tar.bz2


--- beagle-0.2.1-spew.patch DELETED ---




More information about the fedora-extras-commits mailing list