f-spot r3590 - in trunk: . src



Author: sdelcroix
Date: Tue Jan 22 11:50:38 2008
New Revision: 3590
URL: http://svn.gnome.org/viewvc/f-spot?rev=3590&view=rev

Log:
2008-01-22  Stephane Delcroix  <sdelcroix novell com>

	* configure.in:
	* src/main.cs: bump the version number to 0.4.2 and link to the up-to-
	date adins repository.

	* f-spot.pc.in: link to the various splitted dll


Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/f-spot.pc.in
   trunk/src/main.cs

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jan 22 11:50:38 2008
@@ -1,4 +1,4 @@
-AC_INIT(F-Spot, 0.4.1)
+AC_INIT(F-Spot, 0.4.2)
 AC_CONFIG_SRCDIR(src/main.cs)
 
 AM_CONFIG_HEADER(config.h)

Modified: trunk/f-spot.pc.in
==============================================================================
--- trunk/f-spot.pc.in	(original)
+++ trunk/f-spot.pc.in	Tue Jan 22 11:50:38 2008
@@ -6,4 +6,4 @@
 Name: F-Spot
 Description: F-Spot, Organise, enjoy and share your pictures
 Version: @VERSION@
-Libs: -r:${libdir}/f-spot/f-spot.exe
+Libs: -r:${libdir}/f-spot/f-spot.exe -r:${libdir}/f-spot/FSpot.Core.dll -r:${libdir}/f-spot/FSpot.Utils.dll -r:${libdir}/f-spot/Cms.dll

Modified: trunk/src/main.cs
==============================================================================
--- trunk/src/main.cs	(original)
+++ trunk/src/main.cs	Tue Jan 22 11:50:38 2008
@@ -149,7 +149,7 @@
 			AddinManager.Initialize (FSpot.Global.BaseDirectory);
 			AddinManager.Registry.Update (null);
 			SetupService setupService = new SetupService (AddinManager.Registry);
-			setupService.Repositories.RegisterRepository (null, "http://addins.f-spot.org";, false);
+			setupService.Repositories.RegisterRepository (null, "http://addins.f-spot.org/"; + Defines.VERSION, false);
 
 			bool create = true;
 			int retry_count = 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]