Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-network-bsd for openSUSE:Factory
checked in at 2021-06-23 17:38:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-network-bsd (Old)
and /work/SRC/openSUSE:Factory/.ghc-network-bsd.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-network-bsd"
Wed Jun 23 17:38:24 2021 rev:6 rq:901455 version:2.8.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-network-bsd/ghc-network-bsd.changes
2020-12-22 11:43:15.557707836 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-network-bsd.new.2625/ghc-network-bsd.changes
2021-06-23 17:38:32.120496529 +0200
@@ -1,0 +2,6 @@
+Mon Jun 21 05:22:57 UTC 2021 - [email protected]
+
+- Update network-bsd to version 2.8.1.0 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-network-bsd.spec ++++++
--- /var/tmp/diff_new_pack.zmGyBJ/_old 2021-06-23 17:38:32.712497344 +0200
+++ /var/tmp/diff_new_pack.zmGyBJ/_new 2021-06-23 17:38:32.716497349 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-network-bsd
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
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/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-network-devel
@@ -33,7 +33,7 @@
%description
This package provides Haskell bindings to the the [POSIX network database
-(<netdb.h>)
+(netdb.h)
API](http://pubs.opengroup.org/onlinepubs/009696699/basedefs/netdb.h.html).
=== Relationship to the 'network' package
@@ -47,7 +47,7 @@
If in addition to the 'network''s modules also "Network.BSD" is necessary, add
'network-bsd' to your dependencies like so:
-> library > build-depends: network >= 2.7 && < 3.1 > , network-bsd >= 2.7 && <
+> library > build-depends: network >= 2.7 && < 3.2 > , network-bsd >= 2.7 && <
2.9
I.e. you can control the version of the 'network' package independently.
++++++ network-bsd.cabal ++++++
--- /var/tmp/diff_new_pack.zmGyBJ/_old 2021-06-23 17:38:32.760497410 +0200
+++ /var/tmp/diff_new_pack.zmGyBJ/_new 2021-06-23 17:38:32.760497410 +0200
@@ -1,14 +1,14 @@
cabal-version: 1.12
name: network-bsd
version: 2.8.1.0
-x-revision: 3
+x-revision: 4
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Herbert Valerio Riedel
synopsis: POSIX network database (<netdb.h>) API
description:
This package provides Haskell bindings to the
- the [POSIX network database (<netdb.h>)
API](http://pubs.opengroup.org/onlinepubs/009696699/basedefs/netdb.h.html).
+ the [POSIX network database (netdb.h)
API](http://pubs.opengroup.org/onlinepubs/009696699/basedefs/netdb.h.html).
.
=== Relationship to the @network@ package
.
@@ -22,7 +22,7 @@
necessary, add @network-bsd@ to your dependencies like so:
.
> library
- > build-depends: network >= 2.7 && < 3.1
+ > build-depends: network >= 2.7 && < 3.2
> , network-bsd >= 2.7 && < 2.9
.
I.e. you can control the version of the @network@ package
@@ -77,7 +77,7 @@
-- changes that aren't reflected in `network-bsd`'s
-- API version.
, network (>= 3.0.0.0 && < 3.0.2)
- || (>= 3.1.0.0 && < 3.1.2)
+ || (>= 3.1.0.0 && < 3.2)
build-tools: hsc2hs >= 0.67 && < 0.69
ghc-options: -Wall