Hello community, here is the log from the commit of package patat for openSUSE:Factory checked in at 2017-07-06 00:00:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/patat (Old) and /work/SRC/openSUSE:Factory/.patat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patat" Thu Jul 6 00:00:45 2017 rev:3 rq:506871 version:0.5.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/patat/patat.changes 2017-06-04 01:59:47.984448783 +0200 +++ /work/SRC/openSUSE:Factory/.patat.new/patat.changes 2017-07-06 00:00:49.520057400 +0200 @@ -1,0 +2,5 @@ +Mon Jun 19 20:51:52 UTC 2017 - [email protected] + +- Update to version 0.5.2.2. + +------------------------------------------------------------------- Old: ---- patat-0.5.2.0.tar.gz New: ---- patat-0.5.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patat.spec ++++++ --- /var/tmp/diff_new_pack.Csmb6j/_old 2017-07-06 00:00:51.231816258 +0200 +++ /var/tmp/diff_new_pack.Csmb6j/_new 2017-07-06 00:00:51.243814568 +0200 @@ -17,7 +17,7 @@ Name: patat -Version: 0.5.2.0 +Version: 0.5.2.2 Release: 0 Summary: Terminal-based presentations using Pandoc License: GPL-2.0+ @@ -33,6 +33,8 @@ BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-mtl-devel +BuildRequires: ghc-network-devel +BuildRequires: ghc-network-uri-devel BuildRequires: ghc-optparse-applicative-devel BuildRequires: ghc-pandoc-devel BuildRequires: ghc-rpm-macros ++++++ patat-0.5.2.0.tar.gz -> patat-0.5.2.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patat-0.5.2.0/CHANGELOG.md new/patat-0.5.2.2/CHANGELOG.md --- old/patat-0.5.2.0/CHANGELOG.md 2017-05-16 13:34:42.000000000 +0200 +++ new/patat-0.5.2.2/CHANGELOG.md 2017-06-14 12:52:40.000000000 +0200 @@ -1,5 +1,11 @@ # Changelog +- 0.5.2.2 (2017-06-14) + * Add `network-uri` dependency to fix travis build + +- 0.5.2.1 (2017-06-14) + * Bump `optparse-applicative-0.14` dependency + - 0.5.2.0 (2017-05-16) * Add navigation using `PageUp` and `PageDown`. * Use `skylighting` instead of deprecated `highlighting-kate` for syntax diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patat-0.5.2.0/patat.cabal new/patat-0.5.2.2/patat.cabal --- old/patat-0.5.2.0/patat.cabal 2017-05-16 13:34:42.000000000 +0200 +++ new/patat-0.5.2.2/patat.cabal 2017-06-14 12:52:40.000000000 +0200 @@ -1,5 +1,5 @@ Name: patat -Version: 0.5.2.0 +Version: 0.5.2.2 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc License: GPL-2 @@ -36,14 +36,18 @@ directory >= 1.2 && < 1.4, filepath >= 1.4 && < 1.5, mtl >= 2.2 && < 2.3, - optparse-applicative >= 0.12 && < 0.14, + optparse-applicative >= 0.12 && < 0.15, pandoc >= 1.16 && < 1.20, skylighting >= 0.1 && < 0.4, terminal-size >= 0.3 && < 0.4, text >= 1.2 && < 1.3, time >= 1.4 && < 1.8, unordered-containers >= 0.2 && < 0.3, - yaml >= 0.7 && < 0.9 + yaml >= 0.7 && < 0.9, + -- We don't even depend on these packages but they can break cabal install + -- because of the conflicting 'Network.URI' module. + network-uri >= 2.6, + network >= 2.6 Other-modules: Data.Aeson.Extended
