Hello community,
here is the log from the commit of package ghc-relational-query-HDBC for
openSUSE:Factory checked in at 2017-06-04 01:58:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-relational-query-HDBC (Old)
and /work/SRC/openSUSE:Factory/.ghc-relational-query-HDBC.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-relational-query-HDBC"
Sun Jun 4 01:58:41 2017 rev:2 rq:499725 version:0.6.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-relational-query-HDBC/ghc-relational-query-HDBC.changes
2017-02-03 17:39:48.954741513 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-relational-query-HDBC.new/ghc-relational-query-HDBC.changes
2017-06-04 01:58:42.233737576 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:23 UTC 2017 - [email protected]
+
+- Update to version 0.6.0.3 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
relational-query-HDBC-0.6.0.2.tar.gz
New:
----
relational-query-HDBC-0.6.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-relational-query-HDBC.spec ++++++
--- /var/tmp/diff_new_pack.jfmSLk/_old 2017-06-04 01:58:42.757663559 +0200
+++ /var/tmp/diff_new_pack.jfmSLk/_new 2017-06-04 01:58:42.761662994 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-relational-query-HDBC
#
-# 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,15 +18,14 @@
%global pkg_name relational-query-HDBC
Name: ghc-%{pkg_name}
-Version: 0.6.0.2
+Version: 0.6.0.3
Release: 0
Summary: HDBC instance of relational-query and typed query interface
for HDBC
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-HDBC-devel
BuildRequires: ghc-HDBC-session-devel
BuildRequires: ghc-containers-devel
@@ -41,7 +40,6 @@
BuildRequires: ghc-th-data-compat-devel
BuildRequires: ghc-transformers-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
This package contains the HDBC instance of relational-query and the typed query
@@ -64,15 +62,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ relational-query-HDBC-0.6.0.2.tar.gz ->
relational-query-HDBC-0.6.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/relational-query-HDBC-0.6.0.2/relational-query-HDBC.cabal
new/relational-query-HDBC-0.6.0.3/relational-query-HDBC.cabal
--- old/relational-query-HDBC-0.6.0.2/relational-query-HDBC.cabal
2016-06-19 09:08:46.000000000 +0200
+++ new/relational-query-HDBC-0.6.0.3/relational-query-HDBC.cabal
2017-05-04 11:45:17.000000000 +0200
@@ -1,5 +1,5 @@
name: relational-query-HDBC
-version: 0.6.0.2
+version: 0.6.0.3
synopsis: HDBC instance of relational-query and typed query
interface for HDBC
description: This package contains the HDBC instance of
relational-query and
the typed query interface for HDBC.
@@ -11,11 +11,11 @@
license-file: LICENSE
author: Kei Hibino, Shohei Murayama, Shohei Yasutake, Sho KURODA
maintainer: [email protected], [email protected],
[email protected], [email protected]
-copyright: Copyright (c) 2013-2016 Kei Hibino, Shohei Murayama,
Shohei Yasutake, Sho KURODA
+copyright: Copyright (c) 2013-2017 Kei Hibino, Shohei Murayama,
Shohei Yasutake, Sho KURODA
category: Database
build-type: Simple
cabal-version: >=1.10
-tested-with: GHC == 8.0.1
+tested-with: 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
@@ -55,7 +55,7 @@
, th-data-compat
, names-th
- , persistable-record >= 0.4
+ , persistable-record >= 0.4 && < 0.5
, relational-query >= 0.8
, relational-schemas
, HDBC >=2