commit ghc-distributive for openSUSE:Leap:15.2

2020-05-21 Thread root
Hello community,

here is the log from the commit of package ghc-distributive for 
openSUSE:Leap:15.2 checked in at 2020-05-21 12:59:05

Comparing /work/SRC/openSUSE:Leap:15.2/ghc-distributive (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ghc-distributive.new.2738 (New)


Package is "ghc-distributive"

Thu May 21 12:59:05 2020 rev:12 rq:806237 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ghc-distributive/ghc-distributive.changes  
2020-02-19 18:38:45.821987355 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ghc-distributive.new.2738/ghc-distributive.changes
2020-05-21 12:59:06.622765128 +0200
@@ -1,0 +2,8 @@
+Wed May  6 06:54:11 UTC 2020 - psim...@suse.com
+
+- Update distributive to version 0.6.2.
+  0.6.2 [2020.04.10]
+  --
+  * Make the `Distributive` instance for `Tagged` poly-kinded.
+
+---

Old:

  distributive-0.6.1.tar.gz

New:

  distributive-0.6.2.tar.gz



Other differences:
--
++ ghc-distributive.spec ++
--- /var/tmp/diff_new_pack.8B0MJ8/_old  2020-05-21 12:59:06.946765833 +0200
+++ /var/tmp/diff_new_pack.8B0MJ8/_new  2020-05-21 12:59:06.950765842 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-distributive
 #
-# 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,7 +19,7 @@
 %global pkg_name distributive
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.6.1
+Version:0.6.2
 Release:0
 Summary:Distributive functors -- Dual to Traversable
 License:BSD-2-Clause

++ distributive-0.6.1.tar.gz -> distributive-0.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distributive-0.6.1/CHANGELOG.markdown 
new/distributive-0.6.2/CHANGELOG.markdown
--- old/distributive-0.6.1/CHANGELOG.markdown   2001-09-09 03:46:40.0 
+0200
+++ new/distributive-0.6.2/CHANGELOG.markdown   2001-09-09 03:46:40.0 
+0200
@@ -1,3 +1,7 @@
+0.6.2 [2020.04.10]
+--
+* Make the `Distributive` instance for `Tagged` poly-kinded.
+
 0.6.1 [2019.09.06]
 --
 * Add a `Distributive` instance for `WrappedMonad m`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distributive-0.6.1/distributive.cabal 
new/distributive-0.6.2/distributive.cabal
--- old/distributive-0.6.1/distributive.cabal   2001-09-09 03:46:40.0 
+0200
+++ new/distributive-0.6.2/distributive.cabal   2001-09-09 03:46:40.0 
+0200
@@ -1,6 +1,6 @@
 name:  distributive
 category:  Data Structures
-version:   0.6.1
+version:   0.6.2
 license:   BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distributive-0.6.1/src/Data/Distributive.hs 
new/distributive-0.6.2/src/Data/Distributive.hs
--- old/distributive-0.6.1/src/Data/Distributive.hs 2001-09-09 
03:46:40.0 +0200
+++ new/distributive-0.6.2/src/Data/Distributive.hs 2001-09-09 
03:46:40.0 +0200
@@ -6,6 +6,10 @@
 {-# LANGUAGE Trustworthy #-}
 #endif
 
+#if __GLASGOW_HASKELL__ >= 706
+{-# LANGUAGE PolyKinds #-}
+#endif
+
 -
 -- |
 -- Module  :  Data.Distributive
@@ -66,7 +70,7 @@
 -- some Coapplicative class. Categorically every 'Distributive'
 -- functor is actually a right adjoint, and so it must be 'Representable'
 -- endofunctor and preserve all limits. This is a fancy way of saying it
--- isomorphic to @(->) x@ for some x.
+-- is isomorphic to @(->) x@ for some x.
 --
 -- To be distributable a container will need to have a way to consistently
 -- zip a potentially infinite number of copies of itself. This effectively




commit ghc-distributive for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package ghc-distributive for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:38:39

Comparing /work/SRC/openSUSE:Leap:15.2/ghc-distributive (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ghc-distributive.new.26092 (New)


Package is "ghc-distributive"

Wed Feb 19 18:38:39 2020 rev:11 rq:771287 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ghc-distributive/ghc-distributive.changes  
2020-01-15 15:01:59.517796543 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ghc-distributive.new.26092/ghc-distributive.changes
   2020-02-19 18:38:45.821987355 +0100
@@ -1,0 +2,13 @@
+Fri Nov  8 16:13:37 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---
+Sat Sep  7 02:01:56 UTC 2019 - psim...@suse.com
+
+- Update distributive to version 0.6.1.
+  0.6.1 [2019.09.06]
+  --
+  * Add a `Distributive` instance for `WrappedMonad m`.
+
+---

Old:

  distributive-0.6.tar.gz

New:

  distributive-0.6.1.tar.gz



Other differences:
--
++ ghc-distributive.spec ++
--- /var/tmp/diff_new_pack.NAcoGq/_old  2020-02-19 18:38:46.089987916 +0100
+++ /var/tmp/diff_new_pack.NAcoGq/_new  2020-02-19 18:38:46.089987916 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-distributive
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,11 +19,10 @@
 %global pkg_name distributive
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.6
+Version:0.6.1
 Release:0
 Summary:Distributive functors -- Dual to Traversable
 License:BSD-2-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
 BuildRequires:  ghc-Cabal-devel
@@ -43,7 +42,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}

++ distributive-0.6.tar.gz -> distributive-0.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distributive-0.6/.hlint.yaml 
new/distributive-0.6.1/.hlint.yaml
--- old/distributive-0.6/.hlint.yaml1970-01-01 01:00:00.0 +0100
+++ new/distributive-0.6.1/.hlint.yaml  2001-09-09 03:46:40.0 +0200
@@ -0,0 +1,3 @@
+- arguments: [--cpp-define=HLINT, --cpp-ansi]
+
+- ignore: {name: Use section}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distributive-0.6/.travis.yml 
new/distributive-0.6.1/.travis.yml
--- old/distributive-0.6/.travis.yml2018-07-03 00:26:04.0 +0200
+++ new/distributive-0.6.1/.travis.yml  2001-09-09 03:46:40.0 +0200
@@ -1,159 +1,178 @@
 # This Travis job script has been generated by a script via
 #
-#   runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' 
'--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' 
'--no-unconstrained' 'cabal.project'
+#   haskell-ci '--output=.travis.yml' '--config=cabal.haskell-ci' 
'cabal.project'
 #
-# For more information, see https://github.com/hvr/multi-ghc-travis
+# For more information, see https://github.com/haskell-CI/haskell-ci
+#
+# version: 0.5.20180830
 #
 language: c
-sudo: false
-
+dist: xenial
 git:
-  submodules: false  # whether to recursively clone submodules
-
+  # whether to recursively clone submodules
+  submodules: false
 notifications:
   irc:
 channels:
-  - "irc.freenode.org#haskell-lens"
+  - irc.freenode.org#haskell-lens
 skip_join: true
 template:
-  - "\x0313distributive\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 
%{build_url} %{message}"
-
+  - "\"\\x0313distributive\\x03/\\x0306%{branch}\\x03 
\\x0314%{commit}\\x03 %{build_url} %{message}\""
 cache:
   directories:
 - $HOME/.cabal/packages
 - $HOME/.cabal/store
-
 before_cache:
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/build-reports.log
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/build-reports.log
   # remove files that are regenerated by 'cabal update'
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/00-index.*
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/*.json
-  - rm -fv