Hello community,

here is the log from the commit of package ghc-regex-applicative-text for 
openSUSE:Factory checked in at 2017-07-11 08:25:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-regex-applicative-text (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-regex-applicative-text"

Tue Jul 11 08:25:43 2017 rev:3 rq:508574 version:0.1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-regex-applicative-text/ghc-regex-applicative-text.changes
    2016-07-27 16:11:38.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new/ghc-regex-applicative-text.changes
       2017-07-11 08:25:44.348346683 +0200
@@ -1,0 +2,5 @@
+Tue Jun 27 09:40:03 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0.1 revision 1.
+
+-------------------------------------------------------------------

New:
----
  regex-applicative-text.cabal

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

Other differences:
------------------
++++++ ghc-regex-applicative-text.spec ++++++
--- /var/tmp/diff_new_pack.YTesgI/_old  2017-07-11 08:25:44.920266016 +0200
+++ /var/tmp/diff_new_pack.YTesgI/_new  2017-07-11 08:25:44.920266016 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-regex-applicative-text
 #
-# 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,16 +22,15 @@
 Release:        0
 Summary:        Regex-applicative on text
 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-regex-applicative-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Wrapped regex-applicative primitives to work with Text.
@@ -50,16 +49,14 @@
 
 %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
 

++++++ regex-applicative-text.cabal ++++++
name:           regex-applicative-text
version:        0.1.0.1
x-revision:     1
synopsis:       regex-applicative on text
description:    Wrapped regex-applicative primitives to work with Text
category:       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
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/phadej/regex-applicative-text

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >= 4.3 && <4.11
    , regex-applicative >=0.3 && <0.4
    , text
  exposed-modules:
      Text.Regex.Applicative.Text
  default-language: Haskell2010

Reply via email to