commit ghc-kan-extensions for openSUSE:Factory

2020-10-23 Thread root
Hello community,

here is the log from the commit of package ghc-kan-extensions for 
openSUSE:Factory checked in at 2020-10-23 15:14:11

Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.3463 (New)


Package is "ghc-kan-extensions"

Fri Oct 23 15:14:11 2020 rev:6 rq:842752 version:5.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes
2020-08-28 21:34:21.320694731 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.3463/ghc-kan-extensions.changes
  2020-10-23 15:14:11.966129954 +0200
@@ -1,0 +2,8 @@
+Tue Oct  6 08:56:17 UTC 2020 - psim...@suse.com
+
+- Update kan-extensions to version 5.2.1.
+  5.2.1 [2020.10.01]
+  --
+  * Allow building with GHC 9.0.
+
+---

Old:

  kan-extensions-5.2.tar.gz

New:

  kan-extensions-5.2.1.tar.gz



Other differences:
--
++ ghc-kan-extensions.spec ++
--- /var/tmp/diff_new_pack.9R94YR/_old  2020-10-23 15:14:12.562130241 +0200
+++ /var/tmp/diff_new_pack.9R94YR/_new  2020-10-23 15:14:12.562130241 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name kan-extensions
 Name:   ghc-%{pkg_name}
-Version:5.2
+Version:5.2.1
 Release:0
 Summary:Kan extensions, Kan lifts, the Yoneda lemma, and (co)density 
(co)monads
 License:BSD-3-Clause

++ kan-extensions-5.2.tar.gz -> kan-extensions-5.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kan-extensions-5.2/.travis.yml 
new/kan-extensions-5.2.1/.travis.yml
--- old/kan-extensions-5.2/.travis.yml  2018-07-03 13:59:46.0 +0200
+++ new/kan-extensions-5.2.1/.travis.yml2001-09-09 03:46:40.0 
+0200
@@ -1,150 +1,162 @@
 # 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
+# To regenerate the script (for example after adjusting tested-with) run
 #
+#   haskell-ci regenerate
+#
+# For more information, see https://github.com/haskell-CI/haskell-ci
+#
+# version: 0.10
+#
+version: ~> 1.0
 language: c
-sudo: false
-
+os: linux
+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:
   - "\x0313kan-extensions\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 
%{build_url} %{message}"
-
 cache:
   directories:
 - $HOME/.cabal/packages
 - $HOME/.cabal/store
