Accepting request 1222953 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1222953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-auto-update?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2024-11-12 18:20:12 +00:00 committed by Git OBS Bridge
commit 2711ce7874
4 changed files with 27 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Oct 29 05:50:49 UTC 2024 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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