Hello community,

here is the log from the commit of package ghc-aeson-extra for openSUSE:Factory 
checked in at 2017-04-12 17:13:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-aeson-extra (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-aeson-extra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-aeson-extra"

Wed Apr 12 17:13:03 2017 rev:1 rq:480014 version:0.4.0.0

Changes:
--------
New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-aeson-extra.new/ghc-aeson-extra.changes     
2017-04-12 18:29:02.497139767 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun Feb 12 10:00:36 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.0.0 revision 2 with cabal2obs.
+

New:
----
  aeson-extra-0.4.0.0.tar.gz
  aeson-extra.cabal
  ghc-aeson-extra.changes
  ghc-aeson-extra.spec

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

Other differences:
------------------
++++++ ghc-aeson-extra.spec ++++++
#
# spec file for package ghc-aeson-extra
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name aeson-extra
%bcond_with tests
Name:           ghc-%{pkg_name}
Version:        0.4.0.0
Release:        0
Summary:        Extra goodies for aeson
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-aeson-compat-devel
BuildRequires:  ghc-aeson-devel
BuildRequires:  ghc-attoparsec-devel
BuildRequires:  ghc-base-compat-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-exceptions-devel
BuildRequires:  ghc-hashable-devel
BuildRequires:  ghc-parsec-devel
BuildRequires:  ghc-recursion-schemes-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-scientific-devel
BuildRequires:  ghc-template-haskell-devel
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-time-devel
BuildRequires:  ghc-time-parsers-devel
BuildRequires:  ghc-unordered-containers-devel
BuildRequires:  ghc-vector-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-quickcheck-instances-devel
BuildRequires:  ghc-tasty-devel
BuildRequires:  ghc-tasty-hunit-devel
BuildRequires:  ghc-tasty-quickcheck-devel
BuildRequires:  ghc-these-devel
%endif

%description
Package provides extra funcitonality on top of 'aeson' and 'aeson-compat'.

%package devel
Summary:        Haskell %{pkg_name} library development files
Group:          Development/Libraries/Other
Requires:       %{name} = %{version}-%{release}
Requires:       ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal

%build
%ghc_lib_build

%install
%ghc_lib_install

%check
%cabal_test

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md

%changelog
++++++ aeson-extra.cabal ++++++
name:           aeson-extra
version:        0.4.0.0
x-revision:     2
synopsis:       Extra goodies for aeson
description:    Package provides extra funcitonality on top of @aeson@ and 
@aeson-compat@
category:       Web
homepage:       https://github.com/phadej/aeson-extra#readme
bug-reports:    https://github.com/phadej/aeson-extra/issues
author:         Oleg Grenrus <oleg.gren...@iki.fi>
maintainer:     Oleg Grenrus <oleg.gren...@iki.fi>
license:        BSD3
license-file:   LICENSE
tested-with:    GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1
build-type:     Simple
cabal-version:  >= 1.10

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

source-repository head
  type: git
  location: https://github.com/phadej/aeson-extra

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base                     >=4.6  && <4.10
    , aeson                    >=0.7.0.6 && <1.2
    , aeson-compat             >=0.3.0.0 && <0.4
    , attoparsec               >=0.11.3.4 && <0.14
    , base-compat              >=0.6.0   && <0.10
    , bytestring               >=0.10 && <0.11
    , containers               >=0.5  && <0.6
    , exceptions               >=0.8  && <0.9
    , hashable                 >=1.2  && <1.3
    , parsec                   >=3.1.9 && <3.2
    , recursion-schemes        >=4.1.2 && <5.1
    , scientific               >=0.3  && <0.4
    , template-haskell         >=2.8  && <2.12
    , text                     >=1.2  && <1.3
    , time                     >=1.4.2 && <1.7
    , time-parsers             >=0.1.0.0 && <0.2
    , unordered-containers     >=0.2  && <0.3
    , vector                   >=0.10 && <0.13
  if impl(ghc >= 7.8)
    exposed-modules:
      Data.Aeson.Extra.SingObject
      Data.Aeson.Extra.SymTag
  exposed-modules:
      Data.Aeson.Extra
      Data.Aeson.Extra.CollapsedList
      Data.Aeson.Extra.Foldable
      Data.Aeson.Extra.Map
      Data.Aeson.Extra.Merge
      Data.Aeson.Extra.Stream
      Data.Aeson.Extra.Time
      Data.Aeson.Extra.TH

  default-language: Haskell2010

test-suite aeson-extra-test
  type: exitcode-stdio-1.0
  main-is: Tests.hs
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base                  >=4.6   && <4.10
    , aeson-extra           >=0.4 && <0.5
    , containers            >=0.5  && <0.6
    , these                 >=0.6.2.0 && <0.8
    , time                  >=1.4.2 && <1.7
    , time-parsers          >=0.1.0.0 && <0.2
    , unordered-containers  >=0.2  && <0.3
    , vector                >=0.10 && <0.13
    , tasty                 >=0.10  && <0.12
    , tasty-hunit           >=0.9   && <0.10
    , tasty-quickcheck      >=0.8   && <0.9
    , quickcheck-instances  >=0.3   && <0.4
  other-modules:
      Orphans
  default-language: Haskell2010

Reply via email to