Hello community,

here is the log from the commit of package ghc-check-email for openSUSE:Factory 
checked in at 2017-03-15 01:06:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-check-email (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-check-email.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-check-email"

Wed Mar 15 01:06:49 2017 rev:2 rq:478058 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-check-email/ghc-check-email.changes  
2016-09-25 14:37:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-check-email.new/ghc-check-email.changes     
2017-03-15 02:00:15.788603492 +0100
@@ -1,0 +2,5 @@
+Thu Mar  2 10:42:16 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  check-email.cabal

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

Other differences:
------------------
++++++ ghc-check-email.spec ++++++
--- /var/tmp/diff_new_pack.0IbYf3/_old  2017-03-15 02:00:16.532498323 +0100
+++ /var/tmp/diff_new_pack.0IbYf3/_new  2017-03-15 02:00:16.532498323 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-check-email
 #
-# 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,17 +22,16 @@
 Release:        0
 Summary:        Confirm whether an email is valid and probably existant
 License:        BSD-3-Clause
-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-bytestring-devel
 BuildRequires:  ghc-email-validate-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  glibc-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Confirm whether an email is valid and probably existant.
@@ -42,27 +41,23 @@
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
-# Begin cabal-rpm deps:
 Requires:       glibc-devel
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-# End cabal-rpm deps
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
 %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
 

++++++ check-email.cabal ++++++
Name:                check-email
Category:            Network
License-File:        LICENSE
Version:             1.0
x-revision: 1
Cabal-version:       >= 1.2
Build-type:          Simple
Copyright:           2010 Chris Done
Maintainer:          Kenny Shen <ke...@machinesung.com>
Author:              Chris Done
License:             BSD3
Synopsis:            Confirm whether an email is valid and probably existant.
Description:         Confirm whether an email is valid and probably existant.
Extra-source-files:  cbits/check-mx.h

Library
  Build-depends:    base >= 4 && < 5
                  , bytestring
                  , email-validate >= 0.2
  Extensions:       ForeignFunctionInterface
  Exposed-Modules:  Network.Email.Check
  Ghc-options:      -Wall
  Include-dirs:     cbits
  Install-includes: check-mx.h
  C-sources:        cbits/check-mx.c
  Extra-libraries:  resolv
  Hs-source-dirs:   src

Reply via email to