summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Chaplin <>2010-09-14 17:59:15 +0800
committerSteve Chaplin <>2010-09-14 17:59:15 +0800
commitf29ff51f9723926df0b5d4602ac88477e4af3ac6 (patch)
tree5de4b7fe46f77461be36a988db79b02b2be370ad
parentc1468cb47e25d2e4c09431c6bcab7595816d02a6 (diff)
downloadpy2cairo-f29ff51f9723926df0b5d4602ac88477e4af3ac6.tar.gz
Change package name from 'pycairo' to 'py2cairo', so that 'pycairo'
can be used for the Python 3.x version.
-rw-r--r--RELEASING6
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/RELEASING b/RELEASING
index 61e1733..17b29a5 100644
--- a/RELEASING
+++ b/RELEASING
@@ -21,8 +21,8 @@ subsequent pycairo updates).
ends with a message of the form:
===============================================
- pycairo-X.Y.Z archives ready for distribution:
- pycairo-X.Y.Z.tar.gz
+ py2cairo-X.Y.Z archives ready for distribution:
+ py2cairo-X.Y.Z.tar.gz
===============================================
Install from the tar.gz archive, run tests and examples.
@@ -30,7 +30,7 @@ Install from the tar.gz archive, run tests and examples.
4) Commit the changes to NEWS, configure.ac etc
It's especially important to mention the new version number in the git commit
comment.
-Add a '=== Pycairo x.x.x ===' header.
+Add a '=== Py2cairo x.x.x ===' header.
$ git tag X.Y.Z
push the changes to the freedesktop server.
diff --git a/configure.ac b/configure.ac
index e714839..4e39759 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ m4_define(pycairo_version, pycairo_version_major.pycairo_version_minor.pycairo_v
m4_define(cairo_required_version, 1.8.10)
m4_define(xpyb_required_version, 1.3)
-AC_INIT([pycairo],
+AC_INIT([py2cairo],
[pycairo_version],
[http://bugs.freedesktop.org/enter_bug.cgi?product=pycairo])