Hello community, here is the log from the commit of package ghc-math-functions for openSUSE:Factory checked in at 2018-10-25 08:17:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-math-functions (Old) and /work/SRC/openSUSE:Factory/.ghc-math-functions.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-math-functions" Thu Oct 25 08:17:22 2018 rev:2 rq:642878 version:0.3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-math-functions/ghc-math-functions.changes 2018-07-25 16:09:05.009445022 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-math-functions.new/ghc-math-functions.changes 2018-10-25 08:17:47.972032496 +0200 @@ -1,0 +2,8 @@ +Thu Oct 4 09:43:01 UTC 2018 - psim...@suse.com + +- Update math-functions to version 0.3.0.2. + ## Changes in 0.3.0.2 + + * Fix license field in cabal file + +------------------------------------------------------------------- Old: ---- math-functions-0.3.0.1.tar.gz New: ---- math-functions-0.3.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-math-functions.spec ++++++ --- /var/tmp/diff_new_pack.TduMdJ/_old 2018-10-25 08:17:49.112031997 +0200 +++ /var/tmp/diff_new_pack.TduMdJ/_new 2018-10-25 08:17:49.112031997 +0200 @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global pkg_name math-functions %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.0.1 +Version: 0.3.0.2 Release: 0 Summary: Collection of tools for numeric computations License: BSD-2-Clause ++++++ math-functions-0.3.0.1.tar.gz -> math-functions-0.3.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/math-functions-0.3.0.1/changelog.md new/math-functions-0.3.0.2/changelog.md --- old/math-functions-0.3.0.1/changelog.md 2018-07-16 10:15:06.000000000 +0200 +++ new/math-functions-0.3.0.2/changelog.md 2018-09-02 19:32:55.000000000 +0200 @@ -1,3 +1,8 @@ +## Changes in 0.3.0.2 + + * Fix license field in cabal file + + ## Changes in 0.3.0.0 * `Semigroup` and `Monoid` instances added for data types from `Numeric.Sum` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/math-functions-0.3.0.1/math-functions.cabal new/math-functions-0.3.0.2/math-functions.cabal --- old/math-functions-0.3.0.1/math-functions.cabal 2018-07-16 10:15:06.000000000 +0200 +++ new/math-functions-0.3.0.2/math-functions.cabal 2018-09-02 19:32:55.000000000 +0200 @@ -1,7 +1,7 @@ name: math-functions -version: 0.3.0.1 +version: 0.3.0.2 cabal-version: >= 1.10 -license: BSD3 +license: BSD2 license-file: LICENSE author: Bryan O'Sullivan <b...@serpentine.com>, Alexey Khudyakov <alexey.sklad...@gmail.com>