Accepting request 1233303 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1233303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-auto-update?expand=0&rev=21
This commit is contained in:
Ana Guerrero 2024-12-26 11:24:03 +00:00 committed by Git OBS Bridge
commit fc72a37ae8
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06831fbfb29899457fef9842f9940f47193ece51edc9add2045a524f84e9cffd
size 13892

3
auto-update-0.2.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10f9a2bbabd752d9f1152f456d933986db2af78caca70a6dec1a759ccc8e1175
size 14603

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 18 03:42:02 UTC 2024 - Peter Simons <psimons@suse.com>
- Update auto-update to version 0.2.5.
## 0.2.5
* Thread less autoupdate
[#1018](https://github.com/yesodweb/wai/pull/1018)
-------------------------------------------------------------------
Tue Nov 19 20:58:13 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.4
Version: 0.2.5
Release: 0
Summary: Efficiently run periodic, on-demand actions
License: MIT
@ -30,6 +30,8 @@ BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-stm-devel
BuildRequires: ghc-stm-prof
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-HUnit-devel