diff --git a/.gitignore b/.gitignore index a025e96..1f59d5c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ network-2.2.1.7.tar.gz /network-2.3.0.11.tar.gz /network-2.4.1.2.tar.gz /network-2.4.2.3.tar.gz +/network-2.6.2.1.tar.gz diff --git a/ghc-network.spec b/ghc-network.spec index 7392039..99fdefd 100644 --- a/ghc-network.spec +++ b/ghc-network.spec @@ -6,8 +6,8 @@ Name: ghc-%{pkg_name} # part of haskell-platform -Version: 2.4.2.3 -Release: 2%{?dist} +Version: 2.6.2.1 +Release: 1%{?dist} Summary: Low-level networking interface License: BSD @@ -18,18 +18,19 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-parsec-devel BuildRequires: ghc-unix-devel %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-test-framework-devel BuildRequires: ghc-test-framework-hunit-devel -BuildRequires: ghc-test-framework-quickcheck2-devel %endif # End cabal-rpm deps %description -Low-level networking interface. +This package provides a low-level networking interface. + +In network-2.6 the 'Network.URI' module was split off into its own package, +network-uri-2.6. %package devel @@ -56,6 +57,8 @@ cp -f /usr/lib/rpm/config.{guess,sub} . %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -72,14 +75,17 @@ cp -f /usr/lib/rpm/config.{guess,sub} . %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files -%doc README examples +%doc README.md examples %changelog +* Thu Sep 17 2015 Jens Petersen - 2.6.2.1-1 +- update to 2.6.2.1 + * Wed Jun 17 2015 Fedora Release Engineering - 2.4.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index cf151af..461963d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54ec8a215843b1e109c2a3960befb8d2 network-2.4.2.3.tar.gz +c58ab6f46a20a755970bec73f7bd4612 network-2.6.2.1.tar.gz