Hello community,
here is the log from the commit of package ghc-quickcheck-simple for
openSUSE:Factory checked in at 2017-07-23 12:14:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-quickcheck-simple (Old)
and /work/SRC/openSUSE:Factory/.ghc-quickcheck-simple.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-quickcheck-simple"
Sun Jul 23 12:14:55 2017 rev:2 rq:511919 version:0.1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-quickcheck-simple/ghc-quickcheck-simple.changes
2016-10-22 13:18:45.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-quickcheck-simple.new/ghc-quickcheck-simple.changes
2017-07-23 12:14:59.890673803 +0200
@@ -1,0 +2,5 @@
+Mon Jul 17 03:01:33 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.2.
+
+-------------------------------------------------------------------
Old:
----
quickcheck-simple-0.1.0.1.tar.gz
New:
----
quickcheck-simple-0.1.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-quickcheck-simple.spec ++++++
--- /var/tmp/diff_new_pack.7Swrfr/_old 2017-07-23 12:15:02.498305459 +0200
+++ /var/tmp/diff_new_pack.7Swrfr/_new 2017-07-23 12:15:02.502304894 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-quickcheck-simple
#
-# 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
@@ -18,19 +18,17 @@
%global pkg_name quickcheck-simple
Name: ghc-%{pkg_name}
-Version: 0.1.0.1
+Version: 0.1.0.2
Release: 0
Summary: Test properties and default-mains for QuickCheck
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
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
This package contains definitions of test properties and default-mains using
@@ -51,15 +49,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ quickcheck-simple-0.1.0.1.tar.gz -> quickcheck-simple-0.1.0.2.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/quickcheck-simple-0.1.0.1/quickcheck-simple.cabal
new/quickcheck-simple-0.1.0.2/quickcheck-simple.cabal
--- old/quickcheck-simple-0.1.0.1/quickcheck-simple.cabal 2016-06-19
10:49:05.000000000 +0200
+++ new/quickcheck-simple-0.1.0.2/quickcheck-simple.cabal 2017-07-15
05:38:21.000000000 +0200
@@ -1,5 +1,5 @@
name: quickcheck-simple
-version: 0.1.0.1
+version: 0.1.0.2
synopsis: Test properties and default-mains for QuickCheck
description: This package contains definitions of test properties and
default-mains
using QuickCheck library.
@@ -7,12 +7,13 @@
license-file: LICENSE
author: Kei Hibino
maintainer: [email protected]
-copyright: Copyright (c) 2015 Kei Hibino
+copyright: Copyright (c) 2015-2017 Kei Hibino
category: Testing
build-type: Simple
extra-source-files: example/e0.hs
cabal-version: >=1.10
-tested-with: GHC == 8.0.1
+tested-with: GHC == 8.2.1
+ , GHC == 8.0.1, GHC == 8.0.2
, GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
, GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4
, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3