Hello community, here is the log from the commit of package ghc-network for openSUSE:Factory checked in at 2018-05-30 12:11:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-network (Old) and /work/SRC/openSUSE:Factory/.ghc-network.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-network" Wed May 30 12:11:05 2018 rev:15 rq:607844 version:2.6.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-network/ghc-network.changes 2017-09-15 22:00:32.627537066 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-network.new/ghc-network.changes 2018-05-30 12:26:32.099868290 +0200 @@ -1,0 +2,17 @@ +Mon May 14 17:02:11 UTC 2018 - [email protected] + +- Update network to version 2.6.3.5. + * Reverting "Do not closeFd within sendFd" + [#271](https://github.com/haskell/network/pull/271) + * Don't touch IPv6Only when running on OpenBSD + [#227](https://github.com/haskell/network/pull/227) + * Do not closeFd within sendFd + [#271](https://github.com/haskell/network/pull/271) + * Updating examples and docs. + * Adds a function to show the defaultHints without reading their undefined fields + [#291](https://github.com/haskell/network/pull/291) + * Improve exception error messages for getAddrInfo and getNameInfo + [#289](https://github.com/haskell/network/pull/289) + * Deprecating SockAddrCan. + +------------------------------------------------------------------- Old: ---- network-2.6.3.2.tar.gz network.cabal New: ---- network-2.6.3.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-network.spec ++++++ --- /var/tmp/diff_new_pack.Br7CZs/_old 2018-05-30 12:26:33.259828855 +0200 +++ /var/tmp/diff_new_pack.Br7CZs/_new 2018-05-30 12:26:33.263828719 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-network # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,13 @@ %global pkg_name network %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.6.3.2 +Version: 2.6.3.5 Release: 0 Summary: Low-level networking interface License: BSD-3-Clause Group: Development/Libraries/Haskell 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/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros @@ -34,8 +33,7 @@ %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-doctest-devel -BuildRequires: ghc-test-framework-devel -BuildRequires: ghc-test-framework-hunit-devel +BuildRequires: ghc-hspec-devel %endif %description @@ -45,12 +43,7 @@ network-uri-2.6. If you're using the 'Network.URI' module you can automatically get it from the right package by adding this to your .cabal file: -> flag network-uri > description: Get Network.URI from the network-uri package -> default: True > > library > -- ... > if flag(network-uri) > build-depends: -network-uri >= 2.6, network >= 2.6 > else > build-depends: network-uri < 2.6, -network < 2.6 - -That is, get the module from either network < 2.6 or from network-uri >= 2.6. +> library > build-depends: network-uri-flag. %package devel Summary: Haskell %{pkg_name} library development files @@ -65,7 +58,6 @@ %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -83,7 +75,7 @@ %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc CHANGELOG.md README.md examples ++++++ network-2.6.3.2.tar.gz -> network-2.6.3.5.tar.gz ++++++ ++++ 1840 lines of diff (skipped)
