summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-02-24 17:55:37 (GMT)
committerGuido van Rossum <guido@python.org>2003-02-24 17:55:37 (GMT)
commit0f69833396cfc912e4c6931154d3abaee941b4f1 (patch)
treec9dc4919e8016f39cc645ecbd652420bbb02a35e /Misc
parentec43f64092f74c879f7fd96f93a53295c0d3bc04 (diff)
downloadcpython-0f69833396cfc912e4c6931154d3abaee941b4f1.zip
cpython-0f69833396cfc912e4c6931154d3abaee941b4f1.tar.gz
cpython-0f69833396cfc912e4c6931154d3abaee941b4f1.tar.bz2
2.3b1 patches
Diffstat (limited to 'Misc')
-rw-r--r--Misc/RPM/python-2.3.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/RPM/python-2.3.spec b/Misc/RPM/python-2.3.spec
index b5ea428..e457de6 100644
--- a/Misc/RPM/python-2.3.spec
+++ b/Misc/RPM/python-2.3.spec
@@ -30,9 +30,9 @@
#################################
%define name python
-%define version 2.3a2
+%define version 2.3b1
%define libvers 2.3
-%define release 2
+%define release 1pydotorg
%define __prefix /usr
# kludge to get around rpm <percent>define weirdness
@@ -122,6 +122,9 @@ Documentation relating to the Python programming language in HTML and info
formats.
%changelog
+* Mon Feb 24 2003 Sean Reifschneider <jafo-rpms@tummy.com> [2.3b1-1pydotorg]
+- Updating to 2.3b1 release.
+
* Mon Feb 17 2003 Sean Reifschneider <jafo-rpms@tummy.com> [2.3a1-1]
- Updating to 2.3 release.