commit ghc-relational-query-HDBC for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package ghc-relational-query-HDBC for 
openSUSE:Factory checked in at 2017-08-31 20:58:25

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"

Thu Aug 31 20:58:25 2017 rev:3 rq:513468 version:0.6.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-relational-query-HDBC/ghc-relational-query-HDBC.changes
  2017-06-04 01:58:42.233737576 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-relational-query-HDBC.new/ghc-relational-query-HDBC.changes
 2017-08-31 20:58:26.346761712 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:03 UTC 2017 - psim...@suse.com
+
+- Update to version 0.6.4.0.
+
+---

Old:

  relational-query-HDBC-0.6.0.3.tar.gz

New:

  relational-query-HDBC-0.6.4.0.tar.gz



Other differences:
--
++ ghc-relational-query-HDBC.spec ++
--- /var/tmp/diff_new_pack.Z03Jq3/_old  2017-08-31 20:58:27.366618420 +0200
+++ /var/tmp/diff_new_pack.Z03Jq3/_new  2017-08-31 20:58:27.406612800 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name relational-query-HDBC
 Name:   ghc-%{pkg_name}
-Version:0.6.0.3
+Version:0.6.4.0
 Release:0
 Summary:HDBC instance of relational-query and typed query interface 
for HDBC
 License:BSD-3-Clause
@@ -80,5 +80,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc ChangeLog.md
 
 %changelog

++ relational-query-HDBC-0.6.0.3.tar.gz -> 
relational-query-HDBC-0.6.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relational-query-HDBC-0.6.0.3/ChangeLog.md 
new/relational-query-HDBC-0.6.4.0/ChangeLog.md
--- old/relational-query-HDBC-0.6.0.3/ChangeLog.md  1970-01-01 
01:00:00.0 +0100
+++ new/relational-query-HDBC-0.6.4.0/ChangeLog.md  2017-07-24 
15:01:07.0 +0200
@@ -0,0 +1,45 @@
+
+
+## 0.6.4.0
+
+- add new function name definitions to execute bounded statement.
+
+## 0.6.2.1
+
+- add tested-with 8.2.1.
+
+## 0.6.2.0
+
+- Apply generic instances.
+
+## 0.6.0.2
+
+- Add tested-with.
+
+## 0.6.0.1
+
+- Update compatibility for GHC 8.
+- Drop old tests of Oracle.
+
+## 0.6.0.0
+
+- Use updated template of persistable-record.
+- Drop persistableSqlValue.
+
+## 0.5.0.0
+
+- Use updated template of relational-query.
+- Drop old examples of Oracle.
+
+## 0.4.0.0
+
+- TH quotation of derive class names.
+
+## 0.3.0.0
+
+- Hide chunksInsertActions.
+- Add withPrepareDelete.
+
+## 0.2.0.0
+
+- Add logging interface for schema driver.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/relational-query-HDBC-0.6.0.3/relational-query-HDBC.cabal 
new/relational-query-HDBC-0.6.4.0/relational-query-HDBC.cabal
--- old/relational-query-HDBC-0.6.0.3/relational-query-HDBC.cabal   
2017-05-04 11:45:17.0 +0200
+++ new/relational-query-HDBC-0.6.4.0/relational-query-HDBC.cabal   
2017-07-24 15:01:07.0 +0200
@@ -1,5 +1,5 @@
 name:relational-query-HDBC
-version: 0.6.0.3
+version: 0.6.4.0
 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.
@@ -15,11 +15,13 @@
 category:Database
 build-type:  Simple
 cabal-version:   >=1.10
-tested-with:   GHC == 8.0.1, GHC == 8.0.2
+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
  , GHC == 7.4.1, GHC == 7.4.2
+extra-source-files:  ChangeLog.md
 
 library
   exposed-modules:
@@ -55,8 +57,8 @@
, th-data-compat
 
, names-th
-   , persistable-record >= 0.4 && < 0.5
-   , relational-query >= 0.8
+   , persistable-record >= 0.5
+   , relational-query >= 0.9
, relational-schemas
, HDBC >=2
, HDBC-session
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/relational-query-HDBC-0.6.0.3/src/Database/HDBC/Query/TH.hs 
new/relational-query-HDBC-0.6.4.0/src/Database/HDBC/Query/TH.hs
--- 

commit ghc-relational-query-HDBC for openSUSE:Factory

2017-06-03 Thread root
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 - psim...@suse.com
+
+- 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.0 +0200
+++ new/relational-query-HDBC-0.6.0.3/relational-query-HDBC.cabal   
2017-05-04 11:45:17.0 +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:  ex8k.hib...@gmail.com, shohei.muray...@gmail.com, 
amutak...@gmail.com, krd...@gmail.com
-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