unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile-clutter, clutter-devel: updating clutter and guile-clutter version references
@ 2014-04-20 22:50 David Pirotte
  2014-04-20 22:54 ` David Pirotte
  0 siblings, 1 reply; 2+ messages in thread
From: David Pirotte @ 2014-04-20 22:50 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

Hello,

	guile-clutter
	  clutter-devel: updating clutter and guile-clutter version references.

Patch review solicited: note that configure.ac did refer to an inexistant guile
version, I think, which I deleted:

	 GUILE_EFFECTIVE_VERSION=no
	-all_versions="2.2 2.0 1.10"
	+all_versions="2.2 2.0"

I did mention that in the commit message though, should I?

Thanks,
David

[-- Attachment #2: 0002-updating-clutter-and-guile-clutter-version-reference.patch --]
[-- Type: text/x-patch, Size: 5058 bytes --]

From 54aafea0cc5c36ea4f10d997344b5d6bd887f378 Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@altosw.be>
Date: Sun, 20 Apr 2014 19:35:57 -0300
Subject: [PATCH 2/2] updating clutter and guile-clutter version references

* README:
* configure.ac: Updating clutter and guile-clutter version references.

* doc/clutter/Makefile.am:
* doc/clutter-glx/Makefile.am: Updating source code documentation
  location references.
---
 README                      | 12 ++++++------
 configure.ac                | 10 +++++-----
 doc/clutter-glx/Makefile.am |  2 +-
 doc/clutter/Makefile.am     |  2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/README b/README
index 3ca9f04..5c197de 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
 Guile-Clutter README
-Copyright (C) 2008,2011,2012 Free Software Foundation, Inc.
+Copyright (C) 2008,2011,2012,2014 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved.
 
-Last updated 9 May 2012.
+Last updated 20 April 2014.
 
 
 About Guile-Clutter
@@ -18,7 +18,7 @@ Guile-GNOME.
 Build dependencies
 ==================
 
-Guile-Clutter requires Clutter 1.10 development packages.
+Guile-Clutter requires Clutter 1.12 development packages.
 
 Guile-Clutter depends on some parts of Guile-GNOME: the GLib, ATK,
 Pango, and Cairo wrapsets.  These are commonly distributed with the
@@ -30,7 +30,7 @@ for more information.
 About Deprecation
 =================
 
-Clutter 1.10 is part of the 1.0 stable API series.  However, Clutter
+Clutter 1.12 is part of the 1.0 stable API series.  However, Clutter
 does deprecate various aspects of its API from time to time, within a
 stable series.  In particular, the animation API has changed a lot: from
 ClutterBehaviour, to ClutterAnimation, to the new implicit animations
@@ -38,8 +38,8 @@ and ClutterTransition API.
 
 Since you are writing new code, using the new API is the right thing to
 do.  To that end, we have removed all API that was deprecated in Clutter
-1.10 or earlier.  Clutter itself is undergoing some fairly large changes
-in preparation for a new 2.0 stable series, possibly by early 2013.
+1.12 or earlier.  Clutter itself is undergoing some fairly large changes
+in preparation for a new 2.0 stable series, possibly by early 2015.
 There will be more deprecations in the future, though we will probably
 not remove any more API from within the Guile-Clutter 1.x series.
 
diff --git a/configure.ac b/configure.ac
index c3c03d3..700b21d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 define(GUILE_CLUTTER_CONFIGURE_COPYRIGHT,[[
 
-Copyright (C) 2011,2012  Free Software Foundation, Inc.
+Copyright (C) 2011,2012,2014  Free Software Foundation, Inc.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
@@ -19,13 +19,13 @@ License along with this program.  If not, see
 ]])
 
 AC_PREREQ(2.52)
-AC_INIT(guile-clutter, 1.10.0)
+AC_INIT(guile-clutter, 1.12.2)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_COPYRIGHT(GUILE_CLUTTER_CONFIGURE_COPYRIGHT)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE(-Wno-portability -Wno-syntax)
 
-AC_SUBST(VERSION,1.10.0)
+AC_SUBST(VERSION,1.12.2)
 
 # Meaning of the API version
 # --------------------------
@@ -80,7 +80,7 @@ AC_HELP_STRING([--disable-deprecated],[Disable wrapping of functions deprecated
 # Check for Guile
 #
 GUILE_EFFECTIVE_VERSION=no
-all_versions="2.2 2.0 1.10"
+all_versions="2.2 2.0"
 for v in $all_versions; do
   if test $GUILE_EFFECTIVE_VERSION = no; then
     AC_MSG_NOTICE([checking for Guile $v.x])
@@ -113,7 +113,7 @@ AC_SUBST(GUILE_GLIB_LIBS)
 # Check for clutter
 
 CLUTTER_MAJORMINOR=1.0
-CLUTTER_MINIMUM_VERSION=1.10
+CLUTTER_MINIMUM_VERSION=1.12
 AC_SUBST(CLUTTER_MAJORMINOR)
 
 PKG_CHECK_MODULES(CLUTTER, clutter-$CLUTTER_MAJORMINOR > $CLUTTER_MINIMUM_VERSION guile-cairo)
diff --git a/doc/clutter-glx/Makefile.am b/doc/clutter-glx/Makefile.am
index 1ace87c..cf7306e 100644
--- a/doc/clutter-glx/Makefile.am
+++ b/doc/clutter-glx/Makefile.am
@@ -3,7 +3,7 @@
 
 include $(top_srcdir)/generate-docs.mk
 
-docbook_xml_wildcard = ~/src/clutter-1.10.4/doc/reference/clutter/xml/*.xml
+docbook_xml_wildcard = ~/src/clutter-1.12.2/doc/reference/clutter/xml/*.xml
 docbook_xml_files = $(filter %x11-texture-pixmap.xml %x11.xml %glx.xml,$(wildcard $(docbook_xml_wildcard)))
 
 wrapset_stem = clutter-glx
diff --git a/doc/clutter/Makefile.am b/doc/clutter/Makefile.am
index c881112..6d04834 100644
--- a/doc/clutter/Makefile.am
+++ b/doc/clutter/Makefile.am
@@ -3,7 +3,7 @@
 
 include $(top_srcdir)/generate-docs.mk
 
-docbook_xml_wildcard = ~/src/clutter-1.10.4/doc/reference/clutter/xml/clutter-*.xml
+docbook_xml_wildcard = ~/src/clutter-1.12.2/doc/reference/clutter/xml/clutter-*.xml
 docbook_xml_files = $(filter-out %eglnative.xml %win32.xml %x11.xml %glx.xml,$(wildcard $(docbook_xml_wildcard)))
 
 wrapset_stem = clutter
-- 
1.9.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: guile-clutter, clutter-devel: updating clutter and guile-clutter version references
  2014-04-20 22:50 guile-clutter, clutter-devel: updating clutter and guile-clutter version references David Pirotte
@ 2014-04-20 22:54 ` David Pirotte
  0 siblings, 0 replies; 2+ messages in thread
From: David Pirotte @ 2014-04-20 22:54 UTC (permalink / raw)
  To: David Pirotte; +Cc: guile-devel

Oups,

> Patch review solicited: note that configure.ac did refer to an inexistant guile
> version, I think, which I deleted:
> 
> 	 GUILE_EFFECTIVE_VERSION=no
> 	-all_versions="2.2 2.0 1.10"
> 	+all_versions="2.2 2.0"
> 
> I did mention that in the commit message though, should I?

I did not mention that ...




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-20 22:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-20 22:50 guile-clutter, clutter-devel: updating clutter and guile-clutter version references David Pirotte
2014-04-20 22:54 ` David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).