Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 23 14:18:55 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update network-bsd to version 2.8.1.0 revision 6.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 6 09:54:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
Sun Aug 6 09:54:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-network-bsd
|
# spec file for package ghc-network-bsd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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/5.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.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
|
||||||
|
@ -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: 5
|
x-revision: 6
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
maintainer: Kazu Yamamoto, Herbert Valerio Riedel
|
maintainer: Kazu Yamamoto, Herbert Valerio Riedel
|
||||||
@ -86,7 +86,7 @@ library
|
|||||||
-- changes that aren't reflected in `network-bsd`'s
|
-- changes that aren't reflected in `network-bsd`'s
|
||||||
-- API version.
|
-- API version.
|
||||||
, network (>= 3.0.0.0 && < 3.0.2)
|
, network (>= 3.0.0.0 && < 3.0.2)
|
||||||
|| (>= 3.1.0.0 && < 3.2)
|
|| (>= 3.1.0.0 && < 3.3)
|
||||||
build-tools: hsc2hs >= 0.67 && < 0.69
|
build-tools: hsc2hs >= 0.67 && < 0.69
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user