From 4f41677d6555584b9bf5e5d3e9ee80feec066576677a09ae1a883b6a8d1788b8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 30 Jan 2018 09:34:40 +0000 Subject: [PATCH 1/9] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-network revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=32 --- ghc-network.changes | 6 ++++++ ghc-network.spec | 4 ++-- network-2.6.3.2.tar.gz | 3 --- network-2.6.3.3.tar.gz | 3 +++ network.cabal | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 network-2.6.3.2.tar.gz create mode 100644 network-2.6.3.3.tar.gz diff --git a/ghc-network.changes b/ghc-network.changes index 4a01e36..49843b7 100644 --- a/ghc-network.changes +++ b/ghc-network.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 29 11:27:07 UTC 2018 - psimons@suse.com + +- Update network to version 2.6.3.3 revision 1. + A more detailed change log is not available. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-network.spec b/ghc-network.spec index a596a3d..6335068 100644 --- a/ghc-network.spec +++ b/ghc-network.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-network # -# 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 @@ -19,7 +19,7 @@ %global pkg_name network %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.6.3.2 +Version: 2.6.3.3 Release: 0 Summary: Low-level networking interface License: BSD-3-Clause diff --git a/network-2.6.3.2.tar.gz b/network-2.6.3.2.tar.gz deleted file mode 100644 index be2197c..0000000 --- a/network-2.6.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:354477074eaf2c0e134f4a7ae17694ffc747d484133463e95fae57ecbe48c0b6 -size 122892 diff --git a/network-2.6.3.3.tar.gz b/network-2.6.3.3.tar.gz new file mode 100644 index 0000000..cc0002a --- /dev/null +++ b/network-2.6.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776668b0a969d0d57ebabf78943cfc21a1aaf7e5e2ae6288322292125c9440f5 +size 123079 diff --git a/network.cabal b/network.cabal index 32ce1da..9c7ae62 100644 --- a/network.cabal +++ b/network.cabal @@ -1,5 +1,5 @@ name: network -version: 2.6.3.2 +version: 2.6.3.3 x-revision: 1 license: BSD3 license-file: LICENSE From 62c2a43b7797e117e47378511d419f23d594fde4ee5423b758872683cddc186f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 8 Mar 2018 02:18:05 +0000 Subject: [PATCH 2/9] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-network revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=33 --- ghc-network.changes | 6 ++ ghc-network.spec | 12 +--- network-2.6.3.3.tar.gz | 3 - network-2.6.3.4.tar.gz | 3 + network.cabal | 125 ----------------------------------------- 5 files changed, 12 insertions(+), 137 deletions(-) delete mode 100644 network-2.6.3.3.tar.gz create mode 100644 network-2.6.3.4.tar.gz delete mode 100644 network.cabal diff --git a/ghc-network.changes b/ghc-network.changes index 49843b7..c62ca63 100644 --- a/ghc-network.changes +++ b/ghc-network.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 5 03:01:38 UTC 2018 - psimons@suse.com + +- Update network to version 2.6.3.4. + A more detailed change log is not available. + ------------------------------------------------------------------- Mon Jan 29 11:27:07 UTC 2018 - psimons@suse.com diff --git a/ghc-network.spec b/ghc-network.spec index 6335068..a0507ac 100644 --- a/ghc-network.spec +++ b/ghc-network.spec @@ -19,20 +19,20 @@ %global pkg_name network %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.6.3.3 +Version: 2.6.3.4 Release: 0 Summary: Low-level networking interface 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-rpm-macros BuildRequires: ghc-unix-devel %if %{with tests} BuildRequires: ghc-HUnit-devel +BuildRequires: ghc-directory-devel BuildRequires: ghc-doctest-devel BuildRequires: ghc-test-framework-devel BuildRequires: ghc-test-framework-hunit-devel @@ -45,12 +45,7 @@ In network-2.6 the 'Network.URI' module was split off into its own package, network-uri-2.6. If you're using the 'Network.URI' module you can automatically get it from the right package by adding this to your .cabal file: -> flag network-uri > description: Get Network.URI from the network-uri package -> default: True > > library > -- ... > if flag(network-uri) > build-depends: -network-uri >= 2.6, network >= 2.6 > else > build-depends: network-uri < 2.6, -network < 2.6 - -That is, get the module from either network < 2.6 or from network-uri >= 2.6. +> library > build-depends: network-uri-flag. %package devel Summary: Haskell %{pkg_name} library development files @@ -65,7 +60,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/network-2.6.3.3.tar.gz b/network-2.6.3.3.tar.gz deleted file mode 100644 index cc0002a..0000000 --- a/network-2.6.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:776668b0a969d0d57ebabf78943cfc21a1aaf7e5e2ae6288322292125c9440f5 -size 123079 diff --git a/network-2.6.3.4.tar.gz b/network-2.6.3.4.tar.gz new file mode 100644 index 0000000..41e12e1 --- /dev/null +++ b/network-2.6.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0d263a06db9b0f0c867dab68c7d0aed2f3e13ee01a6b63e0219ee7d0b95cfb +size 123558 diff --git a/network.cabal b/network.cabal deleted file mode 100644 index 9c7ae62..0000000 --- a/network.cabal +++ /dev/null @@ -1,125 +0,0 @@ -name: network -version: 2.6.3.3 -x-revision: 1 -license: BSD3 -license-file: LICENSE -maintainer: Kazu Yamamoto, Evan Borden -synopsis: Low-level networking interface -description: - This package provides a low-level networking interface. - . - In network-2.6 the @Network.URI@ module was split off into its own - package, network-uri-2.6. If you're using the @Network.URI@ module - you can automatically get it from the right package by adding this - to your .cabal file: - . - > flag network-uri - > description: Get Network.URI from the network-uri package - > default: True - > - > library - > -- ... - > if flag(network-uri) - > build-depends: network-uri >= 2.6, network >= 2.6 - > else - > build-depends: network-uri < 2.6, network < 2.6 - . - That is, get the module from either network < 2.6 or from - network-uri >= 2.6. -category: Network -build-type: Configure -cabal-version: >=1.8 -extra-tmp-files: - config.log config.status autom4te.cache network.buildinfo - include/HsNetworkConfig.h -extra-source-files: - README.md CHANGELOG.md - examples/*.hs tests/*.hs config.guess config.sub install-sh - configure.ac configure network.buildinfo.in - include/HsNetworkConfig.h.in include/HsNet.h - -- C sources only used on some systems - cbits/ancilData.c cbits/asyncAccept.c cbits/initWinSock.c - cbits/winSockErr.c -homepage: https://github.com/haskell/network -bug-reports: https://github.com/haskell/network/issues -tested-with: GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2, GHC == 8.0.1, GHC == 8.0.2 - -library - exposed-modules: - Network - Network.BSD - Network.Socket - Network.Socket.ByteString - Network.Socket.ByteString.Lazy - Network.Socket.Internal - other-modules: - Network.Socket.ByteString.Internal - Network.Socket.Types - - if !os(windows) - other-modules: - Network.Socket.ByteString.IOVec - Network.Socket.ByteString.Lazy.Posix - Network.Socket.ByteString.MsgHdr - if os(windows) - other-modules: - Network.Socket.ByteString.Lazy.Windows - - build-depends: - base >= 4.6 && < 5, - bytestring < 0.11 - - if !os(windows) - build-depends: - unix >= 2 - - extensions: - CPP, DeriveDataTypeable, ForeignFunctionInterface, TypeSynonymInstances - include-dirs: include - includes: HsNet.h - install-includes: HsNet.h HsNetworkConfig.h - c-sources: cbits/HsNet.c - ghc-options: -Wall -fwarn-tabs - -test-suite simple - hs-source-dirs: tests - main-is: Simple.hs - type: exitcode-stdio-1.0 - - build-depends: - base < 5, - bytestring, - HUnit, - network, - test-framework, - test-framework-hunit - -test-suite regression - hs-source-dirs: tests - main-is: Regression.hs - type: exitcode-stdio-1.0 - - build-depends: - base < 5, - bytestring, - HUnit, - network, - test-framework, - test-framework-hunit - -- Some of the bugs only occur in the threaded RTS - ghc-options: -Wall -threaded - -test-suite doctest - hs-source-dirs: tests - main-is: doctests.hs - type: exitcode-stdio-1.0 - - build-depends: - base < 5, - doctest >= 0.10.1 - - ghc-options: -Wall - -source-repository head - type: git - location: git://github.com/haskell/network.git From 8dd87db9a36db29a98fb6c4242d38e3f693253d6b8459bdcf16ff56d4298c4f8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 15:00:55 +0000 Subject: [PATCH 3/9] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-network revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=34 --- ghc-network.changes | 134 +------------------------------------------- 1 file changed, 1 insertion(+), 133 deletions(-) diff --git a/ghc-network.changes b/ghc-network.changes index c62ca63..554d311 100644 --- a/ghc-network.changes +++ b/ghc-network.changes @@ -1,138 +1,6 @@ ------------------------------------------------------------------- -Mon Mar 5 03:01:38 UTC 2018 - psimons@suse.com +Wed Mar 14 16:56:09 UTC 2018 - psimons@suse.com - Update network to version 2.6.3.4. A more detailed change log is not available. -------------------------------------------------------------------- -Mon Jan 29 11:27:07 UTC 2018 - psimons@suse.com - -- Update network to version 2.6.3.3 revision 1. - 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. - -------------------------------------------------------------------- -Thu Jun 8 11:08:22 UTC 2017 - psimons@suse.com - -- Update to version 2.6.3.2 revision 1. - -------------------------------------------------------------------- -Wed Aug 17 18:31:55 UTC 2016 - psimons@suse.com - -- Update to version 2.6.3.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:30:20 UTC 2016 - psimons@suse.com - -- Update to version 2.6.2.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Mon Jul 13 05:45:23 UTC 2015 - mimi.vx@gmail.com - -- update to 2.6.2.1 -* Regenerate configure and HsNetworkConfig.h.in. -* Better detection of CAN sockets. -* Add support for TCP_USER_TIMEOUT. -* Don't conditionally export the SockAddr constructors. -* Add isSupportSockAddr to allow checking for supported - address types at runtime. - -------------------------------------------------------------------- -Sun May 31 20:06:52 UTC 2015 - mimi.vx@gmail.com - -- update to 2.6.2.0 -* no upstream changelog - -------------------------------------------------------------------- -Sun May 10 18:20:22 UTC 2015 - mimi.vx@gmail.com - -- update to 2.6.1.0 -* no upstream changelog - -------------------------------------------------------------------- -Fri Apr 10 15:43:13 UTC 2015 - mimi.vx@gmail.com - -- update to 2.6.0.2 -* split to network and network-uri packages - -------------------------------------------------------------------- -Fri Sep 12 06:31:03 UTC 2014 - peter.trommler@ohm-hochschule.de - -- update to 2.4.2.3 -* no changelog -* Haskell Platform 2014.2.0.0 - -------------------------------------------------------------------- -Tue Sep 2 09:37:14 UTC 2014 - peter.trommler@ohm-hochschule.de - -- regenerate spec file - -------------------------------------------------------------------- -Sat Aug 23 00:15:19 UTC 2014 - peter.trommler@ohm-hochschule.de - -- enable PowerPC builds - -------------------------------------------------------------------- -Mon May 6 17:41:10 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 2.4.1.2 from upstream -* no changelog -* see https://github.com/haskell/network for commit messages -- update needed for Haskell Platform 2013.2 -- more transparent packaging (fewer macros) - -------------------------------------------------------------------- -Mon Jan 7 15:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de - -- expand macro in name tag to help source validator - -------------------------------------------------------------------- -Sat Nov 17 14:30:41 UTC 2012 - peter.trommler@ohm-hochschule.de - -- make service localonly for Factory submission - -------------------------------------------------------------------- -Wed Oct 3 06:47:57 UTC 2012 - peter.trommler@ohm-hochschule.de - -- downgrade to 2.3.1.0 for Haskell Platform 2012.4.0.0 -* cabal-install requires < 2.4 - -------------------------------------------------------------------- -Mon Oct 1 19:46:56 UTC 2012 - peter.trommler@ohm-hochschule.de - -- update to 2.4.0.1 from upstream -- required by Haskell Platform 2012.4.0.0 - -------------------------------------------------------------------- -Sun Jun 3 17:13:04 UTC 2012 - peter.trommler@ohm-hochschule.de - -- update to 2.3.0.13 from upstream -* Add Num constraint to packBits, unpackBits -* Turn off some build warnings -* Network.URI: remove dropHead, use 'drop 1' -- spec file template generated by cabal2spec-0.25.5 - -------------------------------------------------------------------- -Wed Dec 28 20:13:41 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Adjusted version for platform 2011.4 - -------------------------------------------------------------------- -Wed Dec 14 09:09:58 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Fix defattr - -------------------------------------------------------------------- -Wed Dec 14 08:57:49 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Added rpmlintrc and BR ghc libraries - -------------------------------------------------------------------- -Tue Nov 1 14:03:07 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Initial packaging. - From 0ff16d12d6f1d5a2f6760ea9af0317a10dcefe640c4d0a686f20b6f4dc5b98c3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 18:44:37 +0000 Subject: [PATCH 4/9] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-network revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=35 --- ghc-network.changes | 6 ++++++ ghc-network.spec | 6 ++---- network-2.6.3.4.tar.gz | 3 --- network-2.6.3.5.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 network-2.6.3.4.tar.gz create mode 100644 network-2.6.3.5.tar.gz diff --git a/ghc-network.changes b/ghc-network.changes index 554d311..246c308 100644 --- a/ghc-network.changes +++ b/ghc-network.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 2 15:15:31 UTC 2018 - psimons@suse.com + +- Update network to version 2.6.3.5. + A more detailed change log is not available. + ------------------------------------------------------------------- Wed Mar 14 16:56:09 UTC 2018 - psimons@suse.com diff --git a/ghc-network.spec b/ghc-network.spec index a0507ac..51007eb 100644 --- a/ghc-network.spec +++ b/ghc-network.spec @@ -19,7 +19,7 @@ %global pkg_name network %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.6.3.4 +Version: 2.6.3.5 Release: 0 Summary: Low-level networking interface License: BSD-3-Clause @@ -32,10 +32,8 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-unix-devel %if %{with tests} BuildRequires: ghc-HUnit-devel -BuildRequires: ghc-directory-devel BuildRequires: ghc-doctest-devel -BuildRequires: ghc-test-framework-devel -BuildRequires: ghc-test-framework-hunit-devel +BuildRequires: ghc-hspec-devel %endif %description diff --git a/network-2.6.3.4.tar.gz b/network-2.6.3.4.tar.gz deleted file mode 100644 index 41e12e1..0000000 --- a/network-2.6.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc0d263a06db9b0f0c867dab68c7d0aed2f3e13ee01a6b63e0219ee7d0b95cfb -size 123558 diff --git a/network-2.6.3.5.tar.gz b/network-2.6.3.5.tar.gz new file mode 100644 index 0000000..3d7943c --- /dev/null +++ b/network-2.6.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a18f6e4c930a4c4ebb7fea7d1fd7a6046564ee007104d0b845d5f71ccbe0441 +size 120972 From d0c354245ce2462c6b262d2045087a990b53d66f2736c13e7d607bbcd9b8e173 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Apr 2018 13:51:55 +0000 Subject: [PATCH 5/9] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-network revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=36 --- ghc-network.changes | 128 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 124 insertions(+), 4 deletions(-) diff --git a/ghc-network.changes b/ghc-network.changes index 246c308..c52b757 100644 --- a/ghc-network.changes +++ b/ghc-network.changes @@ -1,12 +1,132 @@ ------------------------------------------------------------------- -Mon Apr 2 15:15:31 UTC 2018 - psimons@suse.com +Thu Apr 12 08:32:15 UTC 2018 - psimons@suse.com - Update network to version 2.6.3.5. A more detailed change log is not available. ------------------------------------------------------------------- -Wed Mar 14 16:56:09 UTC 2018 - psimons@suse.com +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com -- Update network to version 2.6.3.4. - A more detailed change log is not available. +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Thu Jun 8 11:08:22 UTC 2017 - psimons@suse.com + +- Update to version 2.6.3.2 revision 1. + +------------------------------------------------------------------- +Wed Aug 17 18:31:55 UTC 2016 - psimons@suse.com + +- Update to version 2.6.3.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:30:20 UTC 2016 - psimons@suse.com + +- Update to version 2.6.2.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Mon Jul 13 05:45:23 UTC 2015 - mimi.vx@gmail.com + +- update to 2.6.2.1 +* Regenerate configure and HsNetworkConfig.h.in. +* Better detection of CAN sockets. +* Add support for TCP_USER_TIMEOUT. +* Don't conditionally export the SockAddr constructors. +* Add isSupportSockAddr to allow checking for supported + address types at runtime. + +------------------------------------------------------------------- +Sun May 31 20:06:52 UTC 2015 - mimi.vx@gmail.com + +- update to 2.6.2.0 +* no upstream changelog + +------------------------------------------------------------------- +Sun May 10 18:20:22 UTC 2015 - mimi.vx@gmail.com + +- update to 2.6.1.0 +* no upstream changelog + +------------------------------------------------------------------- +Fri Apr 10 15:43:13 UTC 2015 - mimi.vx@gmail.com + +- update to 2.6.0.2 +* split to network and network-uri packages + +------------------------------------------------------------------- +Fri Sep 12 06:31:03 UTC 2014 - peter.trommler@ohm-hochschule.de + +- update to 2.4.2.3 +* no changelog +* Haskell Platform 2014.2.0.0 + +------------------------------------------------------------------- +Tue Sep 2 09:37:14 UTC 2014 - peter.trommler@ohm-hochschule.de + +- regenerate spec file + +------------------------------------------------------------------- +Sat Aug 23 00:15:19 UTC 2014 - peter.trommler@ohm-hochschule.de + +- enable PowerPC builds + +------------------------------------------------------------------- +Mon May 6 17:41:10 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 2.4.1.2 from upstream +* no changelog +* see https://github.com/haskell/network for commit messages +- update needed for Haskell Platform 2013.2 +- more transparent packaging (fewer macros) + +------------------------------------------------------------------- +Mon Jan 7 15:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de + +- expand macro in name tag to help source validator + +------------------------------------------------------------------- +Sat Nov 17 14:30:41 UTC 2012 - peter.trommler@ohm-hochschule.de + +- make service localonly for Factory submission + +------------------------------------------------------------------- +Wed Oct 3 06:47:57 UTC 2012 - peter.trommler@ohm-hochschule.de + +- downgrade to 2.3.1.0 for Haskell Platform 2012.4.0.0 +* cabal-install requires < 2.4 + +------------------------------------------------------------------- +Mon Oct 1 19:46:56 UTC 2012 - peter.trommler@ohm-hochschule.de + +- update to 2.4.0.1 from upstream +- required by Haskell Platform 2012.4.0.0 + +------------------------------------------------------------------- +Sun Jun 3 17:13:04 UTC 2012 - peter.trommler@ohm-hochschule.de + +- update to 2.3.0.13 from upstream +* Add Num constraint to packBits, unpackBits +* Turn off some build warnings +* Network.URI: remove dropHead, use 'drop 1' +- spec file template generated by cabal2spec-0.25.5 + +------------------------------------------------------------------- +Wed Dec 28 20:13:41 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Adjusted version for platform 2011.4 + +------------------------------------------------------------------- +Wed Dec 14 09:09:58 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Fix defattr + +------------------------------------------------------------------- +Wed Dec 14 08:57:49 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Added rpmlintrc and BR ghc libraries + +------------------------------------------------------------------- +Tue Nov 1 14:03:07 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Initial packaging. From 058317db09987aa5e09fcd60a50f561c445b1f12be462cd1b020ef2fe4b32a5f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Apr 2018 07:36:47 +0000 Subject: [PATCH 6/9] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-network revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=37 --- ghc-network.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-network.spec b/ghc-network.spec index 51007eb..901c0eb 100644 --- a/ghc-network.spec +++ b/ghc-network.spec @@ -75,7 +75,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 CHANGELOG.md README.md examples From c353bfb0670ec3ace32f614aaf834fe16ebe0f135f2cc0a46a7fef30ddda831f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 13:17:29 +0000 Subject: [PATCH 7/9] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-network revision:1, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=38 --- ghc-network.changes | 132 -------------------------------------------- 1 file changed, 132 deletions(-) delete mode 100644 ghc-network.changes diff --git a/ghc-network.changes b/ghc-network.changes deleted file mode 100644 index c52b757..0000000 --- a/ghc-network.changes +++ /dev/null @@ -1,132 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 12 08:32:15 UTC 2018 - psimons@suse.com - -- Update network to version 2.6.3.5. - 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. - -------------------------------------------------------------------- -Thu Jun 8 11:08:22 UTC 2017 - psimons@suse.com - -- Update to version 2.6.3.2 revision 1. - -------------------------------------------------------------------- -Wed Aug 17 18:31:55 UTC 2016 - psimons@suse.com - -- Update to version 2.6.3.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:30:20 UTC 2016 - psimons@suse.com - -- Update to version 2.6.2.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Mon Jul 13 05:45:23 UTC 2015 - mimi.vx@gmail.com - -- update to 2.6.2.1 -* Regenerate configure and HsNetworkConfig.h.in. -* Better detection of CAN sockets. -* Add support for TCP_USER_TIMEOUT. -* Don't conditionally export the SockAddr constructors. -* Add isSupportSockAddr to allow checking for supported - address types at runtime. - -------------------------------------------------------------------- -Sun May 31 20:06:52 UTC 2015 - mimi.vx@gmail.com - -- update to 2.6.2.0 -* no upstream changelog - -------------------------------------------------------------------- -Sun May 10 18:20:22 UTC 2015 - mimi.vx@gmail.com - -- update to 2.6.1.0 -* no upstream changelog - -------------------------------------------------------------------- -Fri Apr 10 15:43:13 UTC 2015 - mimi.vx@gmail.com - -- update to 2.6.0.2 -* split to network and network-uri packages - -------------------------------------------------------------------- -Fri Sep 12 06:31:03 UTC 2014 - peter.trommler@ohm-hochschule.de - -- update to 2.4.2.3 -* no changelog -* Haskell Platform 2014.2.0.0 - -------------------------------------------------------------------- -Tue Sep 2 09:37:14 UTC 2014 - peter.trommler@ohm-hochschule.de - -- regenerate spec file - -------------------------------------------------------------------- -Sat Aug 23 00:15:19 UTC 2014 - peter.trommler@ohm-hochschule.de - -- enable PowerPC builds - -------------------------------------------------------------------- -Mon May 6 17:41:10 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 2.4.1.2 from upstream -* no changelog -* see https://github.com/haskell/network for commit messages -- update needed for Haskell Platform 2013.2 -- more transparent packaging (fewer macros) - -------------------------------------------------------------------- -Mon Jan 7 15:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de - -- expand macro in name tag to help source validator - -------------------------------------------------------------------- -Sat Nov 17 14:30:41 UTC 2012 - peter.trommler@ohm-hochschule.de - -- make service localonly for Factory submission - -------------------------------------------------------------------- -Wed Oct 3 06:47:57 UTC 2012 - peter.trommler@ohm-hochschule.de - -- downgrade to 2.3.1.0 for Haskell Platform 2012.4.0.0 -* cabal-install requires < 2.4 - -------------------------------------------------------------------- -Mon Oct 1 19:46:56 UTC 2012 - peter.trommler@ohm-hochschule.de - -- update to 2.4.0.1 from upstream -- required by Haskell Platform 2012.4.0.0 - -------------------------------------------------------------------- -Sun Jun 3 17:13:04 UTC 2012 - peter.trommler@ohm-hochschule.de - -- update to 2.3.0.13 from upstream -* Add Num constraint to packBits, unpackBits -* Turn off some build warnings -* Network.URI: remove dropHead, use 'drop 1' -- spec file template generated by cabal2spec-0.25.5 - -------------------------------------------------------------------- -Wed Dec 28 20:13:41 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Adjusted version for platform 2011.4 - -------------------------------------------------------------------- -Wed Dec 14 09:09:58 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Fix defattr - -------------------------------------------------------------------- -Wed Dec 14 08:57:49 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Added rpmlintrc and BR ghc libraries - -------------------------------------------------------------------- -Tue Nov 1 14:03:07 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Initial packaging. - From 4e7af7ff51009d482a67a9947f0f338ff519b617cc70fb6757142c999b88590a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 15:20:48 +0000 Subject: [PATCH 8/9] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-network revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=39 --- ghc-network.changes | 126 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 ghc-network.changes diff --git a/ghc-network.changes b/ghc-network.changes new file mode 100644 index 0000000..4a01e36 --- /dev/null +++ b/ghc-network.changes @@ -0,0 +1,126 @@ +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Thu Jun 8 11:08:22 UTC 2017 - psimons@suse.com + +- Update to version 2.6.3.2 revision 1. + +------------------------------------------------------------------- +Wed Aug 17 18:31:55 UTC 2016 - psimons@suse.com + +- Update to version 2.6.3.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:30:20 UTC 2016 - psimons@suse.com + +- Update to version 2.6.2.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Mon Jul 13 05:45:23 UTC 2015 - mimi.vx@gmail.com + +- update to 2.6.2.1 +* Regenerate configure and HsNetworkConfig.h.in. +* Better detection of CAN sockets. +* Add support for TCP_USER_TIMEOUT. +* Don't conditionally export the SockAddr constructors. +* Add isSupportSockAddr to allow checking for supported + address types at runtime. + +------------------------------------------------------------------- +Sun May 31 20:06:52 UTC 2015 - mimi.vx@gmail.com + +- update to 2.6.2.0 +* no upstream changelog + +------------------------------------------------------------------- +Sun May 10 18:20:22 UTC 2015 - mimi.vx@gmail.com + +- update to 2.6.1.0 +* no upstream changelog + +------------------------------------------------------------------- +Fri Apr 10 15:43:13 UTC 2015 - mimi.vx@gmail.com + +- update to 2.6.0.2 +* split to network and network-uri packages + +------------------------------------------------------------------- +Fri Sep 12 06:31:03 UTC 2014 - peter.trommler@ohm-hochschule.de + +- update to 2.4.2.3 +* no changelog +* Haskell Platform 2014.2.0.0 + +------------------------------------------------------------------- +Tue Sep 2 09:37:14 UTC 2014 - peter.trommler@ohm-hochschule.de + +- regenerate spec file + +------------------------------------------------------------------- +Sat Aug 23 00:15:19 UTC 2014 - peter.trommler@ohm-hochschule.de + +- enable PowerPC builds + +------------------------------------------------------------------- +Mon May 6 17:41:10 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 2.4.1.2 from upstream +* no changelog +* see https://github.com/haskell/network for commit messages +- update needed for Haskell Platform 2013.2 +- more transparent packaging (fewer macros) + +------------------------------------------------------------------- +Mon Jan 7 15:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de + +- expand macro in name tag to help source validator + +------------------------------------------------------------------- +Sat Nov 17 14:30:41 UTC 2012 - peter.trommler@ohm-hochschule.de + +- make service localonly for Factory submission + +------------------------------------------------------------------- +Wed Oct 3 06:47:57 UTC 2012 - peter.trommler@ohm-hochschule.de + +- downgrade to 2.3.1.0 for Haskell Platform 2012.4.0.0 +* cabal-install requires < 2.4 + +------------------------------------------------------------------- +Mon Oct 1 19:46:56 UTC 2012 - peter.trommler@ohm-hochschule.de + +- update to 2.4.0.1 from upstream +- required by Haskell Platform 2012.4.0.0 + +------------------------------------------------------------------- +Sun Jun 3 17:13:04 UTC 2012 - peter.trommler@ohm-hochschule.de + +- update to 2.3.0.13 from upstream +* Add Num constraint to packBits, unpackBits +* Turn off some build warnings +* Network.URI: remove dropHead, use 'drop 1' +- spec file template generated by cabal2spec-0.25.5 + +------------------------------------------------------------------- +Wed Dec 28 20:13:41 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Adjusted version for platform 2011.4 + +------------------------------------------------------------------- +Wed Dec 14 09:09:58 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Fix defattr + +------------------------------------------------------------------- +Wed Dec 14 08:57:49 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Added rpmlintrc and BR ghc libraries + +------------------------------------------------------------------- +Tue Nov 1 14:03:07 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Initial packaging. + From e63a26f02e5a0c8839bc587f2b4a33df8b6473734e17a4254d53352e46f08d0b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:16 +0000 Subject: [PATCH 9/9] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-network revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=40 --- ghc-network.changes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ghc-network.changes b/ghc-network.changes index 4a01e36..5efa9cb 100644 --- a/ghc-network.changes +++ b/ghc-network.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update network to version 2.6.3.5. + * Reverting "Do not closeFd within sendFd" + [#271](https://github.com/haskell/network/pull/271) + * Don't touch IPv6Only when running on OpenBSD + [#227](https://github.com/haskell/network/pull/227) + * Do not closeFd within sendFd + [#271](https://github.com/haskell/network/pull/271) + * Updating examples and docs. + * Adds a function to show the defaultHints without reading their undefined fields + [#291](https://github.com/haskell/network/pull/291) + * Improve exception error messages for getAddrInfo and getNameInfo + [#289](https://github.com/haskell/network/pull/289) + * Deprecating SockAddrCan. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com