diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 4772032..c406322 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 4 05:55:20 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.11.2 ++ Removed publicsuffixlist dependency, see [Github discussion](https://github.com/litherum/publicsuffixlist/pull/7) + ------------------------------------------------------------------- Wed Apr 22 09:12:19 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-http-client.spec b/ghc-http-client.spec index ac6db39..84e5877 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name http-client %bcond_with tests -Name: ghc-%{pkg_name} -Version: 0.4.11.1 +Name: ghc-http-client +Version: 0.4.11.2 Release: 0 Summary: HTTP client engine, intended as a base layer. +License: MIT Group: System/Libraries -License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,7 +50,6 @@ BuildRequires: ghc-http-types-devel BuildRequires: ghc-mime-types-devel BuildRequires: ghc-network-devel BuildRequires: ghc-network-uri-devel -BuildRequires: ghc-publicsuffixlist-devel BuildRequires: ghc-random-devel BuildRequires: ghc-streaming-commons-devel BuildRequires: ghc-text-devel @@ -84,37 +84,29 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check %if %{with tests} %cabal test %endif - %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - %files devel -f %{name}-devel.files %defattr(-,root,root,-) %doc README.md - %changelog diff --git a/http-client-0.4.11.1.tar.gz b/http-client-0.4.11.1.tar.gz deleted file mode 100644 index 3f4e894..0000000 --- a/http-client-0.4.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:642500bd7e7a26a80dae54ca2d830e42b0e55e39d172cc73e7f68469cd4b5088 -size 43338 diff --git a/http-client-0.4.11.2.tar.gz b/http-client-0.4.11.2.tar.gz new file mode 100644 index 0000000..796f288 --- /dev/null +++ b/http-client-0.4.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6275d2a1012fa159b2a68fe54c1f6ff9967d772a973189503598c4213d80981c +size 74387