[gtkglarea] * configure.ac: bump version to 2.0.1 and change tarball name to



commit ed17e175475bb6ee836a11ea2da1161cd5b75a07
Author: Sam Hocevar <sam hocevar net>
Date:   Sat Jul 18 01:03:01 2009 +0200

    * configure.ac: bump version to 2.0.1 and change tarball name to
    gtkgl.
    * gtkglarea.spec: remove that file; it is 10 years old and
    unmaintained.

 ChangeLog         |    6 +++++
 Makefile.am       |    4 +--
 configure.ac      |    3 +-
 gtkglarea.spec.in |   62 -----------------------------------------------------
 4 files changed, 8 insertions(+), 67 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4da2df4..7122f6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
 2009-07-18  Sam Hocevar  <sam hocevar net>
+	* configure.ac: bump version to 2.0.1 and change tarball name to
+        gtkgl.
+	* gtkglarea.spec: remove that file; it is 10 years old and
+	unmaintained.
+
+2009-07-18  Sam Hocevar  <sam hocevar net>
 	* AUTHORS README TODO docs/HOWTO.txt: update documentation.
 
 2009-02-19  Sam Hocevar  <sam hocevar net>
diff --git a/Makefile.am b/Makefile.am
index 3a84ca9..918fe37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,5 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = gtkgl-2.0.pc
 
 EXTRA_DIST = \
-  gtkgl-2.0.pc.in \
-  gtkglarea.spec.in \
-  gtkglarea.spec
+  gtkgl-2.0.pc.in
 
diff --git a/configure.ac b/configure.ac
index afaaa55..73b29ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(gtkglarea, 2.0.0)
+AC_INIT(gtkgl, 2.0.1)
 AC_CONFIG_AUX_DIR(.auto)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([no-define])
@@ -175,7 +175,6 @@ dnl Checks for library functions.
 AC_OUTPUT(
   Makefile
   gtkgl-2.0.pc
-  gtkglarea.spec
   gtkgl/Makefile
   gtkgl/makefile.mingw
   docs/Makefile



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