[Pkg-bazaar-commits] r66 ./bzr/unstable: Drop now unneeded patch fix_version_strings.diff.
Adeodato Simó
dato at net.com.org.es
Fri Dec 14 12:21:31 UTC 2007
------------------------------------------------------------
revno: 66
tags: 1.0-1
committer: Adeodato Simó <dato at net.com.org.es>
branch nick: unstable
timestamp: Fri 2007-12-14 13:21:31 +0100
message:
Drop now unneeded patch fix_version_strings.diff.
removed:
patches/fix_version_strings.diff
modified:
changelog
patches/series
-------------- next part --------------
=== removed file 'patches/fix_version_strings.diff'
--- a/patches/fix_version_strings.diff 2007-12-09 22:39:05 +0000
+++ b/patches/fix_version_strings.diff 1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
---- a/bzr
-+++ b/bzr
-@@ -67,7 +67,7 @@
- "\n")
- raise
-
--if bzrlib.version_info[:3] != (0, 93, 0):
-+if bzrlib.version_info[:3] != (1, 0, 0):
- sys.stderr.write("bzr: WARNING: bzrlib version doesn't match the bzr program.\n"
- "This may indicate an installation problem.\n"
- "bzrlib from %s is version %r\n"
---- a/bzrlib/__init__.py
-+++ b/bzrlib/__init__.py
-@@ -35,7 +35,7 @@
- # Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
- # releaselevel of 'dev' for unreleased under-development code.
-
--version_info = (0, 1, 0, 'candidate', 2)
-+version_info = (1, 0, 0, 'candidate', 2)
-
- # API compatibility version: bzrlib is currently API compatible with 0.18.
- api_minimum_version = (0, 18, 0)
=== modified file 'changelog'
--- a/changelog 2007-12-14 12:18:22 +0000
+++ b/changelog 2007-12-14 12:21:31 +0000
@@ -2,6 +2,7 @@
* Final 1.0 release.
+ Wrong download links in User Guide fixed. (Closes: #455592)
+ + Drop now unneeded patch fix_version_strings.diff.
* After some chat with upstream, recommend `bzr upgrade` and then `bzr
reconcile` in NEWS.Debian, instead of reconcile before upgrade, since
=== modified file 'patches/series'
--- a/patches/series 2007-12-09 22:39:05 +0000
+++ b/patches/series 2007-12-14 12:21:31 +0000
@@ -1,1 +0,0 @@
-fix_version_strings.diff
More information about the Pkg-bazaar-commits
mailing list