Hello community,

here is the log from the commit of package ghc-edit-distance for 
openSUSE:Factory checked in at 2016-10-22 13:21:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-edit-distance (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-edit-distance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-edit-distance"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-edit-distance/ghc-edit-distance.changes      
2016-07-21 08:08:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-edit-distance.new/ghc-edit-distance.changes 
2016-10-22 13:22:00.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 17 18:28:05 UTC 2016 - [email protected]
+
+- Update to version 0.2.2.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  edit-distance.cabal

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

Other differences:
------------------
++++++ ghc-edit-distance.spec ++++++
--- /var/tmp/diff_new_pack.Yxo8gj/_old  2016-10-22 13:22:01.000000000 +0200
+++ /var/tmp/diff_new_pack.Yxo8gj/_new  2016-10-22 13:22:01.000000000 +0200
@@ -23,11 +23,11 @@
 Release:        0
 Summary:        Levenshtein and restricted Damerau-Levenshtein edit distances
 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-array-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-random-devel
@@ -38,7 +38,6 @@
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Optimized edit distances for fuzzy matching, including Levenshtein and
@@ -57,21 +56,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -85,6 +79,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
 
 %changelog

++++++ edit-distance.cabal ++++++
name:                edit-distance
version:             0.2.2.1
x-revision: 1
cabal-version:       >= 1.10
category:            Algorithms
synopsis:            Levenshtein and restricted Damerau-Levenshtein edit 
distances
description:         Optimized edit distances for fuzzy matching, including 
Levenshtein and restricted Damerau-Levenshtein algorithms.
license:             BSD3
license-File:        LICENSE
extra-source-files:  README.md
author:              Max Bolingbroke <[email protected]>
copyright:           (c) 2008-2013 Maximilian Bolinbroke
maintainer:          Oleg Grenrus <[email protected]>
homepage:            http://github.com/phadej/edit-distance
build-type:          Simple

library
  default-language:       Haskell98
  exposed-modules:        Text.EditDistance
  other-modules:          Text.EditDistance.EditCosts
                          Text.EditDistance.SquareSTUArray
                          Text.EditDistance.STUArray
                          Text.EditDistance.Bits
                          Text.EditDistance.MonadUtilities
                          Text.EditDistance.ArrayUtilities
  build-depends:          base >= 4.5 && < 5, array >= 0.1, random >= 1.0, 
containers >= 0.1.0.1
  ghc-options:            -O2 -Wall

test-suite edit-distance-tests
  default-language:       Haskell98
  main-is:                Text/EditDistance/Tests.hs
  other-modules:          Text.EditDistance.Tests.EditOperationOntology
                          Text.EditDistance.Tests.Properties
  type:                   exitcode-stdio-1.0
  ghc-options:            -O2 -Wall
  build-depends:          base >= 4.5 && < 5, array >= 0.1, random >= 1.0, 
containers >= 0.1.0.1,
                          test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.10, 
test-framework-quickcheck2

benchmark edit-distance-benchmark
  default-language:       Haskell98
  main-is:                Text/EditDistance/Benchmark.hs
  type:                   exitcode-stdio-1.0
  build-depends:          base >= 4.5 && < 5, array >= 0.1, random >= 1.0, time 
>= 1.0, process >= 1.0,
                          deepseq >= 1.2, unix >= 2.3, criterion >= 1.1, 
containers >= 0.1.0.1
  ghc-options:            -O2

source-repository head
  type:     git
  location: https://github.com/phadej/edit-distance.git

Reply via email to