From 4de529a0564281b5f353a91bb29498b8f032f5d1 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Sun, 18 Jun 2006 01:20:40 +0000 Subject: [PATCH] - Fix make distcheck and remove the old RPM spec file. - Update the news. - Bump the version to 0.4.1. --- ChangeLog | 12 ++++++++++++ Makefile.am | 7 +------ NEWS | 1 + configure.ac | 10 +++++----- libnotify.spec.in | 0 5 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 libnotify.spec.in diff --git a/ChangeLog b/ChangeLog index a677a52..5a5584c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +========================= 0.4.1 ========================= + +Sat Jun 17 18:17:28 PDT 2006 Christian Hammond + + * Makefile.am: + * NEWS: + D libnotify.spec.in: + * configure.ac: + - Fix make distcheck and remove the old RPM spec file. + - Update the news. + - Bump the version to 0.4.1. + Thu Jun 15 02:14:14 PDT 2006 Christian Hammond * libnotify/notification.c: diff --git a/Makefile.am b/Makefile.am index 951eddd..1ae3138 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,14 +6,9 @@ pcdatadir = $(libdir)/pkgconfig EXTRA_DIST = \ AUTHORS NEWS INSTALL COPYING README \ ChangeLog \ - Doxyfile.in \ autogen.sh \ configure.ac \ - libnotify.pc.in \ - libnotify.spec.in - -dist-hook: libnotify.spec - cp libnotify.spec $(distdir) + libnotify.pc.in $(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) diff --git a/NEWS b/NEWS index a2f8c6a..044a1c1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ version 0.4.1: * Added support for attaching to a GtkStatusIcon. Patch by chpe. (Bug #60) * Added GObject properties to NotifyNotification. Patch by chpe. (Bug #60) + * Added API documentation, accessible through devhelp. * Fixed up libnotify.pc to support dependencies correctly. (Bug #58) * Fixed notify_uninit() to properly set _initted to FALSE after being called. (Bug #56) diff --git a/configure.ac b/configure.ac index 09cd10f..a5ecdc0 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. dnl ################################################################ dnl # Initialize autoconf dnl ################################################################ -AC_INIT(libnotify, 0.4.0.90, chipx86@chipx86.com) +AC_INIT(libnotify, 0.4.1, chipx86@chipx86.com) AC_PREREQ(2.50) AC_CONFIG_SRCDIR(config.h.in) AC_COPYRIGHT([Copyright 2004-2006 Christian Hammond]) @@ -14,8 +14,8 @@ dnl # Version information dnl ################################################################ LIBGALAGO_MAJOR_VERSION=0 LIBGALAGO_MINOR_VERSION=4 -LIBGALAGO_MICRO_VERSION=0 -LIBGALAGO_DEVEL_VERSION=90 +LIBGALAGO_MICRO_VERSION=1 +LIBGALAGO_DEVEL_VERSION=0 LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION @@ -42,9 +42,9 @@ dnl # ? : +1 : ? == internal changes that doesn't break anything. dnl # dnl # CURRENT : REVISION : AGE dnl # -LT_CURRENT=1 +LT_CURRENT=2 LT_REVISION=0 -LT_AGE=0 +LT_AGE=1 LT_RELEASE=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION diff --git a/libnotify.spec.in b/libnotify.spec.in deleted file mode 100644 index e69de29..0000000