Hello community,

here is the log from the commit of package ghc-hworker-ses for openSUSE:Factory 
checked in at 2017-02-13 07:50:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hworker-ses (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hworker-ses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hworker-ses"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hworker-ses/ghc-hworker-ses.changes  
2017-02-03 17:39:14.663595090 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hworker-ses.new/ghc-hworker-ses.changes     
2017-02-13 07:50:52.431214613 +0100
@@ -1,0 +2,5 @@
+Wed Jan  4 21:24:42 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.1.0 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  hworker-ses.cabal

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

Other differences:
------------------
++++++ ghc-hworker-ses.spec ++++++
--- /var/tmp/diff_new_pack.VwJeaS/_old  2017-02-13 07:50:53.515059881 +0100
+++ /var/tmp/diff_new_pack.VwJeaS/_new  2017-02-13 07:50:53.519059310 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hworker-ses
 #
-# 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
@@ -22,11 +22,11 @@
 Release:        0
 Summary:        Library for sending email with Amazon's SES and hworker
 License:        ISC
-Group:          System/Libraries
+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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-amazonka-core-devel
 BuildRequires:  ghc-amazonka-devel
@@ -38,7 +38,6 @@
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-unordered-containers-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 See README.
@@ -56,16 +55,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -78,6 +75,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc CHANGELOG.md README.md
 
 %changelog

++++++ hworker-ses.cabal ++++++
name:                hworker-ses
version:             0.1.1.0
x-revision: 1
synopsis:            Library for sending email with Amazon's SES and hworker
description:         See README.
homepage:            http://github.com/dbp/hworker-ses
license:             ISC
license-file:        LICENSE
author:              Daniel Patterson
maintainer:          d...@dbpmail.net
-- copyright:
category:            Web
build-type:          Simple
extra-source-files:  README.md CHANGELOG.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     System.Hworker.SES
  build-depends:       base >= 4.7 && < 5
                     , hworker
                     , time
                     , aeson
                     , text
                       -- https://github.com/brendanhay/amazonka/issues/348
                     , amazonka >= 1 && < 1.4.4
                     , amazonka-core >= 1 && < 1.4.4
                     , amazonka-ses >= 1 && < 1.4.4
                     , lens
                     , unordered-containers
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/dbp/hworker-ses

Reply via email to