Hello community,

here is the log from the commit of package ghc-reducers for openSUSE:Factory 
checked in at 2016-07-27 16:10:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-reducers (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-reducers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-reducers"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-reducers/ghc-reducers.changes        
2016-05-03 09:35:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-reducers.new/ghc-reducers.changes   
2016-07-27 16:10:16.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:22:47 UTC 2016 - [email protected]
+
+- Update to version 3.12.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  1.cabal

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

Other differences:
------------------
++++++ ghc-reducers.spec ++++++
--- /var/tmp/diff_new_pack.vlaHyk/_old  2016-07-27 16:10:16.000000000 +0200
+++ /var/tmp/diff_new_pack.vlaHyk/_new  2016-07-27 16:10:16.000000000 +0200
@@ -25,6 +25,7 @@
 Group:          System/Libraries
 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
 BuildRequires:  ghc-Cabal-devel
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
@@ -57,23 +58,22 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++++++ 1.cabal ++++++
name:          reducers
category:      Data, Math, Numerical, Semigroups
version:       3.12.1
x-revision: 1
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <[email protected]>
stability:     provisional
homepage:      http://github.com/ekmett/reducers/
bug-reports:   http://github.com/ekmett/reducers/issues
copyright:     Copyright (C) 2008-2013 Edward A. Kmett
synopsis:      Semigroups, specialized containers and a general map/reduce 
framework
description:   Semigroups, specialized containers and a general map/reduce 
framework
build-type:    Simple
extra-source-files: .travis.yml

source-repository head
  type: git
  location: git://github.com/ekmett/reducers.git

library
  hs-source-dirs: src

  build-depends:
    base                   >= 4        && < 5,
    array                  >= 0.3      && < 0.6,
    transformers           >= 0.2      && < 0.6,
    bytestring             >= 0.9.1    && < 0.11,
    containers             >= 0.3      && < 0.6,
    fingertree             >= 0.1      && < 0.2,
    hashable               >= 1.1.2.1  && < 1.3,
    text                   >= 0.11.1.5 && < 1.3,
    unordered-containers   >= 0.1.4    && < 0.3,
    semigroups             >= 0.9      && < 1,
    semigroupoids          >= 4        && < 6

  exposed-modules:
    Data.Generator
    Data.Generator.Combinators
    Data.Semigroup.Generator
    Data.Semigroup.Reducer
    Data.Semigroup.Reducer.With
    Data.Semigroup.Instances
    Data.Semigroup.Union
    Data.Semigroup.Apply
    Data.Semigroup.Applicative
    Data.Semigroup.Alt
    Data.Semigroup.Alternative
    Data.Semigroup.Monad
    Data.Semigroup.MonadPlus
    Data.Semigroup.Self

  if impl(ghc)
    extensions: DeriveDataTypeable
    cpp-options: -DLANGUAGE_DeriveDataTypeable

  ghc-options: -Wall

Reply via email to