From 6139f77e2a9613f5c575f9976eb663b8e687d94c0f026f600acdb799c5063578 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 14:55:04 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-extra revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-extra?expand=0&rev=40 --- extra-1.6.4.tar.gz | 3 -- extra-1.6.5.tar.gz | 3 ++ ghc-extra.changes | 131 +++------------------------------------------ ghc-extra.spec | 2 +- 4 files changed, 11 insertions(+), 128 deletions(-) delete mode 100644 extra-1.6.4.tar.gz create mode 100644 extra-1.6.5.tar.gz diff --git a/extra-1.6.4.tar.gz b/extra-1.6.4.tar.gz deleted file mode 100644 index d124d09..0000000 --- a/extra-1.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2605fe52ee8e1a7541102303b865735ec1ac1cd29d969013d73e9eaee4240a -size 38241 diff --git a/extra-1.6.5.tar.gz b/extra-1.6.5.tar.gz new file mode 100644 index 0000000..47d2116 --- /dev/null +++ b/extra-1.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12d4a182ed98784dffedc06e44b0148285db51ab790447a0e7ca34ad94ba817 +size 38342 diff --git a/ghc-extra.changes b/ghc-extra.changes index 717e75d..bd7820e 100644 --- a/ghc-extra.changes +++ b/ghc-extra.changes @@ -1,129 +1,12 @@ ------------------------------------------------------------------- -Sat Feb 24 10:31:55 UTC 2018 - psimons@suse.com +Mon Mar 26 09:31:36 UTC 2018 - psimons@suse.com + +- Update extra to version 1.6.5. + A more detailed change log is not available. + +------------------------------------------------------------------- +Wed Mar 14 16:55:43 UTC 2018 - psimons@suse.com - Update extra to version 1.6.4. A more detailed change log is not available. -------------------------------------------------------------------- -Mon Jan 29 11:26:09 UTC 2018 - psimons@suse.com - -- Update extra to version 1.6.3. - A more detailed change log is not available. - -------------------------------------------------------------------- -Thu Dec 21 19:10:25 UTC 2017 - psimons@suse.com - -- Update to version 1.6.2. - 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. - -------------------------------------------------------------------- -Mon Jun 19 21:01:51 UTC 2017 - psimons@suse.com - -- Update to version 1.5.3. - -------------------------------------------------------------------- -Sun Apr 9 18:08:06 UTC 2017 - psimons@suse.com - -- Update to version 1.5.2 with cabal2obs. - -------------------------------------------------------------------- -Sun Feb 12 14:20:44 UTC 2017 - psimons@suse.com - -- Update to version 1.5.1 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:28:13 UTC 2016 - psimons@suse.com - -- Update to version 1.4.10 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Thu Jun 16 10:28:27 UTC 2016 - mimi.vx@gmail.com - -- update to 1.4.10 -* Add Data.Typeable.Extra containing typeRep, Proxy, (:~:) - -------------------------------------------------------------------- -Thu Jun 2 04:50:09 UTC 2016 - mimi.vx@gmail.com - -- update to 1.4.9 -* add line1 - -------------------------------------------------------------------- -Mon May 30 09:49:03 UTC 2016 - mimi.vx@gmail.com - -- update to 1.4.8 -* Add displayException - -------------------------------------------------------------------- -Mon May 23 09:07:41 UTC 2016 - mimi.vx@gmail.com - -- update to 1.4.7 -* add concatForM - -------------------------------------------------------------------- -Thu May 12 13:35:41 UTC 2016 - mimi.vx@gmail.com - -- update to 1.4.6 -* add maybeM and eitherM - -------------------------------------------------------------------- -Sat Apr 30 16:02:30 UTC 2016 - mimi.vx@gmail.com - -- update to 1.4.5 -* change fileEq on files that do not exist to be an error -* add mconcatMap and mconcatMapM -* add fileEq -* add isMac - -------------------------------------------------------------------- -Fri Jan 8 10:43:20 UTC 2016 - mimi.vx@gmail.com - -- update to 1.4.3 -* Add Data.Version.Extra - -------------------------------------------------------------------- -Sun Sep 20 19:14:27 UTC 2015 - mimi.vx@gmail.com - -- update to 1.4.2 - * Make concatMapM/mapMaybeM faster - -------------------------------------------------------------------- -Fri Aug 7 07:01:42 UTC 2015 - mimi.vx@gmail.com - -- update to 1.4.1 - * Make temp file functions workaround GHC bug #10731 - * Add retryBool - * Add stripInfix and stripInfixEnd - * support directory-1.2.3 - * Add whenJustM - * Add errorIO - * Add onceFork - * Make once async exception safe - * Fix a deadlock in once when two people request in parallel - * Fix a missing hClose in captureOutput - -------------------------------------------------------------------- -Sat Apr 25 17:04:43 UTC 2015 - mimi.vx@gmail.com - -- version bump to 1.1 -* add nubOrd, nubOrdOn, nubOrdBy -* add groupSortOn and groupSortBy -* add splitAtEnd - -------------------------------------------------------------------- -Sun Feb 1 16:44:27 UTC 2015 - mimi.vx@gmail.com - -- version bump to 1.0.1 - + Make listFilesAvoid drop trailing path separators before testing - + #3, add a constraint base >= 4.4 - -------------------------------------------------------------------- -Sat Nov 15 20:36:28 UTC 2014 - mimi.vx@gmail.com - -- initial commit of extra package - diff --git a/ghc-extra.spec b/ghc-extra.spec index 9448075..ecd5627 100644 --- a/ghc-extra.spec +++ b/ghc-extra.spec @@ -19,7 +19,7 @@ %global pkg_name extra %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.6.4 +Version: 1.6.5 Release: 0 Summary: Extra functions I use License: BSD-3-Clause