summaryrefslogtreecommitdiff
path: root/cpp/RPMTools.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-11-14 13:09:08 +0000
committerBrent Eagles <brent@zeroc.com>2005-11-14 13:09:08 +0000
commit7693d00f1555f116585551a4fa797bc9b0b3674d (patch)
tree0ed2ba51031f5c3d5be453b112a153c0b338f5a2 /cpp/RPMTools.py
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=607. Added (diff)
downloadice-7693d00f1555f116585551a4fa797bc9b0b3674d.tar.bz2
ice-7693d00f1555f116585551a4fa797bc9b0b3674d.tar.xz
ice-7693d00f1555f116585551a4fa797bc9b0b3674d.zip
tweaked external program code
Diffstat (limited to 'cpp/RPMTools.py')
-rw-r--r--cpp/RPMTools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/RPMTools.py b/cpp/RPMTools.py
index fa4441cf2b8..d7798eefa6e 100644
--- a/cpp/RPMTools.py
+++ b/cpp/RPMTools.py
@@ -118,7 +118,7 @@ class Package:
ofile.write('%clean\n')
ofile.write('\n')
ofile.write('%changelog\n')
- ofile.write('* Tue Mar 8 2005 ZeroC Staff\n')
+ ofile.write('* Tue Nov 15 2005 ZeroC Staff\n')
ofile.write('- See source distributions or the ZeroC website for more information\n')
ofile.write(' about the changes in this release\n')
ofile.write('\n')