17
0

8 Commits

Author SHA256 Message Date
3bbf2fbdbe Accepting request 1233969 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1233969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-auto-update?expand=0&rev=22
2025-01-05 14:29:11 +00:00
fc72a37ae8 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
2024-12-26 11:24:03 +00:00
e313d894f9 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-auto-update revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-auto-update?expand=0&rev=51
2024-12-25 22:00:49 +00:00
68040f71d5 Accepting request 1231418 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-auto-update?expand=0&rev=20
2024-12-20 22:10:06 +00:00
399788b154 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-auto-update revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-auto-update?expand=0&rev=50
2024-12-18 08:45:16 +00:00
91e225c381 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-auto-update revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-auto-update?expand=0&rev=49
2024-12-10 11:25:51 +00:00
2711ce7874 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
2024-11-12 18:20:12 +00:00
f7384b8768 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-auto-update revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-auto-update?expand=0&rev=48
2024-11-02 22:00:43 +00:00
4 changed files with 56 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.6.tar.gz Normal file
View File

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

View File

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

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