fix max_concurrent_connections option in MultiCurl (bnc#596089)
[platform/upstream/libzypp.git] / mkChangelog
index 05cb5ba..96409ed 100755 (executable)
@@ -19,6 +19,8 @@ test -f "$CHANGESFILE" || errexit "No changes file '$CHANGESFILE'"
 VERSIONFILE="VERSION.cmake"
 test -f "$VERSIONFILE" || errexit "No version file '$VERSIONFILE'"
 
+LANG="en"
+
 ## Version.cmake tags in getversion() are still zypp specific.
 
 function usage() {
@@ -33,15 +35,11 @@ into your editor (\$EDITOR=$EDITOR), providing a new changes
 entry template:
 
     -------------------------------------------------------------------
-    Wed Jul 30 18:20:06 CEST 2008 ma@suse.de
+    Wed Jul 30 18:20:06 CEST 2008 ma@suse.de
 
     -
-    - revision 10702
     #---delete-or-release---# LAST RELEASED: 5.3.2 (2) NEW RELEASE: 5.4.0 (4)
 
-The revision number is a guess and assumes you will check in to
-SVN shortly after editing (current server revision + 1).
-
 The line '#---delete-or-release---#...' shows the last version submitted
 to autobuild ('# LAST RELEASED:; tag in $VERSIONFILE). And also the current
 version, asuming you already updated the $VERSIONFILE according to your changes.
@@ -107,12 +105,6 @@ function getversion() {
   '
 }
 
-function nextrevision() {
-  svn status -u CMakeLists.txt \
-  | awk '/^Status against revision:/{print $4+1}'
-}
-
-
 test -r /etc/sysconfig/mail && source /etc/sysconfig/mail
 EMAIL="${USER}@${FROM_HEADER:-$(hostname -f)}"
 
@@ -122,10 +114,9 @@ TMPFILE=$(mktemp)
 exec 3>&1-
 exec >$TMPFILE
 echo "-------------------------------------------------------------------"
-echo "$(date) $EMAIL"
+echo "$(date) $EMAIL"
 echo ""
 echo "- "
-echo "- revision $(nextrevision)"
 echo "$GOTVERSION"
 echo ""
 cat $CHANGESFILE