diff --git a/ghc-socks.changes b/ghc-socks.changes index 61a0809..d885c57 100644 --- a/ghc-socks.changes +++ b/ghc-socks.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update socks to version 0.5.6. + Upstream does not provide a changelog. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-socks.spec b/ghc-socks.spec index e170704..2a81680 100644 --- a/ghc-socks.spec +++ b/ghc-socks.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-socks # -# 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 @@ -18,14 +18,13 @@ %global pkg_name socks Name: ghc-%{pkg_name} -Version: 0.5.5 +Version: 0.5.6 Release: 0 -Summary: Socks proxy (version 5) implementation +Summary: Socks proxy (ver 5) 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-cereal-devel @@ -48,7 +47,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -63,7 +61,7 @@ cp -p %{SOURCE1} %{pkg_name}.cabal %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc Example.hs README.md diff --git a/socks-0.5.5.tar.gz b/socks-0.5.5.tar.gz deleted file mode 100644 index 2ef2837..0000000 --- a/socks-0.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2647ea93e21ad1dfd77e942c022c8707e468d25e1ff672a88be82508034fc868 -size 10159 diff --git a/socks-0.5.6.tar.gz b/socks-0.5.6.tar.gz new file mode 100644 index 0000000..11117a7 --- /dev/null +++ b/socks-0.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438 +size 10239 diff --git a/socks.cabal b/socks.cabal deleted file mode 100644 index 0c5c55a..0000000 --- a/socks.cabal +++ /dev/null @@ -1,35 +0,0 @@ -Name: socks -Version: 0.5.5 -x-revision: 1 -Description: Socks proxy (version 5) implementation. -License: BSD3 -License-file: LICENSE -Copyright: Vincent Hanquez -Author: Vincent Hanquez -Maintainer: Vincent Hanquez -Synopsis: Socks proxy (version 5) implementation. -Build-Type: Simple -Category: Network -stability: experimental -Cabal-Version: >=1.6 -Homepage: http://github.com/vincenthz/hs-socks -extra-doc-files: README.md, Example.hs - -Library - -- Needs IsString Lazy.ByteString instance - Build-Depends: base >= 3 && < 5 - , bytestring >=0.10 && <0.11 - , cereal >= 0.3.1 - , network >= 2.3 - Exposed-modules: Network.Socks5 - Network.Socks5.Lowlevel - Network.Socks5.Types - Other-modules: Network.Socks5.Wire - Network.Socks5.Conf - Network.Socks5.Command - Network.Socks5.Parse - ghc-options: -Wall -fno-warn-missing-signatures -fwarn-tabs - -source-repository head - type: git - location: git://github.com/vincenthz/hs-socks