Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-extra for openSUSE:Factory 
checked in at 2021-09-10 23:41:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-extra (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-extra.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-extra"

Fri Sep 10 23:41:07 2021 rev:32 rq:917483 version:1.7.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-extra/ghc-extra.changes      2020-12-22 
11:39:13.369485967 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-extra.new.1899/ghc-extra.changes    
2021-09-10 23:41:21.314562190 +0200
@@ -2 +2 @@
-Sat Dec 19 18:49:11 UTC 2020 - [email protected]
+Tue Sep  7 11:57:05 UTC 2021 - [email protected]
@@ -4,5 +4 @@
-- Update extra to version 1.7.9.
-  1.7.9, released 2020-12-19
-      #72, add pureIf
-      #73, make takeEnd, dropEnd, splitAtEnd: return immediately if i <= 0
-      #71, add compareLength and comparingLength
+- Add extra at version 1.7.9.
@@ -10,296 +5,0 @@
--------------------------------------------------------------------
-Thu Dec 17 12:20:00 UTC 2020 - Ond??ej S??kup <[email protected]>
- 
-- disable %{ix86} build
- 
--------------------------------------------------------------------
-Sat Sep 12 16:17:48 UTC 2020 - [email protected]
-
-- Update extra to version 1.7.8.
-  1.7.8, released 2020-09-12
-      #68, make sure Data.Foldable.Extra is exposed
-
--------------------------------------------------------------------
-Wed Aug 26 02:02:13 UTC 2020 - [email protected]
-
-- Update extra to version 1.7.7.
-  1.7.7, released 2020-08-25
-      #67, defer to System.IO readFile', hGetContents' in GHC 9.0
-
--------------------------------------------------------------------
-Sat Aug 22 02:01:49 UTC 2020 - [email protected]
-
-- Update extra to version 1.7.6.
-  1.7.6, released 2020-08-21
-      #66, add lots of functions to Data.Foldable.Extra (anyM etc)
-
--------------------------------------------------------------------
-Tue Aug 18 10:44:48 UTC 2020 - Peter Simons <[email protected]>
-
-- Replace %setup -q with the more modern %autosetup macro.
-
--------------------------------------------------------------------
-Thu Aug 13 02:00:26 UTC 2020 - [email protected]
-
-- Update extra to version 1.7.5.
-  1.7.5, released 2020-08-12
-      #65, add Data.Foldable.Extra
-      #65, add sum', product', sumOn' and productOn'
-
--------------------------------------------------------------------
-Thu Jul 16 02:00:23 UTC 2020 - [email protected]
-
-- Update extra to version 1.7.4.
-  1.7.4, released 2020-07-15
-      #59, add whileJustM and untilJustM
-      #61, optimise nubOrd (10% or so)
-      Add first3, second3, third3
-
--------------------------------------------------------------------
-Tue Jun  9 09:10:56 UTC 2020 - [email protected]
-
-- Update extra to version 1.7.3.
-  1.7.3, released 2020-05-30
-      #58, add disjointOrd and disjointOrdBy
-  1.7.2, released 2020-05-25
-      #56, add zipWithLongest
-      #57, make duration in MonadIO
-      Simplify and optimise Barrier
-      Mark modules that are empty as DEPRECATED
-      Remove support for GHC 7.10
-
--------------------------------------------------------------------
-Wed May  6 06:54:11 UTC 2020 - [email protected]
-
-- Update extra to version 1.7.1.
-  1.7.1, released 2020-03-10
-      Add NOINLINE to errorIO to work around a GHC 8.4 bug
-  1.7, released 2020-03-05
-  *   #40, delete deprecated function for
-  *   zipFrom now truncates lists, rather than error, just like zip
-  1.6.21, released 2020-03-02
-      #54, deprecate nubOn since its O(n^2). Use nubOrdOn
-      #53, add some nub functions to NonEmpty
-
--------------------------------------------------------------------
-Thu Feb 27 14:18:04 UTC 2020 - [email protected]
-
-- Update extra to version 1.6.20.
-  1.6.20, released 2020-02-16
-      Add firstM, secondM
-  1.6.19, released 2020-02-11
-      #50, add headDef, lastDef, and dropEnd1
-
--------------------------------------------------------------------
-Fri Nov  8 16:13:43 UTC 2019 - Peter Simons <[email protected]>
-
-- Drop obsolete group attributes.
-
--------------------------------------------------------------------
-Thu Aug 22 02:02:21 UTC 2019 - [email protected]
-
-- Update extra to version 1.6.18.
-  1.6.18, released 2019-08-21
-      Make errorIO include a call stack
-      Make maximumOn and minimumOn apply the function once per element
-
--------------------------------------------------------------------
-Sat Jun  1 02:02:09 UTC 2019 - [email protected]
-
-- Update extra to version 1.6.17.
-  1.6.17, released 2019-05-31
-      Add enumerate
-
--------------------------------------------------------------------
-Sun May 26 09:26:57 UTC 2019 - [email protected]
-
-- Update extra to version 1.6.16.
-  1.6.16, released 2019-05-25
-      Add atomicModifyIORef_ and atomicModifyIORef'_
-
--------------------------------------------------------------------
-Tue Apr 23 02:01:56 UTC 2019 - [email protected]
-
-- Update extra to version 1.6.15.
-  1.6.15, released 2019-04-22
-      #45, add NonEmpty.Extra for extra appending functions
-      #42, add fromMaybeM
-      Remove support for GHC 7.4, 7.6 and 7.8
-
--------------------------------------------------------------------
-Tue Dec 11 03:01:57 UTC 2018 - [email protected]
-
-- Update extra to version 1.6.14.
-  1.6.14, released 2018-12-10
-      Add mapLeft and mapRight
-
--------------------------------------------------------------------
-Mon Oct 15 02:01:21 UTC 2018 - [email protected]
-
-- Update extra to version 1.6.13.
-  1.6.13, released 2018-10-14
-      #40, deprecate Data.List.Extra.for (clashes with Traversable)
-
--------------------------------------------------------------------
-Thu Oct  4 09:43:02 UTC 2018 - [email protected]
-
-- Update extra to version 1.6.12.
-  1.6.12, released 2018-09-24
-      #39, add curry3/uncurry3
-  1.6.11, released 2018-09-18
-      #38, make escapeHTML replace ' with &#39;
-  1.6.10, released 2018-09-04
-      #37, make a duration/sleep test more robust (wider bounds)
-
--------------------------------------------------------------------
-Wed Jul 18 14:26:23 UTC 2018 - [email protected]
-
-- Cosmetic: replace tabs with blanks, strip trailing white space,
-  and update copyright headers with spec-cleaner.
-
--------------------------------------------------------------------
-Tue Jul 17 19:31:05 UTC 2018 - [email protected]
-
-- Update extra to version 1.6.9.
-  1.6.9, released 2018-07-12
-      Add loop, the non-monadic version of loopM
-      #36, add whenMaybe and whenMaybeM
-
--------------------------------------------------------------------
-Fri Jul 13 14:31:51 UTC 2018 - [email protected]
-
-- Update extra to version 1.6.8.
-  1.6.8, released 2018-05-24
-      Add notNull
-      Add listDirectories
-  1.6.7, released 2018-05-23
-      #35, add fold1M and fold1M_
-      #34, lots of documentation typos
-
--------------------------------------------------------------------
-Mon May 14 17:02:11 UTC 2018 - [email protected]
-
-- Update extra to version 1.6.6.
-  * Add escapeJSON and unescapeJSON
-  * Add escapeHTML and unescapeHTML
-  * #33, improve error messages on test suite failures
-  * Add dropPrefix and dropSuffix
-  * Add maximumOn and minimumOn
-  * #31, add nubSort, nubSortBy and nubSortOn
-  * Mark the partial functions with Partial
-  * Add Partial constraint
-  * Add newTempFileWithin and newTempDirWithin
-  * Mark the Extra module as deprecated, used for documentation only
-  * #23, delete subtractTime
-  * Require QuickCheck-2.10
-
--------------------------------------------------------------------
++++ 109 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/ghc-extra/ghc-extra.changes
++++ and /work/SRC/openSUSE:Factory/.ghc-extra.new.1899/ghc-extra.changes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-extra.spec ++++++
--- /var/tmp/diff_new_pack.J1a7r9/_old  2021-09-10 23:41:21.706562608 +0200
+++ /var/tmp/diff_new_pack.J1a7r9/_new  2021-09-10 23:41:21.710562612 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-extra
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

Reply via email to