Hello community, here is the log from the commit of package ghc-json-schema for openSUSE:Factory checked in at 2017-03-24 02:19:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-json-schema (Old) and /work/SRC/openSUSE:Factory/.ghc-json-schema.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-json-schema" Fri Mar 24 02:19:13 2017 rev:2 rq:479414 version:0.7.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-json-schema/ghc-json-schema.changes 2017-03-08 01:01:49.305864000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-json-schema.new/ghc-json-schema.changes 2017-03-24 02:19:15.672383156 +0100 @@ -1,0 +2,5 @@ +Mon Jan 9 06:33:46 UTC 2017 - [email protected] + +- Update to version 0.7.4.1 revision 6 with cabal2obs. + +------------------------------------------------------------------- Old: ---- 5.cabal New: ---- json-schema.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-json-schema.spec ++++++ --- /var/tmp/diff_new_pack.NQ9gcE/_old 2017-03-24 02:19:16.124319211 +0100 +++ /var/tmp/diff_new_pack.NQ9gcE/_new 2017-03-24 02:19:16.128318645 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-json-schema # -# 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 @@ -26,7 +26,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/5.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel BuildRequires: ghc-containers-devel ++++++ json-schema.cabal ++++++ name: json-schema version: 0.7.4.1 x-revision: 6 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . /Documentation/ . See <https://github.com/silkapp/json-schema/blob/master/README.md> . license: BSD3 license-file: LICENSE author: Silk maintainer: [email protected] category: Data build-type: Simple cabal-version: >=1.8 extra-source-files: CHANGELOG.md LICENSE README.md source-repository head type: git location: https://github.com/silkapp/json-schema.git library ghc-options: -Wall hs-source-dirs: src exposed-modules: Data.JSON.Schema Data.JSON.Schema.Combinators Data.JSON.Schema.Generic Data.JSON.Schema.Types Data.JSON.Schema.Validate build-depends: base >= 4.4 && < 5 , aeson >= 0.7 && < 1.2 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* , generic-deriving >= 1.6 && < 1.12 , mtl >= 2.1 && < 2.3 , scientific == 0.3.* , text >= 0.10 && < 1.3 , time >= 1.2 && < 1.7 , unordered-containers == 0.2.* , vector >= 0.10 && < 0.13 -- Data.Proxy.Proxy if impl(ghc < 7.8) build-depends: tagged >= 0.2 && < 0.9 -- GHC Generics if impl(ghc < 7.6) build-depends: ghc-prim == 0.2.* test-suite json-schema-generic-aeson-tests ghc-options: -Wall hs-source-dirs: tests, examples main-is: Main.hs type: exitcode-stdio-1.0 other-modules: Example Test.Util Test.Validate build-depends: base >= 4.4 && < 5 , aeson >= 0.7 && < 1.2 , aeson-utils >= 0.2 && < 0.4 , attoparsec >= 0.10 && < 0.14 , bytestring >= 0.10 && < 0.12 , generic-aeson == 0.2.* , json-schema , tasty >= 0.10 && < 0.12 , tasty-hunit == 0.9.* , tasty-th == 0.1.* , text >= 0.10 && < 1.3 , vector >= 0.10 && < 0.13 if impl(ghc < 7.8) build-depends: tagged >= 0.2 && < 0.9 if impl(ghc < 7.6) build-depends: ghc-prim == 0.2.*
