Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-time-manager for
openSUSE:Factory checked in at 2025-05-22 16:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-time-manager (Old)
and /work/SRC/openSUSE:Factory/.ghc-time-manager.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-time-manager"
Thu May 22 16:57:15 2025 rev:10 rq:1279252 version:0.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-time-manager/ghc-time-manager.changes
2024-12-26 12:24:12.135274390 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-time-manager.new.2732/ghc-time-manager.changes
2025-05-22 16:57:54.132541868 +0200
@@ -1,0 +2,8 @@
+Sun May 18 23:50:48 UTC 2025 - Peter Simons <[email protected]>
+
+- Update time-manager to version 0.2.3.
+ ## 0.2.3
+
+ * Exporting defaultManager.
+
+-------------------------------------------------------------------
Old:
----
time-manager-0.2.2.tar.gz
New:
----
time-manager-0.2.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-time-manager.spec ++++++
--- /var/tmp/diff_new_pack.UXwC89/_old 2025-05-22 16:57:54.628562771 +0200
+++ /var/tmp/diff_new_pack.UXwC89/_new 2025-05-22 16:57:54.628562771 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-time-manager
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name time-manager
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
-Version: 0.2.2
+Version: 0.2.3
Release: 0
Summary: Scalable timer
License: MIT
++++++ time-manager-0.2.2.tar.gz -> time-manager-0.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/time-manager-0.2.2/ChangeLog.md
new/time-manager-0.2.3/ChangeLog.md
--- old/time-manager-0.2.2/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200
+++ new/time-manager-0.2.3/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,9 @@
# ChangeLog for time-manager
+## 0.2.3
+
+* Exporting defaultManager.
+
## 0.2.2
* `initialize` with non positive integer creates a time manager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/time-manager-0.2.2/System/TimeManager.hs
new/time-manager-0.2.3/System/TimeManager.hs
--- old/time-manager-0.2.2/System/TimeManager.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/time-manager-0.2.3/System/TimeManager.hs 2001-09-09
03:46:40.000000000 +0200
@@ -5,6 +5,7 @@
module System.TimeManager (
-- ** Types
Manager,
+ defaultManager,
TimeoutAction,
Handle,
@@ -48,6 +49,10 @@
-- | A timeout manager
data Manager = Manager (Reaper [Handle] Handle) | NoManager
+-- | No manager.
+defaultManager :: Manager
+defaultManager = NoManager
+
-- | An action to be performed on timeout.
type TimeoutAction = IO ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/time-manager-0.2.2/time-manager.cabal
new/time-manager-0.2.3/time-manager.cabal
--- old/time-manager-0.2.2/time-manager.cabal 2001-09-09 03:46:40.000000000
+0200
+++ new/time-manager-0.2.3/time-manager.cabal 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,5 @@
Name: time-manager
-Version: 0.2.2
+Version: 0.2.3
Synopsis: Scalable timer
License: MIT
License-file: LICENSE