Hello community, here is the log from the commit of package ghc-heap for openSUSE:Factory checked in at 2017-07-17 09:11:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-heap (Old) and /work/SRC/openSUSE:Factory/.ghc-heap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-heap" Mon Jul 17 09:11:22 2017 rev:2 rq:510174 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-heap/ghc-heap.changes 2017-03-08 00:52:45.290846625 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-heap.new/ghc-heap.changes 2017-07-17 09:11:22.358125101 +0200 @@ -1,0 +2,5 @@ +Thu Jul 6 03:02:09 UTC 2017 - [email protected] + +- Update to version 1.0.3 revision 1. + +------------------------------------------------------------------- New: ---- heap.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-heap.spec ++++++ --- /var/tmp/diff_new_pack.9sFmte/_old 2017-07-17 09:11:22.798063135 +0200 +++ /var/tmp/diff_new_pack.9sFmte/_new 2017-07-17 09:11:22.802062572 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-heap # -# 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,17 +23,16 @@ Release: 0 Summary: Heaps in Haskell 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 BuildRequires: ghc-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build -# Begin cabal-rpm deps: %if %{with tests} BuildRequires: ghc-QuickCheck-devel %endif -# End cabal-rpm deps %description A flexible Haskell implementation of minimum, maximum, minimum-priority, @@ -52,21 +51,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 @@ -80,5 +74,6 @@ %files devel -f %{name}-devel.files %defattr(-,root,root,-) +%doc changes %changelog ++++++ heap.cabal ++++++ Name: heap Version: 1.0.3 x-revision: 1 Category: Data Structures Synopsis: Heaps in Haskell Description: A flexible Haskell implementation of minimum, maximum, minimum-priority, maximum-priority and custom-ordered heaps. License: BSD3 License-File: LICENSE Copyright: (c) 2008-2009, Stephan Friedrichs Author: Stephan Friedrichs Maintainer: Manuel Eberl (last name + m _at_ in.tum.de) Build-Type: Simple Cabal-Version: >= 1.10 Tested-With: GHC == 7.10.3 Extra-Source-Files: changes Source-Repository head Type: git Location: git://github.com/3of8/heap.git Library Build-Depends: base >= 4.6 && < 5 Exposed-Modules: Data.Heap Other-Modules: Data.Heap.Internal , Data.Heap.Item GHC-Options: -Wall -fwarn-tabs Other-Extensions: DeriveDataTypeable , EmptyDataDecls , FlexibleContexts , FlexibleInstances , MultiParamTypeClasses , TypeFamilies , Trustworthy Default-Language: Haskell2010 Test-Suite heap-tests Type: exitcode-stdio-1.0 Main-Is: Test.hs Other-Modules: Data.Heap , Data.Heap.Internal , Data.Heap.Item , Test.Heap , Test.Heap.Common , Test.Heap.Internal , Test.Heap.Item Build-Depends: base >= 3 && < 5, QuickCheck >= 2.3 && < 3 CPP-Options: -D__TEST__ GHC-Options: -Wall -fwarn-tabs -fno-ignore-asserts Default-Language: Haskell2010
