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 4172f68..9607b56 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 @@ -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