diff --git a/auto-update-0.1.6.tar.gz b/auto-update-0.1.6.tar.gz deleted file mode 100644 index db3c82a..0000000 --- a/auto-update-0.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4e023dc8713c387ecf20d851247597fd012cabea3872310b35e911105eb66c4 -size 10929 diff --git a/auto-update-0.2.2.tar.gz b/auto-update-0.2.2.tar.gz new file mode 100644 index 0000000..31956e9 --- /dev/null +++ b/auto-update-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9609c01f2ff847f7bae3ea9fac107b760b46c69aa72deb518942eea71b823f5 +size 11913 diff --git a/ghc-auto-update.changes b/ghc-auto-update.changes index a028ed2..b873291 100644 --- a/ghc-auto-update.changes +++ b/ghc-auto-update.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Oct 29 05:50:49 UTC 2024 - Peter Simons + +- Update auto-update to version 0.2.2. + ## 0.2.2 + + * NewAPI: updateThreadName, reaperThreadName, debounceThreadName: + Names can be given via this field to threads + for GHC.Conc.Sync.listThreads. + + ## 0.2.1 + + * Labeling threads. + + ## 0.2.0 + + * Creating Reaper.Internal to export Reaper constructor. + * Hiding Reaper constructor. + * Add `reaperModify` to the `Reaper` API, allowing workload modification outside + of the main `reaperAction` loop. + [#985](https://github.com/yesodweb/wai/pull/985) + ------------------------------------------------------------------- Thu Mar 30 17:05:52 UTC 2023 - Peter Simons diff --git a/ghc-auto-update.spec b/ghc-auto-update.spec index 784ecc7..57217e6 100644 --- a/ghc-auto-update.spec +++ b/ghc-auto-update.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-auto-update # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.6 +Version: 0.2.2 Release: 0 Summary: Efficiently run periodic, on-demand actions License: MIT