Hello community,

here is the log from the commit of package ghc-pipes-aeson for openSUSE:Factory 
checked in at 2017-02-11 01:41:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pipes-aeson (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pipes-aeson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pipes-aeson"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pipes-aeson/ghc-pipes-aeson.changes  
2017-02-03 17:39:38.484223513 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-aeson.new/ghc-pipes-aeson.changes     
2017-02-11 01:41:16.224271586 +0100
@@ -1,0 +2,5 @@
+Mon Jan 23 20:28:14 UTC 2017 - [email protected]
+
+- Update to version 0.4.1.7 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  pipes-aeson.cabal

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

Other differences:
------------------
++++++ ghc-pipes-aeson.spec ++++++
--- /var/tmp/diff_new_pack.Z1pxZD/_old  2017-02-11 01:41:17.108146865 +0100
+++ /var/tmp/diff_new_pack.Z1pxZD/_new  2017-02-11 01:41:17.112146301 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-pipes-aeson
 #
-# 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,6 +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/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -75,6 +77,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md changelog.md
 
 %changelog

++++++ pipes-aeson.cabal ++++++
name:               pipes-aeson
version:            0.4.1.7
x-revision: 1
license:            BSD3
license-file:       LICENSE
copyright:          Copyright (c) Renzo Carbonara 2013-2016
author:             Renzo Carbonara
maintainer:         renzocarbonaraλgmail.com
stability:          Experimental
tested-with:        GHC ==7.10.3 GHC ==8.0.1
homepage:           https://github.com/k0001/pipes-aeson
bug-reports:        https://github.com/k0001/pipes-aeson/issues
category:           Pipes, Parser
build-type:         Simple
cabal-version:      >=1.8
synopsis:           Encode and decode JSON streams using Aeson and Pipes.
extra-source-files: README.md PEOPLE changelog.md
description:
  Utilities to encode and decode Pipes streams of JSON.
  .
  See the @changelog.md@ file in the source distribution to learn about any
  important changes between version.

source-repository head
    type: git
    location: git://github.com/k0001/pipes-aeson.git

library
  hs-source-dirs:  src
  exposed-modules: Pipes.Aeson
                   Pipes.Aeson.Unchecked
  other-modules:   Pipes.Aeson.Internal
  build-depends:
      aeson            (>=0.6.1 && <1.1)
    , attoparsec       (>=0.10  && <0.14)
    , base             (>=4.5   && <5.0)
    , pipes            (>=4.1   && <4.4)
    , pipes-attoparsec (>=0.5   && <0.6)
    , pipes-bytestring (>=2.0   && <2.2)
    , pipes-parse      (>=3.0.1 && <3.1)
    , bytestring       (>=0.9.2.1)
    , transformers     (>=0.2   && <0.6)
  ghc-options: -Wall -O2

Reply via email to