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 2023-01-18 13:10:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-time-manager (Old)
and /work/SRC/openSUSE:Factory/.ghc-time-manager.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-time-manager"
Wed Jan 18 13:10:50 2023 rev:4 rq:1059121 version:0.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-time-manager/ghc-time-manager.changes
2020-12-22 11:47:47.489927026 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-time-manager.new.32243/ghc-time-manager.changes
2023-01-18 13:11:16.744957687 +0100
@@ -1,0 +2,6 @@
+Tue Nov 1 00:22:42 UTC 2022 - Peter Simons <[email protected]>
+
+- Update time-manager to version 0.0.0 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
time-manager.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-time-manager.spec ++++++
--- /var/tmp/diff_new_pack.0otWKX/_old 2023-01-18 13:11:17.404960244 +0100
+++ /var/tmp/diff_new_pack.0otWKX/_new 2023-01-18 13:11:17.412960275 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-time-manager
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
License: MIT
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-auto-update-devel
BuildRequires: ghc-rpm-macros
@@ -44,6 +45,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ time-manager.cabal ++++++
Name: time-manager
Version: 0.0.0
x-revision: 1
Synopsis: Scalable timer
License: MIT
License-file: LICENSE
Author: Michael Snoyman and Kazu Yamamoto
Maintainer: [email protected]
Homepage: http://github.com/yesodweb/wai
Category: System
Build-Type: Simple
Cabal-Version: >=1.8
Stability: Stable
Description: Scalable timer functions provided by a timer manager.
Library
Build-Depends: base >= 4.8 && < 5
, auto-update >= 0.1.3
Exposed-modules: System.TimeManager
Ghc-Options: -Wall