Hello community,

here is the log from the commit of package ghc-aeson-utils for openSUSE:Factory 
checked in at 2017-03-18 20:50:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-aeson-utils (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-aeson-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-aeson-utils"

Sat Mar 18 20:50:18 2017 rev:3 rq:477444 version:0.3.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-aeson-utils/ghc-aeson-utils.changes  
2016-10-04 15:59:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-aeson-utils.new/ghc-aeson-utils.changes     
2017-03-18 20:50:19.435804685 +0100
@@ -1,0 +2,5 @@
+Sun Jan  8 21:13:03 UTC 2017 - [email protected]
+
+- Update to version 0.3.0.2 revision 4 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  3.cabal

New:
----
  aeson-utils.cabal

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

Other differences:
------------------
++++++ ghc-aeson-utils.spec ++++++
--- /var/tmp/diff_new_pack.Hjwv0d/_old  2017-03-18 20:50:19.943732729 +0100
+++ /var/tmp/diff_new_pack.Hjwv0d/_new  2017-03-18 20:50:19.947732162 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-aeson-utils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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 @@
 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/3.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel

++++++ aeson-utils.cabal ++++++
name:                aeson-utils
version:             0.3.0.2
x-revision: 4
synopsis:            Utilities for working with Aeson.
description:         Utilities for working with Aeson.
license:             BSD3
license-file:        LICENSE
author:              Silk. B.V.
maintainer:          [email protected]
copyright:           2014, Silk B.V
category:            Data
build-type:          Simple
cabal-version:       >=1.10

extra-source-files:
  CHANGELOG.md
  LICENSE
  README.md

source-repository head
  type:              git
  location:          https://github.com/silkapp/aeson-utils.git

library
  hs-source-dirs:    src
  default-language:  Haskell2010
  ghc-options:       -Wall
  exposed-modules:   Data.Aeson.Utils
  build-depends:
      base == 4.*
    , aeson >= 0.6 && < 1.2
    , attoparsec >= 0.10 && < 0.14
    , bytestring >= 0.9 && < 0.11
    , scientific >= 0.3.2 && < 0.4
    , text >= 0.11 && < 1.3

Reply via email to