2003-06-25 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Wed, 25 Jun 2003 22:07:27 +0000
changeset 10 311c345abfeb
parent 9 2e14e3ab411b
child 11 1b659ef069e3
2003-06-25 Mikael Hallendal <micke@imendio.com> * configure.in: Bumped to 0.9.1 * loudmouth.spec.in: Changed the URL to the project site.
ChangeLog
configure.in
loudmouth.spec.in
--- a/ChangeLog	Mon Jun 23 23:21:40 2003 +0000
+++ b/ChangeLog	Wed Jun 25 22:07:27 2003 +0000
@@ -1,3 +1,9 @@
+2003-06-25  Mikael Hallendal  <micke@imendio.com>
+
+	* configure.in: Bumped to 0.9.1
+	
+	* loudmouth.spec.in: Changed the URL to the project site.
+
 2003-06-24  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-connection.c:
--- a/configure.in	Mon Jun 23 23:21:40 2003 +0000
+++ b/configure.in	Wed Jun 25 22:07:27 2003 +0000
@@ -2,7 +2,7 @@
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(loudmouth, 0.9.1)
+AM_INIT_AUTOMAKE(loudmouth, 0.9.2)
 
 AM_MAINTAINER_MODE
 
--- a/loudmouth.spec.in	Mon Jun 23 23:21:40 2003 +0000
+++ b/loudmouth.spec.in	Wed Jun 25 22:07:27 2003 +0000
@@ -4,8 +4,8 @@
 Summary: Loadmouth is a Jabber client written in C.
 Name: %name
 Version: %ver
-Release: cf1
-URL: http://people.codefactory.se/~micke/loudmouth
+Release: imendio.1
+URL: http://www.imendio.com/projects/loudmouth
 Source0: %{name}-%{ver}.tar.gz
 License: LGPL
 Group: System Environment/Libraries
@@ -57,5 +57,8 @@
 %{_datadir}/gtk-doc/html/loudmouth
 
 %changelog
+* Wed Jun 25 2003 Mikael Hallendal <micke@imendio.com>
+- Updated to reflect move of project.
+
 * Sat Mar 29 2003 Mikael Hallendal <micke@codefactory.se>
 - Initial build