diff --git a/auto-update-0.2.4.tar.gz b/auto-update-0.2.4.tar.gz deleted file mode 100644 index 1a1bf73..0000000 --- a/auto-update-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06831fbfb29899457fef9842f9940f47193ece51edc9add2045a524f84e9cffd -size 13892 diff --git a/auto-update-0.2.5.tar.gz b/auto-update-0.2.5.tar.gz new file mode 100644 index 0000000..a8f1897 --- /dev/null +++ b/auto-update-0.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f9a2bbabd752d9f1152f456d933986db2af78caca70a6dec1a759ccc8e1175 +size 14603 diff --git a/ghc-auto-update.changes b/ghc-auto-update.changes index f5a939c..d430cff 100644 --- a/ghc-auto-update.changes +++ b/ghc-auto-update.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 18 03:42:02 UTC 2024 - Peter Simons + +- 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 diff --git a/ghc-auto-update.spec b/ghc-auto-update.spec index c9c934e..2fedea3 100644 --- a/ghc-auto-update.spec +++ b/ghc-auto-update.spec @@ -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