From 70fbbb8071c657a835e8fd3fd1e8031ea74dfca15fb6677de3500e5f125156b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:42:02 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-split revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-split?expand=0&rev=51 --- ghc-split.changes | 112 +--------------------------------------------- 1 file changed, 2 insertions(+), 110 deletions(-) diff --git a/ghc-split.changes b/ghc-split.changes index f20db62..194dee1 100644 --- a/ghc-split.changes +++ b/ghc-split.changes @@ -1,113 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:14:48 UTC 2019 - Peter Simons +Wed Aug 28 17:31:14 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. +- Add split at version 0.2.3.3. -------------------------------------------------------------------- -Sat Oct 20 11:32:01 UTC 2018 - Peter Simons - -- Use https URL to refer to bugs.opensuse.org. - -------------------------------------------------------------------- -Tue Aug 7 07:10:52 UTC 2018 - psimons@suse.com - -- Update Cabal build information to GHC 8.6.x. - -------------------------------------------------------------------- -Wed Jul 18 14:26:41 UTC 2018 - psimons@suse.com - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Mon May 14 17:02:11 UTC 2018 - psimons@suse.com - -- Update split to version 0.2.3.3. - * Update for GHC-8.4, test with GHC 7.0-8.4 - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Thu May 18 09:52:28 UTC 2017 - psimons@suse.com - -- Update to version 0.2.3.2 with cabal2obs. - -------------------------------------------------------------------- -Sat Apr 29 18:32:33 UTC 2017 - psimons@suse.com - -- Update to version 0.2.3.1 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:13:12 UTC 2016 - psimons@suse.com - -- Update to version 0.2.3.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Wed May 4 07:29:07 UTC 2016 - mimi.vx@gmail.com - -- update to 0.2.3.1 -* Fix a test case which was causing occasional spurious test suite - failures due to too many discarded tests. - -------------------------------------------------------------------- -Fri Jan 15 10:15:10 UTC 2016 - mimi.vx@gmail.com - -- update to 0.2.3 -* New function 'divvy' (with associated tests) from Tim Washington. -* allow base 4.9 -- drop patch split-base.patch - -------------------------------------------------------------------- -Tue May 12 18:50:26 UTC 2015 - mimi.vx@gmail.com - -- regenerated spec file -- add split-base.patch change dep constrains in cabal file - -------------------------------------------------------------------- -Tue Sep 2 10:15:15 UTC 2014 - peter.trommler@ohm-hochschule.de - -- regenerated spec file - -------------------------------------------------------------------- -Sat Aug 23 00:21:24 UTC 2014 - peter.trommler@ohm-hochschule.de - -- enable PowerPC builds - -------------------------------------------------------------------- -Mon May 6 09:44:27 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 0.2.2 from upstream -* make splitting lazier (patch from Daniel Wagner) -* allow base library version 4.7 -* new dropInnerBlanks combinator -- update is part of Haskell Platform 2013.2 -- more transparent packaging (fewer macros) - -------------------------------------------------------------------- -Sun Dec 30 18:37:15 UTC 2012 - peter.trommler@ohm-hochschule.de - -- expand macro in name tag to help source validator - -------------------------------------------------------------------- -Sat Nov 17 14:44:00 UTC 2012 - peter.trommler@ohm-hochschule.de - -- make service localonly for Factory submission - -------------------------------------------------------------------- -Tue Oct 2 10:16:03 UTC 2012 - peter.trommler@ohm-hochschule.de - -- update to 0.2.1.1 from upstream -- required by Haskell Platform 2012.4.0.0 - -------------------------------------------------------------------- -Thu May 17 17:47:08 UTC 2012 - peter.trommler@ohm-hochschule.de - -- spec file template generated by cabal2spec-0.25.5 - -------------------------------------------------------------------- -Wed Jan 18 20:38:15 UTC 2012 - herbert@graeber-clan.de - -- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From e556e3acea627de36f611d6c11ca1fb378390937d9a504857f87fcc7620b6815 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:03:40 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-split revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-split?expand=0&rev=52 --- ghc-split.changes | 112 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/ghc-split.changes b/ghc-split.changes index 194dee1..f20db62 100644 --- a/ghc-split.changes +++ b/ghc-split.changes @@ -1,5 +1,113 @@ ------------------------------------------------------------------- -Wed Aug 28 17:31:14 UTC 2019 - psimons@suse.com +Fri Nov 8 16:14:48 UTC 2019 - Peter Simons -- Add split at version 0.2.3.3. +- Drop obsolete group attributes. +------------------------------------------------------------------- +Sat Oct 20 11:32:01 UTC 2018 - Peter Simons + +- Use https URL to refer to bugs.opensuse.org. + +------------------------------------------------------------------- +Tue Aug 7 07:10:52 UTC 2018 - psimons@suse.com + +- Update Cabal build information to GHC 8.6.x. + +------------------------------------------------------------------- +Wed Jul 18 14:26:41 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update split to version 0.2.3.3. + * Update for GHC-8.4, test with GHC 7.0-8.4 + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Thu May 18 09:52:28 UTC 2017 - psimons@suse.com + +- Update to version 0.2.3.2 with cabal2obs. + +------------------------------------------------------------------- +Sat Apr 29 18:32:33 UTC 2017 - psimons@suse.com + +- Update to version 0.2.3.1 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:13:12 UTC 2016 - psimons@suse.com + +- Update to version 0.2.3.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Wed May 4 07:29:07 UTC 2016 - mimi.vx@gmail.com + +- update to 0.2.3.1 +* Fix a test case which was causing occasional spurious test suite + failures due to too many discarded tests. + +------------------------------------------------------------------- +Fri Jan 15 10:15:10 UTC 2016 - mimi.vx@gmail.com + +- update to 0.2.3 +* New function 'divvy' (with associated tests) from Tim Washington. +* allow base 4.9 +- drop patch split-base.patch + +------------------------------------------------------------------- +Tue May 12 18:50:26 UTC 2015 - mimi.vx@gmail.com + +- regenerated spec file +- add split-base.patch change dep constrains in cabal file + +------------------------------------------------------------------- +Tue Sep 2 10:15:15 UTC 2014 - peter.trommler@ohm-hochschule.de + +- regenerated spec file + +------------------------------------------------------------------- +Sat Aug 23 00:21:24 UTC 2014 - peter.trommler@ohm-hochschule.de + +- enable PowerPC builds + +------------------------------------------------------------------- +Mon May 6 09:44:27 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 0.2.2 from upstream +* make splitting lazier (patch from Daniel Wagner) +* allow base library version 4.7 +* new dropInnerBlanks combinator +- update is part of Haskell Platform 2013.2 +- more transparent packaging (fewer macros) + +------------------------------------------------------------------- +Sun Dec 30 18:37:15 UTC 2012 - peter.trommler@ohm-hochschule.de + +- expand macro in name tag to help source validator + +------------------------------------------------------------------- +Sat Nov 17 14:44:00 UTC 2012 - peter.trommler@ohm-hochschule.de + +- make service localonly for Factory submission + +------------------------------------------------------------------- +Tue Oct 2 10:16:03 UTC 2012 - peter.trommler@ohm-hochschule.de + +- update to 0.2.1.1 from upstream +- required by Haskell Platform 2012.4.0.0 + +------------------------------------------------------------------- +Thu May 17 17:47:08 UTC 2012 - peter.trommler@ohm-hochschule.de + +- spec file template generated by cabal2spec-0.25.5 + +------------------------------------------------------------------- +Wed Jan 18 20:38:15 UTC 2012 - herbert@graeber-clan.de + +- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From 859fa945735740d52ad1040c9cdcd361d2057ab8783df8483088c214b667537a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Feb 2020 18:23:57 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-split revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-split?expand=0&rev=53 --- ghc-split.changes | 16 ++++++++++++ ghc-split.spec | 6 ++--- split-0.2.3.3.tar.gz | 3 --- split-0.2.3.4.tar.gz | 3 +++ split.cabal | 58 -------------------------------------------- 5 files changed, 21 insertions(+), 65 deletions(-) delete mode 100644 split-0.2.3.3.tar.gz create mode 100644 split-0.2.3.4.tar.gz delete mode 100644 split.cabal diff --git a/ghc-split.changes b/ghc-split.changes index f20db62..4118703 100644 --- a/ghc-split.changes +++ b/ghc-split.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 27 14:17:00 UTC 2020 - psimons@suse.com + +- Update split to version 0.2.3.4. + * 0.2.3.4 (22 February 2020) + + - Allow base-4.14 for GHC-8.10 + + * 0.2.3.3-r2 (19 August 2019) + + - Allow base-4.13 for GHC-8.8 + + * 0.2.3.3-r1 (2 August 2018) + + - Allow base-4.12 for GHC-8.6 + ------------------------------------------------------------------- Fri Nov 8 16:14:48 UTC 2019 - Peter Simons diff --git a/ghc-split.spec b/ghc-split.spec index 60d37d3..d72b5ae 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-split # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,13 +19,12 @@ %global pkg_name split %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.3.3 +Version: 0.2.3.4 Release: 0 Summary: Combinator library for splitting lists License: BSD-3-Clause 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/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %if %{with tests} @@ -62,7 +61,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/split-0.2.3.3.tar.gz b/split-0.2.3.3.tar.gz deleted file mode 100644 index 13bb39f..0000000 --- a/split-0.2.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 -size 15681 diff --git a/split-0.2.3.4.tar.gz b/split-0.2.3.4.tar.gz new file mode 100644 index 0000000..e16fb7b --- /dev/null +++ b/split-0.2.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271fe5104c9f40034aa9a1aad6269bcecc9454bc5a57c247e69e17de996c1f2a +size 15942 diff --git a/split.cabal b/split.cabal deleted file mode 100644 index b8076b5..0000000 --- a/split.cabal +++ /dev/null @@ -1,58 +0,0 @@ -Name: split -Version: 0.2.3.3 -x-revision: 2 -Stability: stable - -Description: A collection of various methods for splitting - lists into parts, akin to the \"split\" function - found in several mainstream languages. Here is - its tale: - . - Once upon a time the standard "Data.List" module - held no function for splitting a list into parts - according to a delimiter. Many a brave - lambda-knight strove to add such a function, but - their striving was in vain, for Lo, the Supreme - Council fell to bickering amongst themselves what - was to be the essential nature of the One True - Function which could cleave a list in twain (or - thrain, or any required number of parts). - . - And thus came to pass the split package, - comprising divers functions for splitting a list - asunder, each according to its nature. And the - Supreme Council had no longer any grounds for - argument, for the favored method of each was - contained therein. - . - To get started, see the "Data.List.Split" module. -Synopsis: Combinator library for splitting lists. -License: BSD3 -License-file: LICENSE -Copyright: (c) Brent Yorgey, Louis Wasserman 2008-2012 -Extra-source-files: README, test/Properties.hs, CHANGES -Author: Brent Yorgey -Maintainer: byorgey@gmail.com -Category: List -Build-type: Simple -Cabal-Version: >= 1.10 -Tested-with: GHC ==7.0.4, GHC ==7.2.2, GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC ==8.2.2, GHC==8.4.1 -Bug-reports: https://github.com/byorgey/split/issues - -Test-suite split-tests - type: exitcode-stdio-1.0 - main-is: Properties.hs - build-depends: base, QuickCheck >= 2.4, split - default-language: Haskell2010 - Hs-source-dirs: test - -Source-repository head - type: git - location: http://github.com/byorgey/split.git - -Library - ghc-options: -Wall - build-depends: base < 4.14 - exposed-modules: Data.List.Split, Data.List.Split.Internals - default-language: Haskell2010 - Hs-source-dirs: src