Hello community,

here is the log from the commit of package ghc-mime-mail for openSUSE:Factory 
checked in at 2017-05-27 13:15:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-mime-mail (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-mime-mail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-mime-mail"

Sat May 27 13:15:22 2017 rev:6 rq:495467 version:0.4.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-mime-mail/ghc-mime-mail.changes      
2017-04-14 13:38:24.333586997 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-mime-mail.new/ghc-mime-mail.changes 
2017-05-27 13:15:28.136071297 +0200
@@ -1,0 +2,10 @@
+Mon May  8 17:29:55 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.13.1 revision 2 with cabal2obs.
+
+-------------------------------------------------------------------
+Wed May  3 08:14:04 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.13.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  mime-mail.cabal

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

Other differences:
------------------
++++++ ghc-mime-mail.spec ++++++
--- /var/tmp/diff_new_pack.saVYaS/_old  2017-05-27 13:15:29.727846255 +0200
+++ /var/tmp/diff_new_pack.saVYaS/_new  2017-05-27 13:15:29.731845691 +0200
@@ -26,6 +26,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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-blaze-builder-devel
@@ -57,6 +58,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ mime-mail.cabal ++++++
name: mime-mail
version: 0.4.13.1
cabal-version: >=1.8
build-type: Simple
license: MIT
license-file: LICENSE
maintainer: Michael Snoyman <mich...@snoyman.com>
homepage: http://github.com/snoyberg/mime-mail
synopsis: Compose MIME email messages.
description:
    Hackage documentation generation is not reliable. For up to date 
documentation, please see: <http://www.stackage.org/package/mime-mail>.
category: Email
author: Michael Snoyman <mich...@snoyman.com>
extra-source-files:
    README.md
    ChangeLog.md
x-revision: 2

source-repository head
    type: git
    location: git://github.com/snoyberg/mime-mail.git

library
    exposed-modules:
        Network.Mail.Mime
    build-depends:
        base ==4.*,
        base64-bytestring >=0.1 && <1.1,
        process >=1.0 && <1.5,
        random >=1.0 && <1.2,
        blaze-builder >=0.2.1 && <0.5,
        bytestring >=0.9.1 && <0.11,
        text >=0.7 && <1.3,
        filepath >=1.2 && <1.5

test-suite tests
    type: exitcode-stdio-1.0
    main-is: Spec.hs
    build-depends:
        base >=4.9 && <4.10,
        hspec >=1.3 && <2.5,
        mime-mail >=0.4.13.1 && <0.5,
        blaze-builder >=0.4.0.2 && <0.5,
        bytestring >=0.10.8.1 && <0.11,
        text >=1.2.2.1 && <1.3
    hs-source-dirs: test
    other-modules:
        Network.Mail.MimeSpec
    ghc-options: -Wall

Reply via email to