osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-socks revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=32
This commit is contained in:
Peter Simons 2019-04-26 21:25:46 +00:00 committed by Git OBS Bridge
parent 1d9ca8d5b4
commit b334e0dcb0
5 changed files with 12 additions and 42 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 23 02:01:53 UTC 2019 - psimons@suse.com
- Update socks to version 0.6.0.
Upstream does not provide a change log file.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 20 11:32:01 UTC 2018 - Peter Simons <psimons@suse.com> Sat Oct 20 11:32:01 UTC 2018 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-socks # spec file for package ghc-socks
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,15 +18,15 @@
%global pkg_name socks %global pkg_name socks
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.5.6 Version: 0.6.0
Release: 0 Release: 0
Summary: Socks proxy (ver 5) Summary: Socks proxy (ver 5)
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Libraries/Haskell Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz 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-Cabal-devel
BuildRequires: ghc-basement-devel
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-cereal-devel BuildRequires: ghc-cereal-devel
BuildRequires: ghc-network-devel BuildRequires: ghc-network-devel
@ -48,7 +48,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build %build
%ghc_lib_build %ghc_lib_build

View File

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

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

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

View File

@ -1,35 +0,0 @@
Name: socks
Version: 0.5.6
x-revision: 1
Synopsis: Socks proxy (ver 5)
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>
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 && < 5
, bytestring
, cereal >= 0.3.1
, network >= 2.4 && < 2.9
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