Hello community,

here is the log from the commit of package ghc-insert-ordered-containers for 
openSUSE:Factory checked in at 2016-11-14 20:14:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-insert-ordered-containers (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-insert-ordered-containers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-insert-ordered-containers"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-insert-ordered-containers/ghc-insert-ordered-containers.changes
      2016-11-04 20:59:22.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-insert-ordered-containers.new/ghc-insert-ordered-containers.changes
 2016-11-14 20:14:10.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 11 08:49:22 UTC 2016 - [email protected]
+
+- Update to version 0.1.0.1 revision 3 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  2.cabal

New:
----
  insert-ordered-containers.cabal

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

Other differences:
------------------
++++++ ghc-insert-ordered-containers.spec ++++++
--- /var/tmp/diff_new_pack.BpxDwV/_old  2016-11-14 20:14:11.000000000 +0100
+++ /var/tmp/diff_new_pack.BpxDwV/_new  2016-11-14 20:14:11.000000000 +0100
@@ -23,12 +23,11 @@
 Release:        0
 Summary:        Associative containers retating insertion order for traversals
 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/2.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-base-compat-devel
 BuildRequires:  ghc-hashable-devel
@@ -45,7 +44,6 @@
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Associative containers retating insertion order for traversals.
@@ -66,20 +64,14 @@
 %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
@@ -93,6 +85,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
 
 %changelog

++++++ insert-ordered-containers.cabal ++++++
-- This file has been generated from package.yaml by hpack version 0.8.0.
--
-- see: https://github.com/sol/hpack

name:           insert-ordered-containers
version:        0.1.0.1
x-revision: 3
synopsis:       Associative containers retating insertion order for traversals.
description:    Associative containers retating insertion order for traversals.
category:       Web
homepage:       https://github.com/phadej/insert-ordered-containers#readme
bug-reports:    https://github.com/phadej/insert-ordered-containers/issues
author:         Oleg Grenrus <[email protected]>
maintainer:     Oleg Grenrus <[email protected]>
license:        BSD3
license-file:   LICENSE
tested-with:    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/insert-ordered-containers

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base                  >=4.7      && <4.10
    , aeson                 >=0.8.0.2  && <0.12
    , base-compat           >=0.6.0    && <0.10
    , hashable              >=1.2.3.3  && <1.4
    , lens                  >=4.7      && <4.16
    , semigroupoids         >=4.3      && <5.2
    , semigroups            >=0.16.2.2 && <0.19
    , text                  >=1.2.0.6  && <1.3
    , transformers          >=0.3.0.0  && <0.6
    , unordered-containers  >=0.2.7.0  && <0.3
  exposed-modules:
      Data.HashMap.Strict.InsOrd
  default-language: Haskell2010

test-suite ins-ord-containers-tests
  type: exitcode-stdio-1.0
  main-is: Tests.hs
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base                  >=4.7      && <4.10
    , aeson                 >=0.8.0.2  && <0.12
    , base-compat           >=0.6.0    && <0.10
    , hashable              >=1.2.3.3  && <1.4
    , lens                  >=4.7      && <4.16
    , semigroupoids         >=4.3      && <5.2
    , semigroups            >=0.16.2.2 && <0.19
    , text                  >=1.2.0.6  && <1.3
    , transformers          >=0.3.0.0  && <0.6
    , unordered-containers  >=0.2.7.0  && <0.3
    , base
    , insert-ordered-containers
    , tasty             >= 0.10.1.2 && <0.12
    , tasty-quickcheck  >= 0.8.3.2  && <0.9
    , QuickCheck        >=2.7.6     && <2.9
  default-language: Haskell2010

Reply via email to