rpms/beagle/devel beagle-0.3.9-openfix.patch, 1.1, 1.2 beagle.spec, 1.167, 1.168

drago01 drago01 at fedoraproject.org
Mon Jul 6 18:52:22 UTC 2009


Author: drago01

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

Modified Files:
	beagle-0.3.9-openfix.patch beagle.spec 
Log Message:
fix build

beagle-0.3.9-openfix.patch:

Index: beagle-0.3.9-openfix.patch
===================================================================
RCS file: /cvs/pkgs/rpms/beagle/devel/beagle-0.3.9-openfix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- beagle-0.3.9-openfix.patch	8 Mar 2009 20:38:16 -0000	1.1
+++ beagle-0.3.9-openfix.patch	6 Jul 2009 18:52:22 -0000	1.2
@@ -1,19 +1,14 @@
 diff -upNr beagle-0.3.9.orign/search/Beagle.Search.Tiles/Tile.cs beagle-0.3.9/search/Beagle.Search.Tiles/Tile.cs
 --- beagle-0.3.9.orign/search/Beagle.Search.Tiles/Tile.cs	2008-07-17 01:54:15.000000000 +0200
-+++ beagle-0.3.9/search/Beagle.Search.Tiles/Tile.cs	2009-03-08 21:24:08.324409872 +0100
-@@ -345,14 +345,7 @@ namespace Beagle.Search.Tiles {
- 			RunDefaultHandler ("desktop-launch", uri);
- #elif ENABLE_XDG_OPEN
- 			RunDefaultHandler ("xdg-open", uri);
--#else
--			MimeApplication app;
--			app = Mime.GetDefaultApplication (mimetype);
++++ beagle-0.3.9/search/Beagle.Search.Tiles/Tile.cs	2009-07-06 20:50:41.227254947 +0200
+@@ -348,10 +348,6 @@ namespace Beagle.Search.Tiles {
+ #else
+ 			MimeApplication app;
+ 			app = Mime.GetDefaultApplication (mimetype);
 -			if (app == null) {
 -				Console.WriteLine ("Can't open MimeType '{0}'", mimetype);
 -				return;
 -			}
--			
-+#else		
+ 			
  			bool expect_uris = app.SupportsUris ();
  			path = hit.Path;
- 


Index: beagle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/beagle/devel/beagle.spec,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -p -r1.167 -r1.168
--- beagle.spec	3 Jul 2009 16:44:12 -0000	1.167
+++ beagle.spec	6 Jul 2009 18:52:22 -0000	1.168
@@ -1,6 +1,6 @@
 Name:		beagle
 Version:	0.3.9
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	The Beagle Search Infrastructure
 Group:		User Interface/Desktops
 # see COPYING for details
@@ -354,6 +354,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/beagle*.pc
 
 %changelog
+* Mon Jul 06 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.3.9-9
+- Fix build
+
 * Fri Jul 03 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.3.9-8
 - Backport upstream fixes to finally fix (RH #477639)
 




More information about the fedora-extras-commits mailing list