diff --git a/connection-0.3.0.tar.gz b/connection-0.3.0.tar.gz deleted file mode 100644 index 2e36419..0000000 --- a/connection-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6470d69a4f9a0bd374183a30d2089a96d38ad31438ef081b62287f74b55fa3b8 -size 8954 diff --git a/connection-0.3.1.tar.gz b/connection-0.3.1.tar.gz new file mode 100644 index 0000000..d9cfa3e --- /dev/null +++ b/connection-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d759589c532c34d87bfc4f6fcb732bf55b55a93559d3b94229e8347a15375d9 +size 9051 diff --git a/connection.cabal b/connection.cabal index b1368a4..ca0b52f 100644 --- a/connection.cabal +++ b/connection.cabal @@ -1,44 +1,44 @@ -Name: connection -Version: 0.3.0 -x-revision: 1 -Description: - Simple network library for all your connection need. - . - Features: Really simple to use, SSL/TLS, SOCKS. - . - This library provides a very simple api to create sockets - to a destination with the choice of SSL/TLS, and SOCKS. -License: BSD3 -License-file: LICENSE -Copyright: Vincent Hanquez -Author: Vincent Hanquez -Maintainer: Vincent Hanquez -Synopsis: Simple and easy network connections API -Build-Type: Simple -Category: Network -stability: experimental -Cabal-Version: >=1.6 -Homepage: https://github.com/vincenthz/hs-connection -extra-source-files: README.md - CHANGELOG.md - -Library - Build-Depends: base >= 4.8 && < 5 - , basement - , bytestring - , containers - , data-default-class - , network >= 2.6 - , tls >= 1.4 - , socks >= 0.6 - , x509 >= 1.5 - , x509-store >= 1.5 - , x509-system >= 1.5 - , x509-validation >= 1.5 - Exposed-modules: Network.Connection - Other-modules: Network.Connection.Types - ghc-options: -Wall - -source-repository head - type: git - location: https://github.com/vincenthz/hs-connection +Name: connection +Version: 0.3.1 +x-revision: 1 +Description: + Simple network library for all your connection need. + . + Features: Really simple to use, SSL/TLS, SOCKS. + . + This library provides a very simple api to create sockets + to a destination with the choice of SSL/TLS, and SOCKS. +License: BSD3 +License-file: LICENSE +Copyright: Vincent Hanquez +Author: Vincent Hanquez +Maintainer: Vincent Hanquez +Synopsis: Simple and easy network connections API +Build-Type: Simple +Category: Network +stability: experimental +Cabal-Version: >=1.6 +Homepage: https://github.com/vincenthz/hs-connection +extra-source-files: README.md + CHANGELOG.md + +Library + Build-Depends: base >= 4.8 && < 5 + , basement + , bytestring + , containers + , data-default-class + , network >= 2.6.3 + , tls >= 1.4 + , socks >= 0.6 + , x509 >= 1.5 + , x509-store >= 1.5 + , x509-system >= 1.5 + , x509-validation >= 1.5 + Exposed-modules: Network.Connection + Other-modules: Network.Connection.Types + ghc-options: -Wall + +source-repository head + type: git + location: https://github.com/vincenthz/hs-connection diff --git a/ghc-connection.changes b/ghc-connection.changes index b191f35..d91caab 100644 --- a/ghc-connection.changes +++ b/ghc-connection.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 3 02:02:41 UTC 2019 - psimons@suse.com + +- Update connection to version 0.3.1. + Upstream has not updated the file "CHANGELOG.md" since the last + release. + ------------------------------------------------------------------- Tue Apr 23 02:01:50 UTC 2019 - psimons@suse.com diff --git a/ghc-connection.spec b/ghc-connection.spec index daf4963..92ff1aa 100644 --- a/ghc-connection.spec +++ b/ghc-connection.spec @@ -18,7 +18,7 @@ %global pkg_name connection Name: ghc-%{pkg_name} -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: Simple and easy network connections API License: BSD-3-Clause