Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3bbf2fbdbe | |||
| fc72a37ae8 | |||
| e313d894f9 | |||
| 68040f71d5 | |||
| 399788b154 | |||
| 91e225c381 | |||
| 2711ce7874 | |||
| f7384b8768 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4e023dc8713c387ecf20d851247597fd012cabea3872310b35e911105eb66c4
|
||||
size 10929
|
||||
3
auto-update-0.2.6.tar.gz
Normal file
3
auto-update-0.2.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a25cc5c9de2a20981ffe981ffcd51fee88597c802c1555dd08fa9c5c64e0e54
|
||||
size 14719
|
||||
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 01:14:37 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update auto-update to version 0.2.6.
|
||||
## 0.2.6
|
||||
|
||||
* Using the thread version of AutoUpdate for non-threaded RTS.
|
||||
[#1020](https://github.com/yesodweb/wai/pull/1020)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update auto-update to version 0.2.4.
|
||||
Upstream has edited the change log file since the last release in
|
||||
a non-trivial way, i.e. they did more than just add a new entry
|
||||
at the top. You can review the file at:
|
||||
http://hackage.haskell.org/package/auto-update-0.2.4/src/ChangeLog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -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.6
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user