Hello community,
here is the log from the commit of package ghc-matrix-market-attoparsec for
openSUSE:Factory checked in at 2017-07-06 00:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-matrix-market-attoparsec (Old)
and /work/SRC/openSUSE:Factory/.ghc-matrix-market-attoparsec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-matrix-market-attoparsec"
Thu Jul 6 00:03:24 2017 rev:2 rq:508032 version:0.1.0.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-matrix-market-attoparsec/ghc-matrix-market-attoparsec.changes
2017-05-09 18:07:18.497635353 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-matrix-market-attoparsec.new/ghc-matrix-market-attoparsec.changes
2017-07-06 00:03:26.625925021 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:42 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.8.
+
+-------------------------------------------------------------------
Old:
----
matrix-market-attoparsec-0.1.0.7.tar.gz
New:
----
matrix-market-attoparsec-0.1.0.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-matrix-market-attoparsec.spec ++++++
--- /var/tmp/diff_new_pack.xUcGOW/_old 2017-07-06 00:03:27.237838816 +0200
+++ /var/tmp/diff_new_pack.xUcGOW/_new 2017-07-06 00:03:27.237838816 +0200
@@ -19,7 +19,7 @@
%global pkg_name matrix-market-attoparsec
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.0.7
+Version: 0.1.0.8
Release: 0
Summary: Parsing and serialization functions for the NIST Matrix Market
format
License: BSD-2-Clause
++++++ matrix-market-attoparsec-0.1.0.7.tar.gz ->
matrix-market-attoparsec-0.1.0.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/matrix-market-attoparsec-0.1.0.7/CONTRIBUTORS.md
new/matrix-market-attoparsec-0.1.0.8/CONTRIBUTORS.md
--- old/matrix-market-attoparsec-0.1.0.7/CONTRIBUTORS.md 2017-04-08
18:08:32.000000000 +0200
+++ new/matrix-market-attoparsec-0.1.0.8/CONTRIBUTORS.md 2017-06-18
22:21:38.000000000 +0200
@@ -1 +1,3 @@
-Trevor McDonell and the `accelerate` contributors : Data.Matrix.MatrixMarket
\ No newline at end of file
+Trevor McDonell (tmcdonell) and the `accelerate` contributors :
Data.Matrix.MatrixMarket
+
+Peter Simons (peti)
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/matrix-market-attoparsec-0.1.0.7/Setup.hs
new/matrix-market-attoparsec-0.1.0.8/Setup.hs
--- old/matrix-market-attoparsec-0.1.0.7/Setup.hs 1970-01-01
01:00:00.000000000 +0100
+++ new/matrix-market-attoparsec-0.1.0.8/Setup.hs 2017-01-14
23:38:54.000000000 +0100
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/matrix-market-attoparsec-0.1.0.7/matrix-market-attoparsec.cabal
new/matrix-market-attoparsec-0.1.0.8/matrix-market-attoparsec.cabal
--- old/matrix-market-attoparsec-0.1.0.7/matrix-market-attoparsec.cabal
2017-04-08 18:09:44.000000000 +0200
+++ new/matrix-market-attoparsec-0.1.0.8/matrix-market-attoparsec.cabal
2017-06-18 22:23:26.000000000 +0200
@@ -1,5 +1,5 @@
name: matrix-market-attoparsec
-version: 0.1.0.7
+version: 0.1.0.8
synopsis: Parsing and serialization functions for the NIST Matrix
Market format
description: Parsing and serialization functions for the NIST Matrix
Market format.
homepage: https://github.com/ocramz/matrix-market-attoparsec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/matrix-market-attoparsec-0.1.0.7/src/Data/Matrix/MatrixMarket/Internal.hs
new/matrix-market-attoparsec-0.1.0.8/src/Data/Matrix/MatrixMarket/Internal.hs
---
old/matrix-market-attoparsec-0.1.0.7/src/Data/Matrix/MatrixMarket/Internal.hs
2017-04-08 18:08:32.000000000 +0200
+++
new/matrix-market-attoparsec-0.1.0.8/src/Data/Matrix/MatrixMarket/Internal.hs
2017-06-18 22:18:59.000000000 +0200
@@ -12,8 +12,8 @@
-- Attoparsec parser and serializer for the NIST MatrixMarket format. The
parser logic originally appeared in `accelerate-examples` and it is reused here
(courtesy of T.McDonell and the `accelerate` developers) with some amendments.
--
-- In this version:
--- *) Numbers are represented with Scientific notation instead of floating
point
--- *) Parsing rules are a bit relaxed to accommodate various whitespace corner
cases
+-- * Numbers are represented with Scientific notation instead of floating point
+-- * Parsing rules are a bit relaxed to accommodate various whitespace corner
cases
--
-----------------------------------------------------------------------------
module Data.Matrix.MatrixMarket.Internal