Hello community,

here is the log from the commit of package ghc-check-email for openSUSE:Factory 
checked in at 2017-04-11 09:46:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-check-email (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-check-email.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-check-email"

Tue Apr 11 09:46:51 2017 rev:3 rq:486469 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-check-email/ghc-check-email.changes  
2017-03-15 02:00:15.788603492 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-check-email.new/ghc-check-email.changes     
2017-04-11 09:46:52.594558685 +0200
@@ -1,0 +2,5 @@
+Tue Mar  7 11:19:28 UTC 2017 - [email protected]
+
+- Update to version 1.0.2 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  check-email-1.0.tar.gz
  check-email.cabal

New:
----
  check-email-1.0.2.tar.gz

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

Other differences:
------------------
++++++ ghc-check-email.spec ++++++
--- /var/tmp/diff_new_pack.FOe9qA/_old  2017-04-11 09:46:54.506288628 +0200
+++ /var/tmp/diff_new_pack.FOe9qA/_new  2017-04-11 09:46:54.510288062 +0200
@@ -18,14 +18,13 @@
 
 %global pkg_name check-email
 Name:           ghc-%{pkg_name}
-Version:        1.0
+Version:        1.0.2
 Release:        0
 Summary:        Confirm whether an email is valid and probably existant
 License:        BSD-3-Clause
 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-bytestring-devel
 BuildRequires:  ghc-email-validate-devel
@@ -50,7 +49,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ check-email-1.0.tar.gz -> check-email-1.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-email-1.0/cbits/check-mx.c 
new/check-email-1.0.2/cbits/check-mx.c
--- old/check-email-1.0/cbits/check-mx.c        2014-11-28 11:37:23.000000000 
+0100
+++ new/check-email-1.0.2/cbits/check-mx.c      2017-03-01 12:42:02.000000000 
+0100
@@ -7,5 +7,5 @@
 int check_mx(char *domain)
 {
   u_char nsbuf[4096];
-  return res_query(domain, ns_c_any, ns_t_mx, nsbuf, sizeof (nsbuf)) > 0;
+  return res_query(domain, ns_c_in, ns_t_mx, nsbuf, sizeof (nsbuf)) > 0;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-email-1.0/check-email.cabal 
new/check-email-1.0.2/check-email.cabal
--- old/check-email-1.0/check-email.cabal       2014-11-28 11:37:23.000000000 
+0100
+++ new/check-email-1.0.2/check-email.cabal     2017-03-01 12:56:35.000000000 
+0100
@@ -1,26 +1,46 @@
-Name:                check-email
-Category:            Network
-License-File:        LICENSE
-Version:             1.0
-Cabal-version:       >= 1.2
-Build-type:          Simple
-Copyright:           2010 Chris Done
-Maintainer:          Chris Done <[email protected]>
-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
+-- This file has been generated from package.yaml by hpack version 0.17.0.
+--
+-- see: https://github.com/sol/hpack
 
-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
+name:                check-email
+version:             1.0.2
+synopsis:            Confirm whether an email is valid and probably existant.
+description:         See README at 
<https://github.com/qoelet/check-email#readme>
+category:            Network
+homepage:            https://github.com/qoelet/check-email#readme
+bug-reports:         https://github.com/qoelet/check-email/issues
+author:              Chris Done
+maintainer:          Kenny Shen <[email protected]>
+copyright:           2010 Chris Done
+license:             BSD3
+license-file:        LICENSE
+build-type:          Simple
+cabal-version:       >= 1.10
+
+extra-source-files:
+    cbits/check-mx.h
+
+source-repository head
+  type: git
+  location: https://github.com/qoelet/check-email
+
+library
+  hs-source-dirs:
+      src
+  default-extensions: ForeignFunctionInterface
+  ghc-options: -Wall
+  include-dirs:
+      cbits
+  c-sources:
+      cbits/check-mx.c
+  extra-libraries:
+      resolv
+  build-depends:
+      base >= 4 && < 5
+    , bytestring
+    , email-validate >= 0.2
+  exposed-modules:
+      Network.Email.Check
+  other-modules:
+      Paths_check_email
+  default-language: Haskell2010


Reply via email to