From ab986f6ad5a70585fccbf225b5cbeafbe6b7f8caf90782397c6740bfe7674a0b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 21 Jun 2023 16:50:39 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-connection revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-connection?expand=0&rev=60 --- connection.cabal | 6 +++--- ghc-connection.changes | 6 ++++++ ghc-connection.spec | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/connection.cabal b/connection.cabal index ca0b52f..0edb98c 100644 --- a/connection.cabal +++ b/connection.cabal @@ -1,6 +1,6 @@ Name: connection Version: 0.3.1 -x-revision: 1 +x-revision: 2 Description: Simple network library for all your connection need. . @@ -17,7 +17,7 @@ Synopsis: Simple and easy network connections API Build-Type: Simple Category: Network stability: experimental -Cabal-Version: >=1.6 +Cabal-Version: >=1.8 Homepage: https://github.com/vincenthz/hs-connection extra-source-files: README.md CHANGELOG.md @@ -29,7 +29,7 @@ Library , containers , data-default-class , network >= 2.6.3 - , tls >= 1.4 + , tls >= 1.4 && < 1.7 , socks >= 0.6 , x509 >= 1.5 , x509-store >= 1.5 diff --git a/ghc-connection.changes b/ghc-connection.changes index 0da3600..59ef7f8 100644 --- a/ghc-connection.changes +++ b/ghc-connection.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 8 02:05:51 UTC 2023 - Peter Simons + +- Update connection to version 0.3.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:06:19 UTC 2023 - Peter Simons diff --git a/ghc-connection.spec b/ghc-connection.spec index f22c7af..5c0df64 100644 --- a/ghc-connection.spec +++ b/ghc-connection.spec @@ -25,7 +25,7 @@ Summary: Simple and easy network connections API License: BSD-3-Clause 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-base-devel BuildRequires: ghc-base-prof