diff --git a/ghc-socks.changes b/ghc-socks.changes index 49cca65..efdb7cd 100644 --- a/ghc-socks.changes +++ b/ghc-socks.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 1 02:01:54 UTC 2019 - psimons@suse.com + +- Update socks to version 0.6.1. + Upstream does not provide a change log file. + ------------------------------------------------------------------- Tue Apr 23 02:01:53 UTC 2019 - psimons@suse.com diff --git a/ghc-socks.spec b/ghc-socks.spec index 89abd4e..df5e738 100644 --- a/ghc-socks.spec +++ b/ghc-socks.spec @@ -18,14 +18,13 @@ %global pkg_name socks Name: ghc-%{pkg_name} -Version: 0.6.0 +Version: 0.6.1 Release: 0 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-basement-devel BuildRequires: ghc-bytestring-devel @@ -49,7 +48,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 diff --git a/socks-0.6.0.tar.gz b/socks-0.6.0.tar.gz deleted file mode 100644 index 8cf6ce9..0000000 --- a/socks-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9762fa87aeda7cf98290cb66af91c4ed5bf258b3548b189e9188d0c29f707381 -size 9725 diff --git a/socks-0.6.1.tar.gz b/socks-0.6.1.tar.gz new file mode 100644 index 0000000..752d789 --- /dev/null +++ b/socks-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734447558bb061ce768f53a0df1f2401902c6bee396cc96ce627edd986ef6a73 +size 9759 diff --git a/socks.cabal b/socks.cabal deleted file mode 100644 index eb77d67..0000000 --- a/socks.cabal +++ /dev/null @@ -1,36 +0,0 @@ -Name: socks -Version: 0.6.0 -x-revision: 1 -Synopsis: Socks proxy (ver 5) -Description: Socks proxy (version 5) implementation. -License: BSD3 -License-file: LICENSE -Copyright: Vincent Hanquez -Author: Vincent Hanquez -Maintainer: Vincent Hanquez -Build-Type: Simple -Category: Network -stability: experimental -Cabal-Version: 1.18 -Homepage: http://github.com/vincenthz/hs-socks -extra-doc-files: README.md, Example.hs - -Library - Build-Depends: base >= 3 && < 4.13 - , bytestring < 0.11 - , cereal >= 0.3.1 - , network >= 2.6 - , basement - 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 - default-language: Haskell2010 - -source-repository head - type: git - location: git://github.com/vincenthz/hs-socks