Accepting request 1104411 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-network-bsd?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2023-08-18 17:28:05 +00:00 committed by Git OBS Bridge
commit 9f07bfa283
3 changed files with 106 additions and 91 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 6 09:54:49 UTC 2023 - Peter Simons <psimons@suse.com>
- Update network-bsd to version 2.8.1.0 revision 5.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 30 17:07:40 UTC 2023 - Peter Simons <psimons@suse.com> Thu Mar 30 17:07:40 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -25,7 +25,7 @@ Summary: POSIX network database (<netdb.h>) API
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof BuildRequires: ghc-base-prof

View File

@ -1,7 +1,7 @@
cabal-version: 1.12 cabal-version: 1.12
name: network-bsd name: network-bsd
version: 2.8.1.0 version: 2.8.1.0
x-revision: 4 x-revision: 5
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
maintainer: Kazu Yamamoto, Herbert Valerio Riedel maintainer: Kazu Yamamoto, Herbert Valerio Riedel
@ -49,12 +49,21 @@ category: Network
build-type: Simple build-type: Simple
homepage: https://github.com/haskell/network-bsd homepage: https://github.com/haskell/network-bsd
bug-reports: https://github.com/haskell/network-bsd/issues bug-reports: https://github.com/haskell/network-bsd/issues
tested-with: GHC == 7.8.4
, GHC == 7.10.3 tested-with:
, GHC == 8.0.2 GHC == 9.6.2
, GHC == 8.2.2 GHC == 9.4.5
, GHC == 8.4.4 GHC == 9.2.8
, GHC == 8.6.3 GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
GHC == 7.8.4
extra-source-files: CHANGELOG.md extra-source-files: CHANGELOG.md
library library
@ -62,7 +71,7 @@ library
other-extensions: CPP, NondecreasingIndentation other-extensions: CPP, NondecreasingIndentation
exposed-modules: Network.BSD exposed-modules: Network.BSD
build-depends: base >= 4.7 && < 5 build-depends: base >= 4.7 && < 5
, deepseq >= 1.3.0.0 && < 1.5 , deepseq >= 1.3.0.0 && < 1.6
-- NOTES on `network` depdendency -- NOTES on `network` depdendency
-- --
-- `network-bsd` heavily relies on `network`'s -- `network-bsd` heavily relies on `network`'s
@ -87,4 +96,4 @@ library
source-repository head source-repository head
type: git type: git
location: git://github.com/haskell/network-bsd.git location: https://github.com/haskell/network-bsd.git