Hello community,
here is the log from the commit of package ghc-timezone-olson for
openSUSE:Factory checked in at 2017-06-21 13:56:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-timezone-olson (Old)
and /work/SRC/openSUSE:Factory/.ghc-timezone-olson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-timezone-olson"
Wed Jun 21 13:56:04 2017 rev:2 rq:504680 version:0.1.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-timezone-olson/ghc-timezone-olson.changes
2017-03-20 17:10:32.449584364 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-timezone-olson.new/ghc-timezone-olson.changes
2017-06-21 13:56:12.331716144 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 09:41:43 UTC 2017 - [email protected]
+
+- Update to version 0.1.8.
+
+-------------------------------------------------------------------
Old:
----
timezone-olson-0.1.7.tar.gz
timezone-olson.cabal
New:
----
timezone-olson-0.1.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-timezone-olson.spec ++++++
--- /var/tmp/diff_new_pack.6zDDVE/_old 2017-06-21 13:56:13.235588644 +0200
+++ /var/tmp/diff_new_pack.6zDDVE/_new 2017-06-21 13:56:13.235588644 +0200
@@ -18,14 +18,13 @@
%global pkg_name timezone-olson
Name: ghc-%{pkg_name}
-Version: 0.1.7
+Version: 0.1.8
Release: 0
Summary: A pure Haskell parser and renderer for binary Olson timezone
files
License: BSD-3-Clause
Group: Development/Languages/Other
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
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-binary-devel
BuildRequires: ghc-bytestring-devel
@@ -60,7 +59,6 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ timezone-olson-0.1.7.tar.gz -> timezone-olson-0.1.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/timezone-olson-0.1.7/timezone-olson.cabal
new/timezone-olson-0.1.8/timezone-olson.cabal
--- old/timezone-olson-0.1.7/timezone-olson.cabal 2015-04-30
13:22:28.000000000 +0200
+++ new/timezone-olson-0.1.8/timezone-olson.cabal 2017-06-04
03:10:49.000000000 +0200
@@ -1,5 +1,5 @@
Name: timezone-olson
-Version: 0.1.7
+Version: 0.1.8
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)
@@ -12,6 +12,9 @@
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
@@ -34,7 +37,7 @@
, Data.Time.LocalTime.TimeZone.Olson.Types
Build-depends: base >= 3.0 && < 5.0,
timezone-series >= 0.1.0 && < 0.2,
- time >= 1.1.4 && < 1.6,
- binary >= 0.4.1 && < 0.8,
+ time >= 1.6 && < 1.9,
+ binary >= 0.4.1 && < 0.9,
bytestring >= 0.9 && < 1.0,
extensible-exceptions >= 0.1.0 && < 0.2