diff --git a/auto-update-0.1.5.tar.gz b/auto-update-0.1.5.tar.gz deleted file mode 100644 index d0057a2..0000000 --- a/auto-update-0.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfae3e2738dc6769746d9dc69c870435c4fd4c2929bdb82248f715f457fecc3f -size 8795 diff --git a/auto-update-0.1.6.tar.gz b/auto-update-0.1.6.tar.gz new file mode 100644 index 0000000..db3c82a --- /dev/null +++ b/auto-update-0.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e023dc8713c387ecf20d851247597fd012cabea3872310b35e911105eb66c4 +size 10929 diff --git a/ghc-auto-update.changes b/ghc-auto-update.changes index 65a2ee7..e20e757 100644 --- a/ghc-auto-update.changes +++ b/ghc-auto-update.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 10 02:03:01 UTC 2019 - psimons@suse.com + +- Update auto-update to version 0.1.6. + ## 0.1.6 + + * Add control of activation on leading vs. trailing edges for Control.Debounce + [#756](https://github.com/yesodweb/wai/pull/756) + ------------------------------------------------------------------- Wed Jun 19 11:46:38 UTC 2019 - psimons@suse.com diff --git a/ghc-auto-update.spec b/ghc-auto-update.spec index 356d352..a973677 100644 --- a/ghc-auto-update.spec +++ b/ghc-auto-update.spec @@ -17,8 +17,9 @@ %global pkg_name auto-update +%bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.5 +Version: 0.1.6 Release: 0 Summary: Efficiently run periodic, on-demand actions License: MIT @@ -27,6 +28,12 @@ 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-rpm-macros +%if %{with tests} +BuildRequires: ghc-HUnit-devel +BuildRequires: ghc-exceptions-devel +BuildRequires: ghc-hspec-devel +BuildRequires: ghc-retry-devel +%endif %description API docs and the README are available at @@ -52,6 +59,9 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +%check +%cabal_test + %post devel %ghc_pkg_recache