From 9d369257f62084887fe0eba141d89af8089bac421b761f134cb3861c0b66ebf7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 17:38:22 +0000 Subject: [PATCH 1/2] synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=11 --- ghc-comonad.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-comonad.spec b/ghc-comonad.spec index 4172f68..a3e8aac 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-comonad # -# 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 From 08d119296cbcf60d9072fcf860b1229fe30248c74979559ce8da3913c1c258c8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 3 May 2017 11:40:08 +0000 Subject: [PATCH 2/2] synchronize wit lts:8 from configuration bbbfb86d6e54c22066d348f5bc28d4fd96e6bfd6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=12 --- comonad-5.0.1.tar.gz | 3 +++ comonad-5.tar.gz | 3 --- ghc-comonad.changes | 5 +++++ ghc-comonad.spec | 5 ++--- 4 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 comonad-5.0.1.tar.gz delete mode 100644 comonad-5.tar.gz diff --git a/comonad-5.0.1.tar.gz b/comonad-5.0.1.tar.gz new file mode 100644 index 0000000..aa8e22c --- /dev/null +++ b/comonad-5.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561ffd697d9d38467d0d426947e0bade25a05e3c507235eca29ec800ad3f463d +size 18218 diff --git a/comonad-5.tar.gz b/comonad-5.tar.gz deleted file mode 100644 index 0a68dc8..0000000 --- a/comonad-5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78e5b19da5b701d14ceb2ca19191cc6205b2024ff2f71b754f5e949faa19cb2a -size 16383 diff --git a/ghc-comonad.changes b/ghc-comonad.changes index 1dc8889..4a4f9eb 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 24 12:26:15 UTC 2017 - psimons@suse.com + +- Update to version 5.0.1 with cabal2obs. + ------------------------------------------------------------------- Thu Sep 15 07:03:15 UTC 2016 - psimons@suse.com diff --git a/ghc-comonad.spec b/ghc-comonad.spec index a3e8aac..9607b56 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -19,7 +19,7 @@ %global pkg_name comonad %bcond_with tests Name: ghc-%{pkg_name} -Version: 5 +Version: 5.0.1 Release: 0 Summary: Comonads License: BSD-2-Clause @@ -27,6 +27,7 @@ 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 +BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-contravariant-devel BuildRequires: ghc-distributive-devel @@ -37,9 +38,7 @@ BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} -BuildRequires: ghc-directory-devel BuildRequires: ghc-doctest-devel -BuildRequires: ghc-filepath-devel %endif %description