diff --git a/connection-0.2.8.cabal b/connection-0.2.8.cabal index 3669436..886e28e 100644 --- a/connection-0.2.8.cabal +++ b/connection-0.2.8.cabal @@ -1,6 +1,6 @@ Name: connection Version: 0.2.8 -x-revision: 1 +x-revision: 2 Description: Simple network library for all your connection need. . @@ -30,7 +30,7 @@ Library , data-default-class , network >= 2.3 && < 2.9 , tls >= 1.3 - , socks >= 0.5.5 + , socks >= 0.5.5 && < 0.6 , x509 >= 1.5 , x509-store >= 1.5 , x509-system >= 1.5 diff --git a/ghc-connection.spec b/ghc-connection.spec index 468e9c3..e1ae605 100644 --- a/ghc-connection.spec +++ b/ghc-connection.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 0.2.8 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Simple and easy network connections API License: BSD @@ -118,6 +118,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Aug 01 2019 Jens Petersen - 0.2.8-10 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 0.2.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild