From cc990b8d7f252a8abcb267cc0b642ed9a7b051e09f8aa49c20a7b3ff9db3464e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 28 Dec 2017 11:53:54 +0000 Subject: [PATCH 1/7] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-socks revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=18 --- ghc-socks.changes | 6 ++++++ ghc-socks.spec | 6 ++---- socks-0.5.5.tar.gz | 3 --- socks-0.5.6.tar.gz | 3 +++ socks.cabal | 35 ----------------------------------- 5 files changed, 11 insertions(+), 42 deletions(-) delete mode 100644 socks-0.5.5.tar.gz create mode 100644 socks-0.5.6.tar.gz delete mode 100644 socks.cabal diff --git a/ghc-socks.changes b/ghc-socks.changes index 61a0809..53bf958 100644 --- a/ghc-socks.changes +++ b/ghc-socks.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 27 16:58:34 UTC 2017 - psimons@suse.com + +- Update to version 0.5.6. + A more detailed change log is not available. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-socks.spec b/ghc-socks.spec index e170704..e18a1e6 100644 --- a/ghc-socks.spec +++ b/ghc-socks.spec @@ -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 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 From 59788239d4f57d1a9d64ecc125940b3fb696bca9739222c55c8d1a98badf5372 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 15:04:35 +0000 Subject: [PATCH 2/7] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-socks revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=19 --- ghc-socks.changes | 33 ++------------------------------- ghc-socks.spec | 2 +- 2 files changed, 3 insertions(+), 32 deletions(-) diff --git a/ghc-socks.changes b/ghc-socks.changes index 53bf958..288266c 100644 --- a/ghc-socks.changes +++ b/ghc-socks.changes @@ -1,35 +1,6 @@ ------------------------------------------------------------------- -Wed Dec 27 16:58:34 UTC 2017 - psimons@suse.com +Wed Mar 14 16:57:00 UTC 2018 - psimons@suse.com -- Update to version 0.5.6. +- Update socks to version 0.5.6. A more detailed change log is not available. -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Sun Jul 10 17:28:41 UTC 2016 - psimons@suse.com - -- Update to version 0.5.5 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Sat May 7 06:33:56 UTC 2016 - mimi.vx@gmail.com - -- update to 0.5.5 -- remove uselees _service - -------------------------------------------------------------------- -Sat Feb 14 16:19:39 UTC 2015 - mimi.vx@gmail.com - -- bump to 0.5.4 -* Lock down import list to prevent issues -* add -fwarn-tab -* Fix de-serialization of IPv4 and IPv6 address - -------------------------------------------------------------------- -Sun Oct 6 19:58:12 UTC 2013 - sbahling@suse.com - -- Initial package - version 0.5.2 - diff --git a/ghc-socks.spec b/ghc-socks.spec index e18a1e6..a4cddcc 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 From ba140435b74a2c1517a1a9b69063b7e2061ea71c970eeb3b3ea5f52020f65a9d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Apr 2018 14:03:38 +0000 Subject: [PATCH 3/7] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-socks revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=20 --- ghc-socks.changes | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/ghc-socks.changes b/ghc-socks.changes index 288266c..27bcd5e 100644 --- a/ghc-socks.changes +++ b/ghc-socks.changes @@ -1,6 +1,35 @@ ------------------------------------------------------------------- -Wed Mar 14 16:57:00 UTC 2018 - psimons@suse.com +Thu Apr 12 08:31:44 UTC 2018 - psimons@suse.com - Update socks to version 0.5.6. A more detailed change log is not available. +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Sun Jul 10 17:28:41 UTC 2016 - psimons@suse.com + +- Update to version 0.5.5 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Sat May 7 06:33:56 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.5 +- remove uselees _service + +------------------------------------------------------------------- +Sat Feb 14 16:19:39 UTC 2015 - mimi.vx@gmail.com + +- bump to 0.5.4 +* Lock down import list to prevent issues +* add -fwarn-tab +* Fix de-serialization of IPv4 and IPv6 address + +------------------------------------------------------------------- +Sun Oct 6 19:58:12 UTC 2013 - sbahling@suse.com + +- Initial package - version 0.5.2 + From 54f0d586d50635c28cdb393564a25e1c3a46a9312eea5f980324052405e8f27b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Apr 2018 07:46:57 +0000 Subject: [PATCH 4/7] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-socks revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=21 --- ghc-socks.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-socks.spec b/ghc-socks.spec index a4cddcc..2a81680 100644 --- a/ghc-socks.spec +++ b/ghc-socks.spec @@ -61,7 +61,7 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc Example.hs README.md From 3d16922d6ece65641cd5336614b11fe18899e5ad074805dc3f46a20259a2a455 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 13:18:19 +0000 Subject: [PATCH 5/7] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-socks revision:1, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=22 --- ghc-socks.changes | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 ghc-socks.changes diff --git a/ghc-socks.changes b/ghc-socks.changes deleted file mode 100644 index 27bcd5e..0000000 --- a/ghc-socks.changes +++ /dev/null @@ -1,35 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 12 08:31:44 UTC 2018 - psimons@suse.com - -- Update socks to version 0.5.6. - A more detailed change log is not available. - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Sun Jul 10 17:28:41 UTC 2016 - psimons@suse.com - -- Update to version 0.5.5 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Sat May 7 06:33:56 UTC 2016 - mimi.vx@gmail.com - -- update to 0.5.5 -- remove uselees _service - -------------------------------------------------------------------- -Sat Feb 14 16:19:39 UTC 2015 - mimi.vx@gmail.com - -- bump to 0.5.4 -* Lock down import list to prevent issues -* add -fwarn-tab -* Fix de-serialization of IPv4 and IPv6 address - -------------------------------------------------------------------- -Sun Oct 6 19:58:12 UTC 2013 - sbahling@suse.com - -- Initial package - version 0.5.2 - From 4d98ec75fec042735061e87eabbc2f686a79f61629d2a9edac03d8e8fceba534 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 15:21:04 +0000 Subject: [PATCH 6/7] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-socks revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=23 --- ghc-socks.changes | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ghc-socks.changes diff --git a/ghc-socks.changes b/ghc-socks.changes new file mode 100644 index 0000000..61a0809 --- /dev/null +++ b/ghc-socks.changes @@ -0,0 +1,29 @@ +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Sun Jul 10 17:28:41 UTC 2016 - psimons@suse.com + +- Update to version 0.5.5 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Sat May 7 06:33:56 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.5 +- remove uselees _service + +------------------------------------------------------------------- +Sat Feb 14 16:19:39 UTC 2015 - mimi.vx@gmail.com + +- bump to 0.5.4 +* Lock down import list to prevent issues +* add -fwarn-tab +* Fix de-serialization of IPv4 and IPv6 address + +------------------------------------------------------------------- +Sun Oct 6 19:58:12 UTC 2013 - sbahling@suse.com + +- Initial package - version 0.5.2 + From 4dd246b1f5f5600eeef85742b4108cf70060181551391b43a7033f30db2ebc08 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:40 +0000 Subject: [PATCH 7/7] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-socks revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=24 --- ghc-socks.changes | 6 ++++++ 1 file changed, 6 insertions(+) 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