Hello community,

here is the log from the commit of package ghc-regex-applicative-text for 
openSUSE:Factory checked in at 2019-12-27 13:56:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-regex-applicative-text (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-regex-applicative-text"

Fri Dec 27 13:56:28 2019 rev:8 rq:759485 version:0.1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-regex-applicative-text/ghc-regex-applicative-text.changes
    2018-10-25 08:21:21.667937856 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new.6675/ghc-regex-applicative-text.changes
  2019-12-27 13:56:29.120748667 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:14:32 UTC 2019 - Peter Simons <psim...@suse.com>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-regex-applicative-text.spec ++++++
--- /var/tmp/diff_new_pack.H0gExY/_old  2019-12-27 13:56:29.832749011 +0100
+++ /var/tmp/diff_new_pack.H0gExY/_new  2019-12-27 13:56:29.832749011 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-regex-applicative-text
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,10 +22,9 @@
 Release:        0
 Summary:        Regex-applicative on text
 License:        BSD-3-Clause
-Group:          Development/Libraries/Haskell
 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/3.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-regex-applicative-devel
 BuildRequires:  ghc-rpm-macros
@@ -36,7 +35,6 @@
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}

++++++ regex-applicative-text.cabal ++++++
--- /var/tmp/diff_new_pack.H0gExY/_old  2019-12-27 13:56:29.860749025 +0100
+++ /var/tmp/diff_new_pack.H0gExY/_new  2019-12-27 13:56:29.860749025 +0100
@@ -1,36 +1,43 @@
-cabal-version:  >= 1.10
-name:           regex-applicative-text
-version:        0.1.0.1
-x-revision:     3
+cabal-version:      >=1.10
+name:               regex-applicative-text
+version:            0.1.0.1
+x-revision:         4
+synopsis:           regex-applicative on text
+category:           Text
+description:        Wrapped regex-applicative primitives to work with Text
+homepage:           https://github.com/phadej/regex-applicative-text#readme
+bug-reports:        https://github.com/phadej/regex-applicative-text/issues
+author:             Oleg Grenrus <oleg.gren...@iki.fi>
+maintainer:         Oleg Grenrus <oleg.gren...@iki.fi>
+license:            BSD3
+license-file:       LICENSE
+tested-with:
+  GHC ==7.0.4
+   || ==7.2.2
+   || ==7.4.2
+   || ==7.6.3
+   || ==7.8.4
+   || ==7.10.3
+   || ==8.0.1
+   || ==8.2.2
+   || ==8.4.4
+   || ==8.6.5
+   || ==8.8.1
 
-synopsis:       regex-applicative on text
-category:       Text
-description:    Wrapped regex-applicative primitives to work with Text
-
-homepage:       https://github.com/phadej/regex-applicative-text#readme
-bug-reports:    https://github.com/phadej/regex-applicative-text/issues
-author:         Oleg Grenrus <oleg.gren...@iki.fi>
-maintainer:     Oleg Grenrus <oleg.gren...@iki.fi>
-license:        BSD3
-license-file:   LICENSE
-tested-with:    GHC==7.0.4, GHC==7.2.2, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, 
GHC==7.10.3, GHC==8.0.1, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1
-build-type:     Simple
-
-extra-source-files:
-    README.md
+build-type:         Simple
+extra-source-files: README.md
 
 source-repository head
-  type: git
+  type:     git
   location: https://github.com/phadej/regex-applicative-text
 
 library
-  hs-source-dirs:
-      src
-  ghc-options: -Wall
+  hs-source-dirs:   src
+  ghc-options:      -Wall
   build-depends:
-      base >= 4.3 && <4.13
-    , regex-applicative >=0.3 && <0.4
+      base               >=4.3 && <4.14
+    , regex-applicative  >=0.3 && <0.4
     , text
-  exposed-modules:
-      Text.Regex.Applicative.Text
+
+  exposed-modules:  Text.Regex.Applicative.Text
   default-language: Haskell2010


Reply via email to