[sawfish] minimum librep 0.90.5, minimum rep-gtk 0.90.2



commit 3521992aa06b81719ac064a811f3666c50d8cd27
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sat Jan 2 01:10:14 2010 +0100

    minimum librep 0.90.5, minimum rep-gtk 0.90.2

 ChangeLog     |    3 +++
 configure.in  |    4 ++--
 man/news.texi |    5 +++++
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b1ee700..c689938 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,9 @@
 
 	* src/sawfish.h: include config.h, if available, else sawfish_config.h
 
+	* configure.in: bump minimum librep to 0.90.5
+	                bump minimum rep-gtk to 0.90.2
+
 2009-12-30  Timo Korvola <tkorvola iki fi>
 	* lisp/sawfish/wm/commands/shrink-yank.jl: fixed docstrings
 
diff --git a/configure.in b/configure.in
index a88fb55..d3d3b80 100644
--- a/configure.in
+++ b/configure.in
@@ -204,7 +204,7 @@ else FONT_LOADER="X.Org"
 fi
 
 dnl Check for librep
-REP_MIN_VER="0.90.4"
+REP_MIN_VER="0.90.5"
 
 PKG_CHECK_MODULES(LIBREP, librep >= ${REP_MIN_VER}
 		  ,REP_EXECDIR="`pkg-config --variable=repcommonexecdir librep`"
@@ -215,7 +215,7 @@ PKG_CHECK_MODULES(LIBREP, librep >= ${REP_MIN_VER}
 		  ,AC_MSG_ERROR([cannot locate librep]))
 
 dnl Check for rep-gtk
-REP_GTK_MIN_VER="0.90.0"
+REP_GTK_MIN_VER="0.90.2"
 
 PKG_CHECK_MODULES(REP_GTK, rep-gtk >= ${REP_GTK_MIN_VER}
 		  ,
diff --git a/man/news.texi b/man/news.texi
index 6ca69f3..e3beda7 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -15,6 +15,11 @@ they occurred between. For more detailed information see the
 
 @item Build and Installation
 @itemize @minus
+ item New/Updated requirements:
+ itemize +
+ item librep 0.90.4 -> 0.90.5
+ item rep-gtk 0.90.0 -> 0.90.2
+ end itemize
 
 @item The configure option @code{--without-nine-mouse-buttons} is not allowed
 to have 4 hyphens, therefore it's renamed to @code{--without-nine-mousebuttons}.



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