Hello community, here is the log from the commit of package ghc-http-types for openSUSE:Factory checked in at 2019-03-06 15:47:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-http-types (Old) and /work/SRC/openSUSE:Factory/.ghc-http-types.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-types" Wed Mar 6 15:47:17 2019 rev:9 rq:681684 version:0.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-http-types/ghc-http-types.changes 2018-10-25 08:17:23.328043277 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-http-types.new.28833/ghc-http-types.changes 2019-03-06 15:47:19.628451769 +0100 @@ -1,0 +2,8 @@ +Mon Feb 25 03:02:35 UTC 2019 - [email protected] + +- Update http-types to version 0.12.3. + * 0.12.3 [2019-02-24] + + Remove now-invalid doctest options from doctests.hs. + +------------------------------------------------------------------- Old: ---- http-types-0.12.2.tar.gz New: ---- http-types-0.12.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-http-types.spec ++++++ --- /var/tmp/diff_new_pack.i57TnI/_old 2019-03-06 15:47:20.608451510 +0100 +++ /var/tmp/diff_new_pack.i57TnI/_new 2019-03-06 15:47:20.608451510 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-http-types # -# 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 @@ -19,7 +19,7 @@ %global pkg_name http-types %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.12.2 +Version: 0.12.3 Release: 0 Summary: Generic HTTP types for Haskell (for both client and server code) License: BSD-3-Clause ++++++ http-types-0.12.2.tar.gz -> http-types-0.12.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/http-types-0.12.2/CHANGELOG new/http-types-0.12.3/CHANGELOG --- old/http-types-0.12.2/CHANGELOG 2018-09-26 22:02:56.000000000 +0200 +++ new/http-types-0.12.3/CHANGELOG 2019-02-24 12:33:24.000000000 +0100 @@ -1,3 +1,7 @@ +* 0.12.3 [2019-02-24] + +Remove now-invalid doctest options from doctests.hs. + * 0.12.2 [2018-09-26] Add new parseQueryReplacePlus function, which allows specifying whether to replace '+' with ' '. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/http-types-0.12.2/http-types.cabal new/http-types-0.12.3/http-types.cabal --- old/http-types-0.12.2/http-types.cabal 2018-09-26 22:02:56.000000000 +0200 +++ new/http-types-0.12.3/http-types.cabal 2019-02-24 12:33:24.000000000 +0100 @@ -1,5 +1,5 @@ Name: http-types -Version: 0.12.2 +Version: 0.12.3 Synopsis: Generic HTTP types for Haskell (for both client and server code). Description: Generic HTTP types for Haskell (for both client and server code). Homepage: https://github.com/aristidb/http-types @@ -16,7 +16,7 @@ Source-repository this type: git location: https://github.com/aristidb/http-types.git - tag: 0.12.2 + tag: 0.12.3 Source-repository head type: git diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/http-types-0.12.2/test/doctests.hs new/http-types-0.12.3/test/doctests.hs --- old/http-types-0.12.2/test/doctests.hs 2018-09-26 22:02:56.000000000 +0200 +++ new/http-types-0.12.3/test/doctests.hs 2019-02-24 12:33:24.000000000 +0100 @@ -4,9 +4,6 @@ main :: IO () main = doctest [ - "-idist/build/autogen/" - , "-optP-include" - , "-optPdist/build/autogen/cabal_macros.h" - , "-XOverloadedStrings" + "-XOverloadedStrings" , "Network/HTTP/Types.hs" ]
