diff --git a/ghc-network-control.changes b/ghc-network-control.changes index d73b43e..b944103 100644 --- a/ghc-network-control.changes +++ b/ghc-network-control.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jul 18 22:56:21 UTC 2024 - Peter Simons + +- 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 diff --git a/ghc-network-control.spec b/ghc-network-control.spec index f4a4f53..1709c23 100644 --- a/ghc-network-control.spec +++ b/ghc-network-control.spec @@ -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 diff --git a/network-control-0.0.2.tar.gz b/network-control-0.0.2.tar.gz deleted file mode 100644 index c08d020..0000000 --- a/network-control-0.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:134e9c6f309641bfbb508d8c3957bca76a2715e71138f4c058dba675b06326d4 -size 3410 diff --git a/network-control-0.1.3.tar.gz b/network-control-0.1.3.tar.gz new file mode 100644 index 0000000..4dc6802 --- /dev/null +++ b/network-control-0.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7b799705f252e35b1387442bef38177db4ebd059737a5f659767e72e7f7a32 +size 6802