Hello community,

here is the log from the commit of package ghc-megaparsec for openSUSE:Factory 
checked in at 2019-05-12 11:36:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-megaparsec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-megaparsec.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-megaparsec"

Sun May 12 11:36:02 2019 rev:6 rq:701771 version:7.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-megaparsec/ghc-megaparsec.changes    
2018-11-13 17:11:29.294749952 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-megaparsec.new.5148/ghc-megaparsec.changes  
2019-05-12 11:36:09.334354151 +0200
@@ -1,0 +2,20 @@
+Thu May  2 02:00:53 UTC 2019 - psim...@suse.com
+
+- Update megaparsec to version 7.0.5.
+  ## Megaparsec 7.0.5
+
+  * Dropped support for GHC 7.10.
+
+  * Adapted the code to `MonadFail` changes in `base-4.13`.
+
+  * Separated the test suite into its own package. The reason is that we can
+    avoid circular dependency on `hspec-megaparsec` and thus avoid keeping
+    copies of its source files in our test suite, as we had to do before.
+    Another benefit is that we can export some auxiliary functions in
+    `megaparsec-tests` which can be used by other test suites, for example in
+    the `parser-combinators-tests` package.
+
+    Version of `megaparsec-tests` will be kept in sync with versions of
+    `megaparsec` from now on.
+
+-------------------------------------------------------------------

Old:
----
  megaparsec-7.0.4.tar.gz

New:
----
  megaparsec-7.0.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-megaparsec.spec ++++++
--- /var/tmp/diff_new_pack.qz3xm2/_old  2019-05-12 11:36:11.038359138 +0200
+++ /var/tmp/diff_new_pack.qz3xm2/_new  2019-05-12 11:36:11.042359151 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-megaparsec
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,8 @@
 
 
 %global pkg_name megaparsec
-%bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        7.0.4
+Version:        7.0.5
 Release:        0
 Summary:        Monadic parser combinators
 License:        BSD-2-Clause
@@ -37,11 +36,6 @@
 BuildRequires:  ghc-scientific-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
-%if %{with tests}
-BuildRequires:  ghc-QuickCheck-devel
-BuildRequires:  ghc-hspec-devel
-BuildRequires:  ghc-hspec-expectations-devel
-%endif
 
 %description
 This is an industrial-strength monadic parser combinator library.
@@ -68,9 +62,6 @@
 %install
 %ghc_lib_install
 
-%check
-%cabal_test
-
 %post devel
 %ghc_pkg_recache
 

++++++ megaparsec-7.0.4.tar.gz -> megaparsec-7.0.5.tar.gz ++++++
++++ 5956 lines of diff (skipped)


Reply via email to