Hello community,

here is the log from the commit of package ghc-multiset for openSUSE:Factory 
checked in at 2017-09-15 21:59:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-multiset (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-multiset.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-multiset"

Fri Sep 15 21:59:32 2017 rev:2 rq:525041 version:0.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-multiset/ghc-multiset.changes        
2016-10-22 13:13:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-multiset.new/ghc-multiset.changes   
2017-09-15 21:59:34.483730455 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------

Old:
----
  2.cabal

New:
----
  multiset.cabal

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

Other differences:
------------------
++++++ ghc-multiset.spec ++++++
--- /var/tmp/diff_new_pack.DcNXqG/_old  2017-09-15 21:59:35.111641972 +0200
+++ /var/tmp/diff_new_pack.DcNXqG/_new  2017-09-15 21:59:35.115641408 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-multiset
 #
-# 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
@@ -23,20 +23,17 @@
 Release:        0
 Summary:        The Data.MultiSet container type
 License:        BSD-3-Clause
-Group:          System/Libraries
-Url:            https://hackage.haskell.org/package/%{pkg_name}
+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/2.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-Glob-devel
 BuildRequires:  ghc-doctest-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A variation of Data.Set. Multisets, sometimes also called bags, can contain
@@ -44,7 +41,7 @@
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -57,20 +54,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
@@ -79,10 +70,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog

++++++ multiset.cabal ++++++
name:             multiset
version:          0.3.3
x-revision: 2
author:           Twan van Laarhoven
maintainer:       twa...@gmail.com
bug-reports:      https://github.com/twanvl/multiset/issues
category:         Data Structures
synopsis:         The Data.MultiSet container type
description:
    A variation of Data.Set.
    Multisets, sometimes also called bags, can contain multiple copies of the 
same key.
license:          BSD3
license-file:     LICENSE
build-type:       Simple
Cabal-version:    >= 1.10
extra-source-files: include/Typeable.h

source-repository head
    type:     git
    location: http://github.com/twanvl/multiset.git

Library
  default-language:   Haskell2010
  exposed-modules:    Data.MultiSet, Data.IntMultiSet

  include-dirs:       include
  default-extensions: CPP
  ghc-options:        -Wall
  build-depends:      containers >= 0.5, base >= 4.7 && < 5

test-suite doctests
  default-language:   Haskell2010
  type:               exitcode-stdio-1.0
  ghc-options:        -threaded
  hs-source-dirs:     test
  main-is:            Main.hs
  build-depends:      Glob
                    , base >= 4.7 && < 5
                    , doctest

Reply via email to