rpms/beagle/FC-6 beagle-0.2.13-key.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 beagle.spec, 1.87, 1.88 sources, 1.18, 1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 28 12:56:20 UTC 2006


Author: alexl

Update of /cvs/dist/rpms/beagle/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv1181

Modified Files:
	.cvsignore beagle.spec sources 
Added Files:
	beagle-0.2.13-key.patch 
Log Message:
* Tue Nov 28 2006 Alexander Larsson <alexl at redhat.com> - 0.2.13-1.fc6
- Update to 0.2.13
- Enable wv1 (word) support


beagle-0.2.13-key.patch:
 search/Search.cs     |    5 -----
 tools/settings.glade |    2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

--- NEW FILE beagle-0.2.13-key.patch ---
--- beagle-0.2.13/tools/settings.glade.key	2006-11-22 15:27:30.000000000 +0100
+++ beagle-0.2.13/tools/settings.glade	2006-11-22 15:34:15.000000000 +0100
@@ -357,7 +357,7 @@
 
 			  <child>
 			    <widget class="GtkTable" id="table3">
-			      <property name="visible">True</property>
+			      <property name="visible">False</property>
 			      <property name="n_rows">1</property>
 			      <property name="n_columns">2</property>
 			      <property name="homogeneous">False</property>
--- beagle-0.2.13/search/Search.cs.key	2006-11-22 15:27:53.000000000 +0100
+++ beagle-0.2.13/search/Search.cs	2006-11-22 15:34:53.000000000 +0100
@@ -36,8 +36,6 @@
 		Search.TypeFilter filter = null;
 		bool showDetails = true;
 
-		XKeybinder keybinder = new XKeybinder ();
-
 		public static bool IconEnabled = false;
 
 		public static void Main (string [] args)
@@ -230,9 +228,6 @@
 				tray = new Search.Tray.TrayIcon ();
 				tray.Clicked += OnTrayActivated;
 				tray.Search += OnTraySearch;
-
-				// Attach the hide/show keybinding
-				keybinder.Bind (Conf.Searching.ShowSearchWindowBinding.ToString (), OnTrayActivated);
 			} else {
 				ShowAll ();
 			}


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/beagle/FC-6/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	20 Sep 2006 10:10:27 -0000	1.15
+++ .cvsignore	28 Nov 2006 12:56:18 -0000	1.16
@@ -1 +1 @@
-beagle-0.2.10.tar.bz2
+beagle-0.2.13.tar.bz2


Index: beagle.spec
===================================================================
RCS file: /cvs/dist/rpms/beagle/FC-6/beagle.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- beagle.spec	10 Nov 2006 10:12:03 -0000	1.87
+++ beagle.spec	28 Nov 2006 12:56:18 -0000	1.88
@@ -1,6 +1,6 @@
 Name:           beagle
-Version:        0.2.10
-Release:       	7%{?dist}
+Version:        0.2.13
+Release:       	1%{?dist}
 Summary:        The Beagle Search Infrastructure
 Group:          User Interface/Desktops
 License:        LGPL
@@ -15,7 +15,7 @@
 BuildRequires:  gsf-sharp-devel >= 0.6
 BuildRequires:  sqlite-devel > 3.3.1
 BuildRequires:  gmime-sharp >= 2.1.19
-BuildRequires:  evolution-sharp >= 0.10.2-3
+BuildRequires:  evolution-sharp-devel >= 0.10.2-3
 BuildRequires:  libXScrnSaver-devel
 BuildRequires:  gnome-vfs2-devel
 BuildRequires:  libgnome-devel
@@ -35,13 +35,12 @@
 # 4.0.17-5 fixes bug #201991
 Requires(pre):  shadow-utils >= 4.0.17-5
 
-Patch1: beagle-0.2.9-nodebug.patch
 Patch2: beagle-0.2.7-crawl.patch
 Patch3: beagle-0.2.1-spew.patch
 Patch4: beagle-0.2.7-beagle-index-username.patch
 Patch5: beagle-0.2.7-runuser.patch
 Patch6: beagle-0.2.8-libdir.patch
-Patch7: beagle-0.2.7-key.patch
+Patch7: beagle-0.2.13-key.patch
 Patch8: beagle-0.2.10-xconnection-exit-2.patch
 
 # Mono only available on these:
@@ -101,7 +100,6 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .nodebug
 %patch2 -p1 -b .crawl
 %patch3 -p1 -b .spew
 %patch4 -p1 -b .beagleidx
@@ -113,7 +111,7 @@
 %build
 autoconf
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
-%configure 
+%configure --enable-wv1
 make %{?_smp_mflags}
 
 # Generate the beagle.xpi for mozilla/firefox
@@ -332,6 +330,10 @@
 %{_libdir}/python*/site-packages/beagle.so
 
 %changelog
+* Tue Nov 28 2006 Alexander Larsson <alexl at redhat.com> - 0.2.13-1.fc6
+- Update to 0.2.13
+- Enable wv1 (word) support
+
 * Fri Nov 10 2006 Alexander Larsson <alexl at redhat.com> - 0.2.10-7.fc6
 - Fix xconnection patch to be threadsafe (#212370)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/beagle/FC-6/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	20 Sep 2006 10:10:27 -0000	1.18
+++ sources	28 Nov 2006 12:56:18 -0000	1.19
@@ -1 +1 @@
-443579117f3aff893a5897d2cb91802d  beagle-0.2.10.tar.bz2
+6c159ccb84b4dd1297668ea463805c18  beagle-0.2.13.tar.bz2




More information about the fedora-cvs-commits mailing list