Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-timezone-series for
openSUSE:Factory checked in at 2026-06-10 16:08:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-timezone-series (Old)
and /work/SRC/openSUSE:Factory/.ghc-timezone-series.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-timezone-series"
Wed Jun 10 16:08:19 2026 rev:9 rq:1358460 version:0.1.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-timezone-series/ghc-timezone-series.changes
2025-07-31 17:46:40.025317469 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-timezone-series.new.2375/ghc-timezone-series.changes
2026-06-10 16:13:00.846100285 +0200
@@ -1,0 +2,6 @@
+Tue Mar 31 20:40:06 UTC 2026 - Peter Simons <[email protected]>
+
+- Update timezone-series to version 0.1.13 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-timezone-series.spec ++++++
--- /var/tmp/diff_new_pack.ESitM1/_old 2026-06-10 16:13:04.738261578 +0200
+++ /var/tmp/diff_new_pack.ESitM1/_new 2026-06-10 16:13:04.742261744 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-timezone-series
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
@@ -73,7 +73,6 @@
%prep
%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
-cabal-tweak-dep-ver time '< 1.14' '< 2'
%build
%ghc_lib_build
++++++ timezone-series.cabal ++++++
--- /var/tmp/diff_new_pack.ESitM1/_old 2026-06-10 16:13:04.798264065 +0200
+++ /var/tmp/diff_new_pack.ESitM1/_new 2026-06-10 16:13:04.802264230 +0200
@@ -1,6 +1,6 @@
Name: timezone-series
Version: 0.1.13
-x-revision: 1
+x-revision: 2
Synopsis: Enhanced timezone handling for Data.Time
Description: This package endows Data.Time, from the time
package, with several data types and functions
@@ -33,5 +33,5 @@
Default-extensions: DeriveDataTypeable
Build-depends: base >= 4.4 && < 5
, deepseq
- , time (>= 1.1.4 && < 1.9) || (>= 1.9.1 && < 1.14)
+ , time (>= 1.1.4 && < 1.9) || (>= 1.9.1 && < 1.15)