From a02524c7c0305479e2298f8954043689218911804ea3cd507d8932935167cbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 4 Jul 2016 09:23:30 +0000 Subject: [PATCH 1/2] Accepting request 406291 from devel:languages:haskell:lts - update to 0.7.9 * Add missing Utils module to test suite, so that the tests provided with the sdist tarball actually run. * Add dependency on transformers-compat to allow using Control.Monad.Trans.Except also with older library versions. - update to 0.7.7 * Update test dependencies to allow HUnit-1.3. * Update dependencies to allow filepath-1.4. * Added Cabal Source-Repository metadata, pointing to GitHub. * Integrated tests with Cabal so that they can be run with "cabal test". * Got rid of deprecation warnings by using Control.Monad.Trans.Except instead of Control.Monad.Trans.Error. * Added Semigroup instance, bringing in a new dependency on semigroups on pre-8.0 GHC versions. OBS-URL: https://build.opensuse.org/request/show/406291 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=3 --- Glob-0.7.5.tar.gz | 3 --- Glob-0.7.9.tar.gz | 3 +++ ghc-Glob.changes | 22 ++++++++++++++++++++++ ghc-Glob.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 Glob-0.7.5.tar.gz create mode 100644 Glob-0.7.9.tar.gz diff --git a/Glob-0.7.5.tar.gz b/Glob-0.7.5.tar.gz deleted file mode 100644 index facd1ff..0000000 --- a/Glob-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0063bbc680d90f522455c0dec1121837689da542f4d9c70924d98bfb1389be41 -size 23443 diff --git a/Glob-0.7.9.tar.gz b/Glob-0.7.9.tar.gz new file mode 100644 index 0000000..e9f4dcf --- /dev/null +++ b/Glob-0.7.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c48b6a94971c00f8d1360c417275b1e0c089017db523df3f54729622567dbd +size 24191 diff --git a/ghc-Glob.changes b/ghc-Glob.changes index 3e9fde5..1084704 100644 --- a/ghc-Glob.changes +++ b/ghc-Glob.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Jul 3 10:07:56 UTC 2016 - mimi.vx@gmail.com + +- update to 0.7.9 +* Add missing Utils module to test suite, so that the tests provided with + the sdist tarball actually run. +* Add dependency on transformers-compat to allow using + Control.Monad.Trans.Except also with older library versions. + +------------------------------------------------------------------- +Thu Jun 30 12:05:56 UTC 2016 - mimi.vx@gmail.com + +- update to 0.7.7 +* Update test dependencies to allow HUnit-1.3. +* Update dependencies to allow filepath-1.4. +* Added Cabal Source-Repository metadata, pointing to GitHub. +* Integrated tests with Cabal so that they can be run with "cabal test". +* Got rid of deprecation warnings by using Control.Monad.Trans.Except + instead of Control.Monad.Trans.Error. +* Added Semigroup instance, bringing in a new dependency on semigroups on + pre-8.0 GHC versions. + ------------------------------------------------------------------- Thu Nov 19 11:39:00 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-Glob.spec b/ghc-Glob.spec index 8451191..d845364 100644 --- a/ghc-Glob.spec +++ b/ghc-Glob.spec @@ -18,7 +18,7 @@ %global pkg_name Glob Name: ghc-Glob -Version: 0.7.5 +Version: 0.7.9 Release: 0 Summary: Globbing library Group: System/Libraries @@ -36,6 +36,7 @@ BuildRequires: ghc-directory-devel BuildRequires: ghc-dlist-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-transformers-devel +BuildRequires: ghc-transformers-compat-devel # End cabal-rpm deps %description @@ -56,7 +57,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} -cabal-tweak-dep-ver filepath '< 1.4' '< 1.5' %build %ghc_lib_build From 2a0fb6fa5719ba9eaa5c0b593207852359b45ec4d6925a9459e8ff9786c398ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 4 Jul 2016 10:29:36 +0000 Subject: [PATCH 2/2] Accepting request 406352 from devel:languages:haskell:lts fix semigroups reqs OBS-URL: https://build.opensuse.org/request/show/406352 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=4 --- ghc-Glob.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc-Glob.spec b/ghc-Glob.spec index d845364..2ece691 100644 --- a/ghc-Glob.spec +++ b/ghc-Glob.spec @@ -35,6 +35,7 @@ BuildRequires: ghc-containers-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-dlist-devel BuildRequires: ghc-filepath-devel +BuildRequires: ghc-semigroups-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-compat-devel # End cabal-rpm deps