Hello community, here is the log from the commit of package ghc-tls for openSUSE:Factory checked in at 2017-06-04 01:55:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-tls (Old) and /work/SRC/openSUSE:Factory/.ghc-tls.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tls" Sun Jun 4 01:55:37 2017 rev:12 rq:494196 version:1.3.10 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-tls/ghc-tls.changes 2017-04-14 13:38:50.793847363 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-tls.new/ghc-tls.changes 2017-06-04 01:55:38.335718009 +0200 @@ -1,0 +2,5 @@ +Wed Apr 26 15:04:39 UTC 2017 - [email protected] + +- Update to version 1.3.10 revision 2 with cabal2obs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tls.spec ++++++ --- /var/tmp/diff_new_pack.85muk7/_old 2017-06-04 01:55:38.891639470 +0200 +++ /var/tmp/diff_new_pack.85muk7/_new 2017-06-04 01:55:38.895638905 +0200 @@ -26,7 +26,7 @@ Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-asn1-encoding-devel BuildRequires: ghc-asn1-types-devel ++++++ tls.cabal ++++++ --- /var/tmp/diff_new_pack.85muk7/_old 2017-06-04 01:55:38.947631559 +0200 +++ /var/tmp/diff_new_pack.85muk7/_new 2017-06-04 01:55:38.951630994 +0200 @@ -1,6 +1,6 @@ Name: tls Version: 1.3.10 -x-revision: 1 +x-revision: 2 Description: Native Haskell TLS and SSL protocol implementation for server and client. . @@ -31,6 +31,7 @@ Flag compat Description: Accept SSLv2 client hello for beginning SSLv3 / TLS handshake Default: True + Manual: True Flag network Description: Use the base network library @@ -48,14 +49,14 @@ , bytestring < 0.11 , data-default-class < 0.2 -- crypto related - , memory < 0.15 - , cryptonite >= 0.21 && < 0.23 + , memory + , cryptonite >= 0.21 -- certificate related - , asn1-types >= 0.2.0 && < 0.4 - , asn1-encoding < 0.10 - , x509 >= 1.6.5 && < 1.7 - , x509-store >= 1.6 && < 1.7 - , x509-validation >= 1.6.5 && < 1.7 + , asn1-types >= 0.2.0 + , asn1-encoding + , x509 >= 1.6.5 + , x509-store >= 1.6 + , x509-validation >= 1.6.5 , async >= 2.0 && < 2.2 if flag(network) Build-Depends: network >= 2.4.0.0 && < 2.7