-
+- $HOME/.hlint
 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 $HOME/.cabal/packages/hackage.haskell.org/01-index.cache
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar.idx
-
-  - rm -rfv $HOME/.cabal/packages/head.hackage
-
-matrix:
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/00-index.*
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/*.json
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.cache
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar.idx
+  - rm -rfv $CABALHOME/packages/head.hackage
+jobs:
   include:
-- compiler: "ghc-8.6.1"
-  env: GHCHEAD=true
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], 
sources: [hvr-ghc]}}
-- compiler: "ghc-8.4.3"
-# env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.3], 
sources: [hvr-ghc]}}
-- compiler: "ghc-8.2.2"
-# env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.2.2], 
sources: [hvr-ghc]}}
-- compiler: "ghc-8.0.2"
-# env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.0.2], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.10.3"

commit ghc-kan-extensions for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-kan-extensions for 
openSUSE:Factory checked in at 2020-08-28 21:34:18

Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.3399 (New)


Package is "ghc-kan-extensions"

Fri Aug 28 21:34:18 2020 rev:5 rq:829329 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes
2020-06-19 17:14:18.086321693 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.3399/ghc-kan-extensions.changes
  2020-08-28 21:34:21.320694731 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:45:17 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-kan-extensions.spec ++
--- /var/tmp/diff_new_pack.QyDazp/_old  2020-08-28 21:34:22.104695102 +0200
+++ /var/tmp/diff_new_pack.QyDazp/_new  2020-08-28 21:34:22.108695104 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-kan-extensions
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,7 +56,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build




commit ghc-kan-extensions for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-kan-extensions for 
openSUSE:Factory checked in at 2020-06-19 17:14:16

Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.3606 (New)


Package is "ghc-kan-extensions"

Fri Jun 19 17:14:16 2020 rev:4 rq:815121 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes
2019-12-27 13:54:40.108695993 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.3606/ghc-kan-extensions.changes
  2020-06-19 17:14:18.086321693 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:14:19 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ ghc-kan-extensions.spec ++
--- /var/tmp/diff_new_pack.8Hm4Lc/_old  2020-06-19 17:14:19.478326032 +0200
+++ /var/tmp/diff_new_pack.8Hm4Lc/_new  2020-06-19 17:14:19.482326044 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-kan-extensions
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit ghc-kan-extensions for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-kan-extensions for 
openSUSE:Factory checked in at 2019-12-27 13:54:36

Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.6675 (New)


Package is "ghc-kan-extensions"

Fri Dec 27 13:54:36 2019 rev:3 rq:759436 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes
2018-10-25 08:17:37.928036894 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.6675/ghc-kan-extensions.changes
  2019-12-27 13:54:40.108695993 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:14:07 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-kan-extensions.spec ++
--- /var/tmp/diff_new_pack.CzMBNr/_old  2019-12-27 13:54:40.664696261 +0100
+++ /var/tmp/diff_new_pack.CzMBNr/_new  2019-12-27 13:54:40.664696261 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-kan-extensions
 #
-# 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
@@ -22,7 +22,6 @@
 Release:0
 Summary:Kan extensions, Kan lifts, the Yoneda lemma, and (co)density 
(co)monads
 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
 BuildRequires:  ghc-Cabal-devel
@@ -48,7 +47,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}




commit ghc-kan-extensions for openSUSE:Factory

2018-10-24 Thread root
Hello community,

here is the log from the commit of package ghc-kan-extensions for 
openSUSE:Factory checked in at 2018-10-25 08:17:11

Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new (New)


Package is "ghc-kan-extensions"

Thu Oct 25 08:17:11 2018 rev:2 rq:642873 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes
2018-08-04 21:53:08.225247507 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-kan-extensions.new/ghc-kan-extensions.changes   
2018-10-25 08:17:37.928036894 +0200
@@ -5 +4,0 @@
-



Other differences:
--
++ ghc-kan-extensions.spec ++
--- /var/tmp/diff_new_pack.ukBpBI/_old  2018-10-25 08:17:38.664036572 +0200
+++ /var/tmp/diff_new_pack.ukBpBI/_new  2018-10-25 08:17:38.664036572 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 




commit ghc-kan-extensions for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-kan-extensions for 
openSUSE:Factory checked in at 2017-09-15 21:53:24

Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new (New)


Package is "ghc-kan-extensions"

Fri Sep 15 21:53:24 2017 rev:5 rq:524898 version:5.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes
2017-06-04 01:57:48.517326337 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-kan-extensions.new/ghc-kan-extensions.changes   
2017-09-15 21:53:25.563721796 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-kan-extensions.spec ++
--- /var/tmp/diff_new_pack.gZRC3J/_old  2017-09-15 21:53:26.223628789 +0200
+++ /var/tmp/diff_new_pack.gZRC3J/_new  2017-09-15 21:53:26.227628225 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:Kan extensions, Kan lifts, various forms of the Yoneda lemma, 
and (co)density (co)monads
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+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
 BuildRequires:  ghc-adjunctions-devel
@@ -39,7 +39,6 @@
 BuildRequires:  ghc-semigroupoids-devel
 BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density
@@ -47,7 +46,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -72,11 +71,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG.markdown README.markdown
 
 %changelog




commit ghc-kan-extensions for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package ghc-kan-extensions for 
openSUSE:Factory checked in at 2017-06-04 01:57:46

Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new (New)


Package is "ghc-kan-extensions"

Sun Jun  4 01:57:46 2017 rev:4 rq:499710 version:5.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes
2016-10-24 14:44:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-kan-extensions.new/ghc-kan-extensions.changes   
2017-06-04 01:57:48.517326337 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:19 UTC 2017 - psim...@suse.com
+
+- Update to version 5.0.2 with cabal2obs.
+
+---

Old:

  kan-extensions-5.0.1.tar.gz

New:

  kan-extensions-5.0.2.tar.gz



Other differences:
--
++ ghc-kan-extensions.spec ++
--- /var/tmp/diff_new_pack.j3yttk/_old  2017-06-04 01:57:48.993259099 +0200
+++ /var/tmp/diff_new_pack.j3yttk/_new  2017-06-04 01:57:49.001257969 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-kan-extensions
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 %global pkg_name kan-extensions
 Name:   ghc-%{pkg_name}
-Version:5.0.1
+Version:5.0.2
 Release:0
 Summary:Kan extensions, Kan lifts, various forms of the Yoneda lemma, 
and (co)density (co)monads
 License:BSD-3-Clause
@@ -32,6 +32,7 @@
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-contravariant-devel
 BuildRequires:  ghc-distributive-devel
+BuildRequires:  ghc-fail-devel
 BuildRequires:  ghc-free-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros

++ kan-extensions-5.0.1.tar.gz -> kan-extensions-5.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kan-extensions-5.0.1/.travis.yml 
new/kan-extensions-5.0.2/.travis.yml
--- old/kan-extensions-5.0.1/.travis.yml2016-01-17 03:35:52.0 
+0100
+++ new/kan-extensions-5.0.2/.travis.yml2017-05-09 01:46:51.0 
+0200
@@ -25,12 +25,21 @@
 - env: CABALVER=1.22 GHCVER=7.10.1
   compiler: ": #GHC 7.10.1"
   addons: {apt: {packages: 
[cabal-install-1.22,ghc-7.10.1,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
-- env: CABALVER=1.22 GHCVER=7.10.2
-  compiler: ": #GHC 7.10.2"
-  addons: {apt: {packages: 
[cabal-install-1.22,ghc-7.10.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
-- env: CABALVER=1.24 GHCVER=8.0.1
-  compiler: ": #GHC 8.0.1"
-  addons: {apt: {packages: 
[cabal-install-1.24,ghc-8.0.1,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+- env: CABALVER=1.22 GHCVER=7.10.3
+  compiler: ": #GHC 7.10.3"
+  addons: {apt: {packages: 
[cabal-install-1.22,ghc-7.10.3,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+- env: CABALVER=1.24 GHCVER=8.0.2
+  compiler: ": #GHC 8.0.2"
+  addons: {apt: {packages: 
[cabal-install-1.24,ghc-8.0.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+- env: CABALVER=2.0 GHCVER=8.2.1
+  compiler: ": #GHC 8.2.1"
+  addons: {apt: {packages: 
[cabal-install-2.0,ghc-8.2.1,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+- env: CABALVER=head GHCVER=head
+  compiler: ": #GHC head"
+  addons: {apt: {packages: 
[cabal-install-head,ghc-head,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+
+  allow_failures:
+  - env: CABALVER=head GHCVER=head
 
 before_install:
  - unset CC
@@ -63,7 +72,6 @@
  rm -rf $HOME/.cabsnap;
  mkdir -p $HOME/.ghc $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin;
  cabal install --only-dependencies --enable-tests --enable-benchmarks;
- if [ "$GHCVER" = "7.10.1" ]; then cabal install Cabal-1.22.4.0; fi;
fi
 
 # snapshot package-db on cache miss
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kan-extensions-5.0.1/CHANGELOG.markdown 
new/kan-extensions-5.0.2/CHANGELOG.markdown
--- old/kan-extensions-5.0.1/CHANGELOG.markdown 2016-01-17 03:35:53.0 
+0100
+++ new/kan-extensions-5.0.2/CHANGELOG.markdown 2017-05-09 01:46:51.0 
+0200
@@ -1,3 +1,7 @@
+5.0.2
+-
+* Added `hoistCoyoneda`
+
 5.0.1
 -
 * Removed some redundant constraints
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kan-extensions-5.0.1/kan-extensions.cabal 
new/kan-extensions-5.0.2/kan-extensions.cabal
--- old/kan-extensions-5.0.1/

commit ghc-kan-extensions for openSUSE:Factory

2016-10-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-kan-extensions for 
openSUSE:Factory checked in at 2016-10-24 14:44:20

Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new (New)


Package is "ghc-kan-extensions"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes
2016-07-20 09:21:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-kan-extensions.new/ghc-kan-extensions.changes   
2016-10-24 14:44:20.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:49:57 UTC 2016 - psim...@suse.com
+
+- Update to version 5.0.1 revision 0 with cabal2obs.
+
+---

Old:

  kan-extensions-4.2.3.tar.gz

New:

  kan-extensions-5.0.1.tar.gz



Other differences:
--
++ ghc-kan-extensions.spec ++
--- /var/tmp/diff_new_pack.oSmDGC/_old  2016-10-24 14:44:21.0 +0200
+++ /var/tmp/diff_new_pack.oSmDGC/_new  2016-10-24 14:44:21.0 +0200
@@ -18,15 +18,14 @@
 
 %global pkg_name kan-extensions
 Name:   ghc-%{pkg_name}
-Version:4.2.3
+Version:5.0.1
 Release:0
 Summary:Kan extensions, Kan lifts, various forms of the Yoneda lemma, 
and (co)density (co)monads
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-adjunctions-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-comonad-devel
@@ -40,7 +39,6 @@
 BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density
@@ -60,15 +58,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ kan-extensions-4.2.3.tar.gz -> kan-extensions-5.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kan-extensions-4.2.3/.travis.yml 
new/kan-extensions-5.0.1/.travis.yml
--- old/kan-extensions-4.2.3/.travis.yml2015-09-14 01:13:30.0 
+0200
+++ new/kan-extensions-5.0.1/.travis.yml2016-01-17 03:35:52.0 
+0100
@@ -13,12 +13,12 @@
 
 matrix:
   include:
-- env: CABALVER=1.16 GHCVER=7.4.2
+- env: CABALVER=1.18 GHCVER=7.4.2
   compiler: ": #GHC 7.4.2"
-  addons: {apt: {packages: 
[cabal-install-1.16,ghc-7.4.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
-- env: CABALVER=1.16 GHCVER=7.6.3
+  addons: {apt: {packages: 
[cabal-install-1.18,ghc-7.4.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+- env: CABALVER=1.18 GHCVER=7.6.3
   compiler: ": #GHC 7.6.3"
-  addons: {apt: {packages: 
[cabal-install-1.16,ghc-7.6.3,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+  addons: {apt: {packages: 
[cabal-install-1.18,ghc-7.6.3,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
 - env: CABALVER=1.18 GHCVER=7.8.4
   compiler: ": #GHC 7.8.4"
   addons: {apt: {packages: 
[cabal-install-1.18,ghc-7.8.4,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
@@ -28,6 +28,9 @@
 - env: CABALVER=1.22 GHCVER=7.10.2
   compiler: ": #GHC 7.10.2"
   addons: {apt: {packages: 
[cabal-install-1.22,ghc-7.10.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
+- env: CABALVER=1.24 GHCVER=8.0.1
+  compiler: ": #GHC 8.0.1"
+  addons: {apt: {packages: 
[cabal-install-1.24,ghc-8.0.1,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
 
 before_install:
  - unset CC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kan-extensions-4.2.3/CHANGELOG.markdown 
new/kan-extensions-5.0.1/CHANGELOG.markdown
--- old/kan-extensions-4.2.3/CHANGELOG.markdown 2015-09-14 01:13:30.0 
+0200
+++ new/kan-extensions-5.0.1/CHANGELOG.markdown 2016-01-17 03:35:53.0 
+0100
@@ -1,3 +1,11 @@
+5.0.1
+-
+* Removed some redundant constraints
+
+5
+-
+* Move `Data.Functor.Kan.Rift` to `Data.Functor.Day.Curried`
+
 4.2.3
 -
 * Builds clean on GHC 7.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kan-extensions-4.2.3/LICENSE 
new/kan-extensions-5.0.1/LICENSE
--- old/kan-extensions-4.2.3/LICENSE2015-09-14 01:13:30.0 +0200
+++ new/kan-extensions-5.0.1/LICENSE2016-01-17 03:35:52.0 +0100
@@ -1,4 +1,4 @@
-Copyright 2008-2

commit ghc-kan-extensions for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package ghc-kan-extensions for 
openSUSE:Factory checked in at 2016-07-20 09:21:19

Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new (New)


Package is "ghc-kan-extensions"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes
2015-10-06 13:24:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-kan-extensions.new/ghc-kan-extensions.changes   
2016-07-20 09:21:21.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:32:42 UTC 2016 - psim...@suse.com
+
+- Update to version 4.2.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-kan-extensions.spec ++
--- /var/tmp/diff_new_pack.CGdtKA/_old  2016-07-20 09:21:22.0 +0200
+++ /var/tmp/diff_new_pack.CGdtKA/_new  2016-07-20 09:21:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-kan-extensions
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,21 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name kan-extensions
 
-Name:   ghc-kan-extensions
+%global pkg_name kan-extensions
+Name:   ghc-%{pkg_name}
 Version:4.2.3
 Release:0
-Summary:Kan extensions, Kan lifts
-Group:  System/Libraries
-
+Summary:Kan extensions, Kan lifts, various forms of the Yoneda lemma, 
and (co)density (co)monads
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-adjunctions-devel
 BuildRequires:  ghc-array-devel
@@ -39,28 +35,28 @@
 BuildRequires:  ghc-distributive-devel
 BuildRequires:  ghc-free-devel
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-semigroupoids-devel
 BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density
 (co)monads.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -76,19 +72,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.markdown
-
+%doc CHANGELOG.markdown README.markdown
 
 %changelog