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 2022-02-11 23:09:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-timezone-olson (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-timezone-olson.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-timezone-olson"

Fri Feb 11 23:09:50 2022 rev:6 rq:953547 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-timezone-olson/ghc-timezone-olson.changes    
2020-12-22 11:47:51.753930463 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-timezone-olson.new.1956/ghc-timezone-olson.changes
  2022-02-11 23:11:47.347358921 +0100
@@ -1,0 +2,6 @@
+Sun Dec 26 01:36:57 UTC 2021 - Peter Simons <[email protected]>
+
+- Update timezone-olson to version 0.2.1.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------

Old:
----
  timezone-olson-0.2.0.tar.gz

New:
----
  timezone-olson-0.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-timezone-olson.spec ++++++
--- /var/tmp/diff_new_pack.9VfimI/_old  2022-02-11 23:11:47.715359986 +0100
+++ /var/tmp/diff_new_pack.9VfimI/_new  2022-02-11 23:11:47.719359997 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-timezone-olson
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global pkg_name timezone-olson
 Name:           ghc-%{pkg_name}
-Version:        0.2.0
+Version:        0.2.1
 Release:        0
 Summary:        A pure Haskell parser and renderer for binary Olson timezone 
files
 License:        BSD-3-Clause

++++++ timezone-olson-0.2.0.tar.gz -> timezone-olson-0.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/timezone-olson-0.2.0/LICENSE 
new/timezone-olson-0.2.1/LICENSE
--- old/timezone-olson-0.2.0/LICENSE    2001-09-09 03:46:40.000000000 +0200
+++ new/timezone-olson-0.2.1/LICENSE    2001-09-09 03:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2019 Yitzchak Gale. All rights reserved.
+Copyright (c) 2010-2021 Yitzchak Gale. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/timezone-olson-0.2.0/README.md 
new/timezone-olson-0.2.1/README.md
--- old/timezone-olson-0.2.0/README.md  2001-09-09 03:46:40.000000000 +0200
+++ new/timezone-olson-0.2.1/README.md  2001-09-09 03:46:40.000000000 +0200
@@ -17,7 +17,7 @@
 package for a way to include timezone informaton from a binary Olson
 timezone file at compile time.
 
-Copyright (c) 2010-2019 Yitzchak Gale. All rights reserved.
+Copyright (c) 2010-2021 Yitzchak Gale. All rights reserved.
 
 For licensing information, see the BSD3-style license in the file
 LICENSE that was originally distributed by the author together with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/timezone-olson-0.2.0/timezone-olson.cabal 
new/timezone-olson-0.2.1/timezone-olson.cabal
--- old/timezone-olson-0.2.0/timezone-olson.cabal       2001-09-09 
03:46:40.000000000 +0200
+++ new/timezone-olson-0.2.1/timezone-olson.cabal       2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                timezone-olson
-Version:             0.2.0
+Version:             0.2.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)
@@ -20,12 +20,12 @@
 License-file:        LICENSE
 Author:              Yitzchak Gale
 Maintainer:          [email protected]
-Copyright:           Copyright (c) 2010-2018 Yitzchak Gale. All rights 
reserved.
+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 ==8.8.1 || ==8.6.5 || ==8.4.4 || ==8.2.2 || ==8.0.2
+Tested-with:         GHC ==9.0.1 || ==8.10.7 || ==8.8.4
 
 Source-repository HEAD
   type:              git
@@ -39,7 +39,7 @@
                     , Data.Time.LocalTime.TimeZone.Olson.Types
   Build-depends:       base >= 3.0 && < 5.0,
                        timezone-series >= 0.1.0 && < 0.2,
-                       time >= 1.6 && < 1.10,
-                       binary >= 0.4.1 && < 0.9,
+                       time >= 1.6 && < 1.14,
+                       binary >= 0.4.1 && < 0.11,
                        bytestring >= 0.9 && < 1.0,
                        extensible-exceptions >= 0.1.0 && < 0.2

Reply via email to