Hello community,

here is the log from the commit of package ghc-MusicBrainz for openSUSE:Factory 
checked in at 2017-06-04 01:56:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-MusicBrainz (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-MusicBrainz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-MusicBrainz"

Sun Jun  4 01:56:54 2017 rev:2 rq:499685 version:0.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-MusicBrainz/ghc-MusicBrainz.changes  
2017-03-24 02:04:35.388959045 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-MusicBrainz.new/ghc-MusicBrainz.changes     
2017-06-04 01:56:55.396830986 +0200
@@ -1,0 +2,5 @@
+Mon May 22 08:08:52 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.4 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  MusicBrainz.cabal

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

Other differences:
------------------
++++++ ghc-MusicBrainz.spec ++++++
--- /var/tmp/diff_new_pack.h6o0Uv/_old  2017-06-04 01:56:55.848767138 +0200
+++ /var/tmp/diff_new_pack.h6o0Uv/_new  2017-06-04 01:56:55.848767138 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-MusicBrainz
 #
-# 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-HTTP-devel
 BuildRequires:  ghc-aeson-devel
@@ -61,6 +62,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ MusicBrainz.cabal ++++++
name:                MusicBrainz
version:             0.2.4
x-revision: 1
synopsis:            interface to MusicBrainz XML2 web service
description:         interface to MusicBrainz XML2 web service
homepage:            http://floss.scru.org/hMusicBrainz
license:             GPL-3
license-file:        LICENSE
author:              Clint Adams
maintainer:          cl...@debian.org
copyright:           2012-2015 Clint Adams
category:            Network
build-type:          Simple
cabal-version:       >=1.8
extra-source-files:  AUTHORS

library
  exposed-modules: Network.Protocol.MusicBrainz.Types
                 , Network.Protocol.MusicBrainz.Utils
                 , Network.Protocol.MusicBrainz.JSON.WebService
                 , Network.Protocol.MusicBrainz.XML2.WebService
  build-depends: base          >= 4.5     && <5
               , transformers  >= 0.3
               , monad-control >= 0.3
               , bytestring
               , conduit       >= 1.0.0
               , conduit-extra >= 1.0.0
               , text
               , time
               , resourcet
               , time-locale-compat
               , vector        >= 0.9
               , xml-types     >= 0.3
               , http-conduit  >= 1.8.8
               , http-types    >= 0.6
               , xml-conduit   >= 1.1 && <1.5
               , HTTP          >= 4000.0
               , aeson         >= 0.6.1
  ghc-options: -Wall

source-repository head
  type:     git
  location: git://anonscm.debian.org/users/clint/MusicBrainz.git
  branch:   master

source-repository this
  type:     git
  location: git://anonscm.debian.org/users/clint/MusicBrainz.git
  tag:      hMB/0.2.4

Reply via email to