shithub: sox

Download patch

ref: d41836d392746a035adcca8abfe2c4fa6ae33023
parent: 45b161d73ec087a8e003747b1aed07cd33589bca
author: Chris Bagwell <chris@cnpbagwell.com>
date: Sun Feb 22 10:23:53 EST 2015

Fixes for issues found during 14.4.2 release.

--- a/NEWS
+++ b/NEWS
@@ -8,4 +8,4 @@
  o Many other bug fixes.
 
 For an extensive list of changes, see the ChangeLog at
-  http://sourceforge.net/p/sox/code/ci/sox-14.4.2/tree/ChangeLog
+  https://sourceforge.net/p/sox/code/ci/45b161d73ec087a8e003747b1aed07cd33589bca/tree/ChangeLog
--- a/release.sh
+++ b/release.sh
@@ -59,7 +59,7 @@
 rcpath=""
 email_list="sox-users@lists.sourceforge.net,sox-devel@lists.sourceforge.net"
 hostname="shell.sourceforge.net"
-release_path="/home/frs/project/s/so/sox"
+release_path="/home/frs/project/sox"
 release_force="no"
 web_path="/home/project-web/sox/htdocs"
 
@@ -178,12 +178,6 @@
     ! make -s distcheck && echo "distcheck failed" && exit 1
     ! make -s dist-bzip2 && echo "dist-bzip2 failed" && exit 1
 
-    echo "Creating Windows packages..."
-    make -s distclean
-    rm -f $win_zip
-    rm -f $win_exe
-    ./mingwbuild
-
     if [ $update_web = "yes" ]; then
 	echo "Creating HTML documentation for web site..."
 	! make -s html && echo "html failed" && exit 1
@@ -191,6 +185,12 @@
 	echo "Creating PDF documentation for web site..."
 	! make -s pdf && echo "pdf failed" && exit 1
     fi
+
+    echo "Creating Windows packages..."
+    make -s distclean
+    rm -f $win_zip
+    rm -f $win_exe
+    ./mingwbuild
 }
 
 MD5SUM=`which md5sum || which gmd5sum`