[cairo-commit] pycairo ChangeLog, 1.232, 1.233 configure.ac, 1.53,
1.54 RELEASING, 1.19, 1.20
Steve Chaplin
commit at pdx.freedesktop.org
Wed Aug 16 07:30:44 PDT 2006
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory kemper:/tmp/cvs-serv12123
Modified Files:
ChangeLog configure.ac RELEASING
Log Message:
'SC'
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- ChangeLog 14 Aug 2006 08:21:34 -0000 1.232
+++ ChangeLog 16 Aug 2006 14:30:42 -0000 1.233
@@ -1,3 +1,15 @@
+2006-08-16 Steve Chaplin <steve1097 # yahoo.com.au>
+
+ * cairo/__init__.py: add new file
+ * cairo/__init__.py.in: remove file
+
+ * configure.ac:
+ * RELEASING:
+ * cairo/cairomodule.c:
+ * cairo/Makefile.am:
+ move version and version_info module attributes from __init__.py to
+ cairomodule.c
+
2006-08-14 Steve Chaplin <steve1097 # yahoo.com.au>
* NOTES : update to note surface creation supports file-like objects.
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- configure.ac 4 Aug 2006 02:24:21 -0000 1.53
+++ configure.ac 16 Aug 2006 14:30:42 -0000 1.54
@@ -8,9 +8,9 @@
m4_define(pycairo_version, pycairo_version_major.pycairo_version_minor.pycairo_version_micro)
# versions of packages we require
-m4_define(cairo_required_version, 1.2.0)
-m4_define(gtk_required_version, 2.2.0)
-m4_define(pygtk_required_version, 2.2.0)
+m4_define(cairo_required_version, 1.2.0)
+m4_define(gtk_required_version, 2.2.0)
+m4_define(pygtk_required_version, 2.2.0)
AC_INIT([pycairo],
[pycairo_version],
@@ -135,7 +135,6 @@
AC_CONFIG_FILES([
Makefile
pycairo.pc
-cairo/__init__.py
cairo/Makefile
examples/Makefile
test/Makefile
Index: RELEASING
===================================================================
RCS file: /cvs/cairo/pycairo/RELEASING,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- RELEASING 3 Jul 2006 06:20:25 -0000 1.19
+++ RELEASING 16 Aug 2006 14:30:42 -0000 1.20
@@ -13,13 +13,17 @@
Sift through the information in ChangeLog since the last release. Summarize
major changes briefly in a style similar to other entries in NEWS.
-3) Increment pycairo_major/minor/micro_version in configure.ac
+3) Increment version numbers in:
+ configure.ac
+ cairo/cairomodule.c
+ setup.py
+ README
+ Increment pycairo_major/minor/micro_version in configure.ac
Increase the cairo_required_version - to an even numbered version.
Increment pycairo_major/minor version to match the cairo major/minor
version that pycairo requires (and increment the micro version if
necessary for any subsequent pycairo updates).
- Also increment version numbers in README and setup.py
(install fresh copy, run examples, run any other tests)
More information about the cairo-commit
mailing list