Accepting request 607887 from devel:languages:haskell

Update ghc-socks to the latest version.

OBS-URL: https://build.opensuse.org/request/show/607887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-socks?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:13:53 +00:00 committed by Git OBS Bridge
commit 7b0b6de03b
5 changed files with 13 additions and 44 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2647ea93e21ad1dfd77e942c022c8707e468d25e1ff672a88be82508034fc868
size 10159

3
socks-0.5.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438
size 10239

View File

@ -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 <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: Vincent Hanquez <vincent@snarc.org>
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