Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-timezone-olson for openSUSE:Factory checked in at 2026-06-10 16:08:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-timezone-olson (Old) and /work/SRC/openSUSE:Factory/.ghc-timezone-olson.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-timezone-olson" Wed Jun 10 16:08:13 2026 rev:9 rq:1358459 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-timezone-olson/ghc-timezone-olson.changes 2025-07-31 17:46:39.169281889 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-timezone-olson.new.2375/ghc-timezone-olson.changes 2026-06-10 16:12:49.909647076 +0200 @@ -1,0 +2,6 @@ +Tue Mar 31 20:42:09 UTC 2026 - Peter Simons <[email protected]> + +- Update timezone-olson to version 0.2.1 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- timezone-olson.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-timezone-olson.spec ++++++ --- /var/tmp/diff_new_pack.3NKylA/_old 2026-06-10 16:12:54.149822790 +0200 +++ /var/tmp/diff_new_pack.3NKylA/_new 2026-06-10 16:12:54.165823454 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-timezone-olson # -# 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,6 +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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof @@ -81,7 +82,7 @@ %prep %autosetup -n %{pkg_name}-%{version} -cabal-tweak-dep-ver time '< 1.14' '< 2' +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ timezone-olson.cabal ++++++ Name: timezone-olson Version: 0.2.1 x-revision: 1 Synopsis: A pure Haskell parser and renderer for binary Olson timezone files Description: A parser and renderer for binary Olson timezone files whose format is specified by the tzfile(5) man page on Unix-like systems. For more information about this format, see <http://www.iana.org/time-zones/repository/tz-link.html>. Functions are provided for converting the parsed data into 'TimeZoneSeries' objects from the timezone-series package. On many platforms, binary Olson timezone files suitable for use with this package are available in the directory /usr/share/zoneinfo and its subdirectories on your computer. For a way to read binary Olson timezone files at compile time, see the timezone-olson-th package (<http://hackage.haskell.org/package/timezone-olson-th>). Homepage: http://projects.haskell.org/time-ng/ License: BSD3 License-file: LICENSE Author: Yitzchak Gale Maintainer: [email protected] Copyright: Copyright (c) 2010-2021 Yitzchak Gale. All rights reserved. Category: Data Build-type: Simple Extra-source-files: README.md, catTZ.hs, hzdump.hs Cabal-version: >=1.10 Tested-with: GHC ==9.0.1 || ==8.10.7 || ==8.8.4 Source-repository HEAD type: git location: https://github.com/ygale/timezone-olson.git Library Default-language: Haskell2010 Exposed-modules: Data.Time.LocalTime.TimeZone.Olson , Data.Time.LocalTime.TimeZone.Olson.Parse , Data.Time.LocalTime.TimeZone.Olson.Render , Data.Time.LocalTime.TimeZone.Olson.Types Build-depends: base >= 3.0 && < 5.0, timezone-series >= 0.1.0 && < 0.2, time >= 1.6 && < 1.15, binary >= 0.4.1 && < 0.11, bytestring >= 0.9 && < 1.0, extensible-exceptions >= 0.1.0 && < 0.2
