Hello community,
here is the log from the commit of package ghc-pusher-http-haskell for
openSUSE:Factory checked in at 2017-08-31 20:58:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pusher-http-haskell (Old)
and /work/SRC/openSUSE:Factory/.ghc-pusher-http-haskell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pusher-http-haskell"
Thu Aug 31 20:58:09 2017 rev:2 rq:513460 version:1.2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-pusher-http-haskell/ghc-pusher-http-haskell.changes
2017-04-12 18:08:34.934724882 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-pusher-http-haskell.new/ghc-pusher-http-haskell.changes
2017-08-31 20:58:09.465133630 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:11 UTC 2017 - [email protected]
+
+- Update to version 1.2.0.1.
+
+-------------------------------------------------------------------
Old:
----
pusher-http-haskell-1.1.0.4.tar.gz
New:
----
pusher-http-haskell-1.2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-pusher-http-haskell.spec ++++++
--- /var/tmp/diff_new_pack.GBPwX4/_old 2017-08-31 20:58:10.508986966 +0200
+++ /var/tmp/diff_new_pack.GBPwX4/_new 2017-08-31 20:58:10.512986404 +0200
@@ -19,7 +19,7 @@
%global pkg_name pusher-http-haskell
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.1.0.4
+Version: 1.2.0.1
Release: 0
Summary: Haskell client library for the Pusher HTTP API
License: MIT
++++++ pusher-http-haskell-1.1.0.4.tar.gz -> pusher-http-haskell-1.2.0.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pusher-http-haskell-1.1.0.4/LICENSE
new/pusher-http-haskell-1.2.0.1/LICENSE
--- old/pusher-http-haskell-1.1.0.4/LICENSE 2016-09-15 16:46:03.000000000
+0200
+++ new/pusher-http-haskell-1.2.0.1/LICENSE 2017-02-11 19:29:09.000000000
+0100
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2016 Will Sewell
+Copyright (c) 2017 Will Sewell
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pusher-http-haskell-1.1.0.4/pusher-http-haskell.cabal
new/pusher-http-haskell-1.2.0.1/pusher-http-haskell.cabal
--- old/pusher-http-haskell-1.1.0.4/pusher-http-haskell.cabal 2017-01-03
12:31:37.000000000 +0100
+++ new/pusher-http-haskell-1.2.0.1/pusher-http-haskell.cabal 2017-04-17
19:44:24.000000000 +0200
@@ -1,5 +1,5 @@
name: pusher-http-haskell
-version: 1.1.0.4
+version: 1.2.0.1
cabal-version: >=1.18
build-type: Simple
license: MIT
@@ -30,7 +30,7 @@
default-language: Haskell2010
hs-source-dirs: src
default-extensions: OverloadedStrings
- build-depends: aeson >=0.8 && <1.2,
+ build-depends: aeson >=0.8 && <1.3,
base >=4.7 && <4.10,
bytestring ==0.10.*,
base16-bytestring ==0.1.*,
@@ -39,8 +39,8 @@
http-client >=0.4 && <0.6,
http-types >=0.8 && <0.10,
text ==1.2.*,
- time >=1.4 && <1.7,
- transformers >=0.3 && <0.6,
+ time >=1.5 && <1.7,
+ transformers >=0.4 && <0.6,
unordered-containers ==0.2.*
ghc-options: -Wall
if impl(ghc >= 8.0.0)