Hello community,

here is the log from the commit of package ghc-hackernews for openSUSE:Factory 
checked in at 2017-06-22 10:37:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hackernews (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hackernews.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hackernews"

Thu Jun 22 10:37:33 2017 rev:2 rq:504069 version:1.1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hackernews/ghc-hackernews.changes    
2017-05-10 20:44:55.346217256 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hackernews.new/ghc-hackernews.changes       
2017-06-22 10:37:35.609303760 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:06:47 UTC 2017 - psim...@suse.com
+
+- Update to version 1.1.2.0.
+
+-------------------------------------------------------------------

Old:
----
  hackernews-1.1.1.0.tar.gz

New:
----
  hackernews-1.1.2.0.tar.gz

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

Other differences:
------------------
++++++ ghc-hackernews.spec ++++++
--- /var/tmp/diff_new_pack.seAMHJ/_old  2017-06-22 10:37:36.201220314 +0200
+++ /var/tmp/diff_new_pack.seAMHJ/_new  2017-06-22 10:37:36.205219750 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hackernews
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.1.1.0
+Version:        1.1.2.0
 Release:        0
 Summary:        API for Hacker News
 License:        MIT

++++++ hackernews-1.1.1.0.tar.gz -> hackernews-1.1.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hackernews-1.1.1.0/README.md 
new/hackernews-1.1.2.0/README.md
--- old/hackernews-1.1.1.0/README.md    2016-10-24 03:46:43.000000000 +0200
+++ new/hackernews-1.1.2.0/README.md    2017-05-25 07:43:53.000000000 +0200
@@ -8,7 +8,7 @@
 
 Hacker News API for Haskell
 
-###Documentation
+### Documentation
 <https://github.com/HackerNews/API>
 
 Now it supports GHCJS and can be used in the browser! Just install it using:
@@ -16,7 +16,7 @@
 cabal install --ghcjs
 ```
 
-###Tests
+### Tests
 ```bash
 cabal configure && cabal test
 ```
@@ -41,7 +41,7 @@
   13 examples, 0 failures
 ```
 
-###Usage
+### Usage
 ```haskell
 module Main where
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hackernews-1.1.1.0/hackernews.cabal 
new/hackernews-1.1.2.0/hackernews.cabal
--- old/hackernews-1.1.1.0/hackernews.cabal     2016-10-24 03:46:43.000000000 
+0200
+++ new/hackernews-1.1.2.0/hackernews.cabal     2017-05-25 07:43:53.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                hackernews
-version:             1.1.1.0
+version:             1.1.2.0
 description:         API for news.ycombinator.com
 license:             MIT
 synopsis:            API for Hacker News
@@ -55,7 +55,7 @@
                   , Web.HackerNews.Types
   hs-source-dirs: src
   build-depends:
-      servant == 0.9.*
+      servant >= 0.9 && < 0.11
     , QuickCheck
     , quickcheck-instances
   if impl(ghcjs)
@@ -72,7 +72,7 @@
     hs-source-dirs: ghc-src
     build-depends: aeson
                  , base < 5
-                 , servant-client == 0.9.*
+                 , servant-client >= 0.9 && < 0.11
                  , http-client == 0.5.*
                  , string-conversions == 0.4.*
                  , http-types == 0.9.*


Reply via email to