]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gawk: Update to 4.1.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2014 22:41:26 +0000 (23:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2014 22:41:26 +0000 (23:41 +0100)
Adds dependency to MPFR for high precision math.

gawk/gawk.nm

index 2b7d077ceea6924da2616735a742d1d320d827c6..8c335f3aae8fb8529cd0740a01925851c182989f 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = gawk
-version    = 4.0.1
-release    = 2
+version    = 4.1.0
+release    = 1
 
 groups     = System/Tools
 url        = http://www.gnu.org/software/gawk/gawk.html
@@ -24,6 +24,7 @@ sources    = %{thisapp}.tar.xz
 
 build
        requires
+               mpfr-devel
                util-linux
        end