Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-email-validate for openSUSE:Factory checked in at 2021-07-10 22:54:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-email-validate (Old) and /work/SRC/openSUSE:Factory/.ghc-email-validate.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-email-validate" Sat Jul 10 22:54:29 2021 rev:5 rq:905302 version:2.3.2.14 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-email-validate/ghc-email-validate.changes 2021-03-28 11:57:42.916295833 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-email-validate.new.2625/ghc-email-validate.changes 2021-07-10 22:54:59.399532798 +0200 @@ -1,0 +2,6 @@ +Thu Jul 1 12:53:10 UTC 2021 - [email protected] + +- Update email-validate to version 2.3.2.14. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- email-validate-2.3.2.13.tar.gz New: ---- email-validate-2.3.2.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-email-validate.spec ++++++ --- /var/tmp/diff_new_pack.LpebV3/_old 2021-07-10 22:54:59.775529896 +0200 +++ /var/tmp/diff_new_pack.LpebV3/_new 2021-07-10 22:54:59.779529865 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-email-validate # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name email-validate %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.3.2.13 +Version: 2.3.2.14 Release: 0 Summary: Email address validation License: BSD-3-Clause @@ -52,8 +52,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -sed -i 's/\r//' LICENSE -cabal-tweak-dep-ver 'attoparsec' '< 0.14' '< 0.15' %build %ghc_lib_build ++++++ email-validate-2.3.2.13.tar.gz -> email-validate-2.3.2.14.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/email-validate-2.3.2.13/email-validate.cabal new/email-validate-2.3.2.14/email-validate.cabal --- old/email-validate-2.3.2.13/email-validate.cabal 2020-05-02 10:11:42.000000000 +0200 +++ new/email-validate-2.3.2.14/email-validate.cabal 2021-07-01 02:41:48.000000000 +0200 @@ -1,5 +1,5 @@ name: email-validate -version: 2.3.2.13 +version: 2.3.2.14 license: BSD3 license-file: LICENSE author: George Pollard <[email protected]> @@ -19,14 +19,14 @@ source-repository this type: git location: git://github.com/Porges/email-validate-hs.git - tag: v2.3.2.13 + tag: v2.3.2.14 library build-depends: base >= 4.4 && < 5, - attoparsec >= 0.10.0 && < 0.14, + attoparsec >= 0.10.0 && < 0.15, bytestring >= 0.9 && < 0.11, - template-haskell >= 2.10.0.0 && < 2.17 + template-haskell >= 2.10.0.0 && < 2.18 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall @@ -44,7 +44,7 @@ build-depends: email-validate, base >= 4 && < 5, - hspec >= 2.2.3 && < 2.8, + hspec >= 2.2.3 && < 2.9, QuickCheck >= 2.4 && < 2.15, bytestring >= 0.9 && < 0.11 @@ -56,5 +56,5 @@ main-is: doctests.hs build-depends: base >= 4 && < 5, - doctest >= 0.8 && < 0.17 + doctest >= 0.8 && < 0.18
