[DHG_packages] 87/204: ieee754: Upgrading from 0.7.8 to 0.7.9
Clint Adams
clint at moszumanska.debian.org
Sun Jun 18 16:09:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 2c947c6d0b661479b158fcc9d7f3aa7360b4fd60
Author: Clint Adams <clint at debian.org>
Date: Sat Jun 17 14:53:14 2017 -0400
ieee754: Upgrading from 0.7.8 to 0.7.9
---
p/haskell-ieee754/debian/changelog | 6 ++
.../debian/patches/rename-math-functions | 69 ----------------------
p/haskell-ieee754/debian/patches/series | 1 -
3 files changed, 6 insertions(+), 70 deletions(-)
diff --git a/p/haskell-ieee754/debian/changelog b/p/haskell-ieee754/debian/changelog
index 2b9c765..af341ca 100644
--- a/p/haskell-ieee754/debian/changelog
+++ b/p/haskell-ieee754/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ieee754 (0.7.9-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Sat, 17 Jun 2017 14:53:14 -0400
+
haskell-ieee754 (0.7.8-4) unstable; urgency=medium
* Rename local versions of nextdown, nextdownf, nextup, nextupf,
diff --git a/p/haskell-ieee754/debian/patches/rename-math-functions b/p/haskell-ieee754/debian/patches/rename-math-functions
deleted file mode 100644
index 629d9bb..0000000
--- a/p/haskell-ieee754/debian/patches/rename-math-functions
+++ /dev/null
@@ -1,69 +0,0 @@
---- a/Numeric/IEEE.hs
-+++ b/Numeric/IEEE.hs
-@@ -240,16 +240,16 @@
- foreign import ccall unsafe "feqrelf"
- c_feqrelf :: Float -> Float -> Int
-
--foreign import ccall unsafe "nextup"
-+foreign import ccall unsafe "hsi7_nextup"
- c_nextup :: Double -> Double
-
--foreign import ccall unsafe "nextupf"
-+foreign import ccall unsafe "hsi7_nextupf"
- c_nextupf :: Float -> Float
-
--foreign import ccall unsafe "nextdown"
-+foreign import ccall unsafe "hsi7_nextdown"
- c_nextdown :: Double -> Double
-
--foreign import ccall unsafe "nextdownf"
-+foreign import ccall unsafe "hsi7_nextdownf"
- c_nextdownf :: Float -> Float
-
- foreign import ccall unsafe "ieeemean"
---- a/cbits/double.c
-+++ b/cbits/double.c
-@@ -41,7 +41,7 @@
-
- /* ported from tango/math/IEEE.d */
- double
--nextup (double x)
-+hsi7_nextup (double x)
- {
- union double_t ps = { x };
-
-@@ -64,9 +64,9 @@
-
- /* ported from tango/math/IEEE.d */
- double
--nextdown (double x)
-+hsi7_nextdown (double x)
- {
-- return -nextup(-x);
-+ return -hsi7_nextup(-x);
- }
-
- /* ported from tango/math/IEEE.d */
---- a/cbits/float.c
-+++ b/cbits/float.c
-@@ -42,7 +42,7 @@
-
- /* ported from tango/math/IEEE.d */
- float
--nextupf (float x)
-+hsi7_nextupf (float x)
- {
- union float_t ps = { x };
-
-@@ -65,9 +65,9 @@
-
- /* ported from tango/math/IEEE.d */
- float
--nextdownf (float x)
-+hsi7_nextdownf (float x)
- {
-- return -nextupf(-x);
-+ return -hsi7_nextupf(-x);
- }
-
- /* ported from tango/math/IEEE.d */
diff --git a/p/haskell-ieee754/debian/patches/series b/p/haskell-ieee754/debian/patches/series
deleted file mode 100644
index 6d32ee9..0000000
--- a/p/haskell-ieee754/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-rename-math-functions
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list