Hello community,

here is the log from the commit of package ghc-TypeCompose for openSUSE:Factory 
checked in at 2017-05-06 18:27:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-TypeCompose (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-TypeCompose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-TypeCompose"

Sat May  6 18:27:59 2017 rev:2 rq:491452 version:0.9.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-TypeCompose/ghc-TypeCompose.changes  
2017-04-12 18:04:52.206217499 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-TypeCompose.new/ghc-TypeCompose.changes     
2017-05-06 18:28:09.255902983 +0200
@@ -1,0 +2,5 @@
+Wed Apr 19 13:32:08 UTC 2017 - [email protected]
+
+- Update to version 0.9.12 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  TypeCompose.cabal

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

Other differences:
------------------
++++++ ghc-TypeCompose.spec ++++++
--- /var/tmp/diff_new_pack.dDDIVl/_old  2017-05-06 18:28:09.811824539 +0200
+++ /var/tmp/diff_new_pack.dDDIVl/_new  2017-05-06 18:28:09.819823410 +0200
@@ -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-base-orphans-devel
 BuildRequires:  ghc-rpm-macros
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ TypeCompose.cabal ++++++
Name:                TypeCompose
Version:             0.9.12
x-revision: 1
Synopsis:            Type composition classes & instances
Category:            Composition, Control
Cabal-Version:       >= 1.6
Description:
  TypeCompose provides some classes & instances for forms of type
  composition, as well as some modules who haven't yet found a home.
  .
  Please see the project wiki page: <http://haskell.org/haskellwiki/TypeCompose>
  .
  Copyright 2007-2012 by Conal Elliott; BSD3 license.
Author:              Conal Elliott
Maintainer:          [email protected]
Homepage:            https://github.com/conal/TypeCompose
Copyright:           (c) 2007-2013 by Conal Elliott
License:             BSD3
License-File:        COPYING
Stability:           provisional
build-type:          Simple

source-repository head
  type:     git
  location: git://github.com/conal/TypeCompose.git

Library
  -- broken w/ base-4.4 & base-4.5
  build-depends:       base < 4.4 || >= 4.6

  Hs-Source-Dirs:      src
  Build-Depends:       base <5, base-orphans >= 0.5
  Exposed-Modules:
                       Data.Bijection
                       Data.CxMonoid
                       Data.RefMonad
                       Data.Pair
                       Data.Zip
                       Data.Lambda
                       Data.Title
                       Data.Partial
                       Control.Instances
                       Control.Compose
  ghc-options:         -Wall

  -- TODO: eliminate Pair or Zip

--  ghc-prof-options:    -prof -auto-all

Reply via email to