CVS: sylpheedclaws/plugins/acpi_notifier configure.ac,1.1.2.43,1.1.2.44 PATCHSETS,1.1.2.21,1.1.2.22 ChangeLog,1.1.2.46,1.1.2.47

[email protected] Fri, 15 Dec 2006 18:39:51 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/acpi_notifier
In directory sunsite.dk:/tmp/cvs-serv3938

Modified Files:
      Tag: gtk2
	configure.ac PATCHSETS ChangeLog 
Log Message:
2006-12-15 [ticho]	1.0.5cvs1

	* configure.ac
	* src/acpi_notifier.c
		Use check_plugin_version() for version check.

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/acpi_notifier/Attic/configure.ac,v
retrieving revision 1.1.2.43
retrieving revision 1.1.2.44
diff -u -d -r1.1.2.43 -r1.1.2.44
--- configure.ac	2006/12/04 11:38:20	1.1.2.43
+++ configure.ac	2006/12/15 18:39:45	1.1.2.44
@@ -9,7 +9,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=0
 MICRO_VERSION=5
-EXTRA_VERSION=0
+EXTRA_VERSION=1
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -49,7 +49,7 @@
 fi
 
 dnl check for claws-mail
-PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 2.6.0.64)
+PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 2.6.1.41)
 if test -z $prefix || test "${prefix}" == "NONE" ; then
   prefix=$( $PKG_CONFIG --variable=prefix claws-mail )
   CLAWS_MAIL_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir claws-mail )

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/acpi_notifier/Attic/PATCHSETS,v
retrieving revision 1.1.2.21
retrieving revision 1.1.2.22
diff -u -d -r1.1.2.21 -r1.1.2.22
--- PATCHSETS	2006/11/28 07:43:03	1.1.2.21
+++ PATCHSETS	2006/12/15 18:39:45	1.1.2.22
@@ -19,3 +19,4 @@
 ( cvs diff -u -r 1.1.2.42 -r 1.1.2.43 ChangeLog;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 INSTALL;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 NEWS;  cvs diff -u -r 1.1.2.39 -r 1.1.2.40 configure.ac;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 debian/README.Debian;  cvs diff -u -r 1.1.2.4 -r 1.1.2.5 debian/changelog;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 debian/control;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 debian/copyright;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 debian/files;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 debian/rules;  cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/Makefile.am;  cvs diff -u -r 1.1.2.17 -r 1.1.2.18 src/acpi_notifier.c;  ) > 1.0.4cvs1.patchset
 ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 debian/README.Debian;  cvs diff -u -r 1.1.2.18 -r 1.1.2.19 src/acpi_notifier.c;  ) > 1.0.4cvs2.patchset
 ( cvs diff -u -r 1.1.2.41 -r 1.1.2.42 configure.ac;  ) > 1.0.4cvs3.patchset
+( cvs diff -u -r 1.1.2.43 -r 1.1.2.44 configure.ac;  cvs diff -u -r 1.1.2.19 -r 1.1.2.20 src/acpi_notifier.c;  ) > 1.0.5cvs1.patchset

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/acpi_notifier/Attic/ChangeLog,v
retrieving revision 1.1.2.46
retrieving revision 1.1.2.47
diff -u -d -r1.1.2.46 -r1.1.2.47
--- ChangeLog	2006/12/04 11:38:20	1.1.2.46
+++ ChangeLog	2006/12/15 18:39:45	1.1.2.47
@@ -1,3 +1,9 @@
+2006-12-15 [ticho]	1.0.5cvs1
+
+	* configure.ac
+	* src/acpi_notifier.c
+		Use check_plugin_version() for version check.
+
 2006-12-04 [paul]	1.0.5
 
 	1.0.5 released