[java-libglom] 1.21.4



commit 3494540a81a0d8dedd58dcc1d69f8798cad2cf67
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jan 24 11:07:03 2012 +0100

    1.21.4

 NEWS         |    6 +++++-
 configure.ac |    6 ++----
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1f1eac6..8e8cf44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-1.21.1
+1.21.4:
+
+* Build: Update for the latest libglom 1.22 API.
+
+1.21.1:
 
 * This version depends on libglom-1.22, which installs in parallel with 
   libglom-1.20.
diff --git a/configure.ac b/configure.ac
index 491b36b..4076016 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
 ## along with java-libglom; if not, write to the Free Software Foundation, Inc.,
 ## 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AC_INIT([Java libglom], [1.21.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=Glom],
+AC_INIT([Java libglom], [1.21.4], [https://bugzilla.gnome.org/enter_bug.cgi?product=Glom],
         [java-libglom], [http://www.glom.org])
 AC_CANONICAL_HOST
 AC_PREREQ([2.58])
@@ -42,9 +42,7 @@ PKG_PROG_PKG_CONFIG
 # gmodule-export-2.0 adds -Wl,--export-dynamic to the linker flags
 # so that libglade can get at the custom widget creation functions.
 PKG_CHECK_MODULES([LIBGLOM],
-                  [glom-1.22 >= 1.21.1]
-                  [libgdamm-5.0 >= 4.99.6]
-                  [glibmm-2.4 >= 2.27.93])
+                  [glom-1.22 >= 1.21.4])
 
 LIBGLOM_INCLUDE_DIR=`$PKG_CONFIG --variable=includedir glom-1.22`
 AC_SUBST([LIBGLOM_INCLUDE_DIR])



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