Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-regex-tdfa for openSUSE:Factory 
checked in at 2021-03-10 08:55:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-regex-tdfa (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-regex-tdfa.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-regex-tdfa"

Wed Mar 10 08:55:32 2021 rev:17 rq:877670 version:1.3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-regex-tdfa/ghc-regex-tdfa.changes    
2020-12-22 11:45:24.685811919 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-regex-tdfa.new.2378/ghc-regex-tdfa.changes  
2021-03-10 08:57:34.826909120 +0100
@@ -1,0 +2,6 @@
+Sun Feb 21 12:49:42 UTC 2021 - psim...@suse.com
+
+- Update regex-tdfa to version 1.3.1.0 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-regex-tdfa.spec ++++++
--- /var/tmp/diff_new_pack.sKbDmE/_old  2021-03-10 08:57:35.402909714 +0100
+++ /var/tmp/diff_new_pack.sKbDmE/_new  2021-03-10 08:57:35.406909719 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-regex-tdfa
 #
-# 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
@@ -25,7 +25,7 @@
 License:        BSD-3-Clause
 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
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel

++++++ regex-tdfa.cabal ++++++
--- /var/tmp/diff_new_pack.sKbDmE/_old  2021-03-10 08:57:35.458909772 +0100
+++ /var/tmp/diff_new_pack.sKbDmE/_new  2021-03-10 08:57:35.458909772 +0100
@@ -1,25 +1,18 @@
 cabal-version:          1.12
 name:                   regex-tdfa
 version:                1.3.1.0
-x-revision: 1
+x-revision:             2
 
 build-Type:             Simple
 license:                BSD3
 license-file:           LICENSE
 copyright:              Copyright (c) 2007-2009, Christopher Kuklewicz
 author:                 Christopher Kuklewicz
-maintainer:             h...@gnu.org
+maintainer:
+  Herbert Valerio Riedel <h...@gnu.org>,
+  Andreas Abel
+homepage:               https://wiki.haskell.org/Regular_expressions
 bug-reports:            https://github.com/hvr/regex-tdfa/issues
-tested-with:            GHC==7.4.2
-                      , GHC==7.6.3
-                      , GHC==7.8.4
-                      , GHC==7.10.3
-                      , GHC==8.0.2
-                      , GHC==8.2.2
-                      , GHC==8.4.4
-                      , GHC==8.6.5
-                      , GHC==8.8.3
-                      , GHC==8.10.1
 
 category:               Text
 synopsis:               Pure Haskell Tagged DFA Backend for "Text.Regex" 
(regex-base)
@@ -33,10 +26,31 @@
   CHANGELOG.md
   test/cases/*.txt
 
+tested-with:
+  -- Haskell CI:
+  GHC == 7.4.2
+  GHC == 7.6.3
+  GHC == 7.8.4
+  GHC == 7.10.3
+  GHC == 8.0.2
+  GHC == 8.2.2
+  GHC == 8.4.4
+  GHC == 8.6.5
+  GHC == 8.8.4
+  GHC == 8.10.3
+  -- manually (AA, 2021-02-17):
+  -- GHC == 8.10.4
+  -- GHC == 9.0.1
+
 source-repository head
   type:                git
   location:            https://github.com/hvr/regex-tdfa.git
 
+source-repository this
+  type:                git
+  location:            https://github.com/hvr/regex-tdfa.git
+  tag:                 v1.3.1.0-r2
+
 flag force-O2
   default: False
   manual: True
@@ -87,8 +101,8 @@
     build-depends:      fail               == 4.9.*
                       , semigroups         == 0.18.* || == 0.19.*
   build-depends:        array              >= 0.4 && < 0.6
-                      , base               >= 4.5 && < 4.15
-                      , bytestring         >= 0.9.2 && < 0.11
+                      , base               >= 4.5 && < 4.16
+                      , bytestring         >= 0.9.2 && < 0.12
                       , containers         >= 0.4.2 && < 0.7
                       , mtl                >= 2.1.3 && < 2.3
                       , parsec             == 3.1.*

Reply via email to