]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix/tweak things for release. v2.3.3op1
authorMichael R Sweet <msweet@msweet.org>
Fri, 27 Nov 2020 14:25:26 +0000 (09:25 -0500)
committerMichael R Sweet <msweet@msweet.org>
Fri, 27 Nov 2020 14:25:26 +0000 (09:25 -0500)
CHANGES-OPENPRINTING.md
scripts/makesrcdist

index 3bf2e4428f380ec670978ef8d51c2b57a6d499c9..de619311ff26cff11131ab82ed549953f800d047 100644 (file)
@@ -1,5 +1,5 @@
-Changes in OpenPrinting CUPS
-============================
+OpenPrinting CUPS Changes
+=========================
 
 Changes in CUPS v2.3.3op1
 -------------------------
index 5de3500f72b59e3ea50215f5db2b135869007bc3..f2c754d50127f0fb982e624c189b791d8eed4731 100755 (executable)
@@ -38,7 +38,7 @@ else
        SIGNFILES=yes
 
        echo Validating sources...
-       cupsversionpatch=`echo $version | awk -F. '{if (NF == 3) { print int $3 } else { print "0" } }'`
+       cupsversionpatch=`echo $version | awk -F. '{if (NF == 3) { print $3 } else { print "0" } }' | sed -e '1,$s/op[0-9]*$//'`
        cupsversion=`printf "2.03%02d" $cupsversionpatch`
 
         temp=`grep AC_INIT configure.ac | awk '{print $2}' | sed -e '1,$s/^\[//' -e '1,$s/\],$//'`