Hello community, here is the log from the commit of package ghc-time-locale-compat for openSUSE:Factory checked in at 2016-06-14 23:08:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-time-locale-compat (Old) and /work/SRC/openSUSE:Factory/.ghc-time-locale-compat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-time-locale-compat" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-time-locale-compat/ghc-time-locale-compat.changes 2015-12-23 08:49:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-time-locale-compat.new/ghc-time-locale-compat.changes 2016-06-14 23:08:35.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jun 12 12:05:17 UTC 2016 - mimi.vx@gmail.com + +- update to 0.1.1.2 + +------------------------------------------------------------------- Old: ---- time-locale-compat-0.1.1.1.tar.gz New: ---- time-locale-compat-0.1.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-time-locale-compat.spec ++++++ --- /var/tmp/diff_new_pack.tYmca8/_old 2016-06-14 23:08:36.000000000 +0200 +++ /var/tmp/diff_new_pack.tYmca8/_new 2016-06-14 23:08:36.000000000 +0200 @@ -19,7 +19,7 @@ %global pkg_name time-locale-compat Name: ghc-time-locale-compat -Version: 0.1.1.1 +Version: 0.1.1.2 Release: 0 Summary: Compatibility of TimeLocale between old-locale and time-1.5 License: BSD-3-Clause ++++++ time-locale-compat-0.1.1.1.tar.gz -> time-locale-compat-0.1.1.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/time-locale-compat-0.1.1.1/time-locale-compat.cabal new/time-locale-compat-0.1.1.2/time-locale-compat.cabal --- old/time-locale-compat-0.1.1.1/time-locale-compat.cabal 2015-11-26 03:26:34.000000000 +0100 +++ new/time-locale-compat-0.1.1.2/time-locale-compat.cabal 2016-06-11 12:57:49.000000000 +0200 @@ -1,5 +1,5 @@ name: time-locale-compat -version: 0.1.1.1 +version: 0.1.1.2 synopsis: Compatibility of TimeLocale between old-locale and time-1.5 description: This package contains wrapped name module for TimeLocale. homepage: https://github.com/khibino/haskell-time-locale-compat @@ -7,10 +7,14 @@ license-file: LICENSE author: Kei Hibino maintainer: ex8k.hibino@gmail.com -copyright: Copyright (c) 2014 Kei Hibino +copyright: Copyright (c) 2014-2016 Kei Hibino category: System build-type: Simple cabal-version: >=1.10 +tested-with: GHC == 7.4.1, GHC == 7.4.2 + , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3 + , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4 + , GHC == 8.0.1 flag old-locale description: If true, use old-locale, otherwise use time 1.5 or newer.