Hello community, here is the log from the commit of package ghc-primitive for openSUSE:Leap:15.2 checked in at 2020-02-19 18:40:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ghc-primitive (Old) and /work/SRC/openSUSE:Leap:15.2/.ghc-primitive.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-primitive" Wed Feb 19 18:40:37 2020 rev:13 rq:771414 version:0.7.0.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ghc-primitive/ghc-primitive.changes 2020-01-15 15:02:30.973812952 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ghc-primitive.new.26092/ghc-primitive.changes 2020-02-19 18:40:38.210148013 +0100 @@ -1,0 +2,14 @@ +Sun Dec 29 10:27:16 UTC 2019 - [email protected] + +- Update primitive to version 0.7.0.0. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/primitive-0.7.0.0/src/changelog.md + +------------------------------------------------------------------- +Fri Nov 8 16:14:28 UTC 2019 - Peter Simons <[email protected]> + +- Drop obsolete group attributes. + +------------------------------------------------------------------- Old: ---- primitive-0.6.4.0.tar.gz primitive.cabal New: ---- primitive-0.7.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-primitive.spec ++++++ --- /var/tmp/diff_new_pack.1ySJKL/_old 2020-02-19 18:40:38.662148568 +0100 +++ /var/tmp/diff_new_pack.1ySJKL/_new 2020-02-19 18:40:38.690148602 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-primitive # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -17,25 +17,32 @@ %global pkg_name primitive +%bcond_with tests Name: ghc-%{pkg_name} -Version: 0.6.4.0 +Version: 0.7.0.0 Release: 0 Summary: Primitive memory-related operations License: BSD-3-Clause -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/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel +%if %{with tests} +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-base-orphans-devel +BuildRequires: ghc-semigroups-devel +BuildRequires: ghc-tagged-devel +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-quickcheck-devel +BuildRequires: ghc-transformers-compat-devel +%endif %description This package provides various primitive memory-related operations. %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} @@ -46,7 +53,6 @@ %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -54,6 +60,9 @@ %install %ghc_lib_install +%check +%cabal_test + %post devel %ghc_pkg_recache ++++++ primitive-0.6.4.0.tar.gz -> primitive-0.7.0.0.tar.gz ++++++ ++++ 5219 lines of diff (skipped)
