Accepting request 1222959 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1222959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-network-control?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-11-12 18:20:14 +00:00 committed by Git OBS Bridge
commit 4f950a84e7
4 changed files with 43 additions and 5 deletions

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Jul 18 22:56:21 UTC 2024 - Peter Simons <psimons@suse.com>
- Update network-control to version 0.1.3.
## 0.1.3
* Simplify `maybeOpenRxWindow` and improve docs
[#7](https://github.com/kazu-yamamoto/network-control/pull/7)
## 0.1.2
* introducing a minimum size for window update
[#5](https://github.com/kazu-yamamoto/network-control/pull/5)
## 0.1.1
* Change defaultMaxData
[#4](https://github.com/kazu-yamamoto/network-control/pull/4)
## 0.1.0
* Breaking change: Renaming rxfWindow to rxfBufSize.
* Updating the document about flow control.
-------------------------------------------------------------------
Thu Nov 23 02:00:41 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-network-control
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,8 +18,9 @@
%global pkg_name network-control
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.0.2
Version: 0.1.3
Release: 0
Summary: Library to control network protocols
License: BSD-3-Clause
@ -34,6 +35,16 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-unix-time-devel
BuildRequires: ghc-unix-time-prof
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-QuickCheck-prof
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-hspec-prof
BuildRequires: ghc-pretty-simple-devel
BuildRequires: ghc-pretty-simple-prof
BuildRequires: ghc-text-devel
BuildRequires: ghc-text-prof
%endif
%description
Common parts to control network protocols.
@ -74,6 +85,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%install
%ghc_lib_install
%check
%cabal_test
%post devel
%ghc_pkg_recache

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:134e9c6f309641bfbb508d8c3957bca76a2715e71138f4c058dba675b06326d4
size 3410

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb7b799705f252e35b1387442bef38177db4ebd059737a5f659767e72e7f7a32
size 6802