Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-time-compat for openSUSE:Factory
checked in at 2021-12-19 17:34:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-time-compat (Old)
and /work/SRC/openSUSE:Factory/.ghc-time-compat.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-time-compat"
Sun Dec 19 17:34:36 2021 rev:13 rq:933336 version:1.9.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-time-compat/ghc-time-compat.changes
2021-11-11 21:37:29.588935525 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-time-compat.new.2520/ghc-time-compat.changes
2021-12-19 17:34:53.404284108 +0100
@@ -1,0 +2,6 @@
+Tue Nov 16 19:50:56 UTC 2021 - [email protected]
+
+- Update time-compat to version 1.9.6.1 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-time-compat.spec ++++++
--- /var/tmp/diff_new_pack.FAv06N/_old 2021-12-19 17:34:53.872284438 +0100
+++ /var/tmp/diff_new_pack.FAv06N/_new 2021-12-19 17:34:53.876284440 +0100
@@ -25,7 +25,7 @@
License: BSD-3-Clause
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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-deepseq-devel
++++++ time-compat.cabal ++++++
--- /var/tmp/diff_new_pack.FAv06N/_old 2021-12-19 17:34:53.912284466 +0100
+++ /var/tmp/diff_new_pack.FAv06N/_new 2021-12-19 17:34:53.912284466 +0100
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: time-compat
version: 1.9.6.1
-x-revision: 2
+x-revision: 3
synopsis: Compatibility package for time
description:
This packages tries to compat as much of @time@ features as possible.
@@ -72,7 +72,7 @@
if !impl(ghc >=8.0)
build-depends:
fail >=4.9.0.0 && <4.10
- , semigroups >=0.18.5 && <0.20
+ , semigroups >=0.18.5 && <0.21
exposed-modules:
Data.Time.Calendar.Compat
@@ -107,7 +107,7 @@
base
, deepseq
, HUnit >=1.3.1 && <1.3.2 || >=1.6.0.0 && <1.7
- , hashable >=1.3.1.0 && <1.4
+ , hashable >=1.3.1.0 && <1.5
, time-compat
-- This test-suite is from time library
@@ -152,7 +152,7 @@
if !impl(ghc >=8.0)
build-depends:
fail >=4.9.0.0 && <4.10
- , semigroups >=0.18.5 && <0.20
+ , semigroups >=0.18.5 && <0.21
build-depends: time
main-is: Main.hs