Hello community,

here is the log from the commit of package ghc-sql-words for openSUSE:Factory 
checked in at 2017-06-22 10:39:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-sql-words (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-sql-words.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-sql-words"

Thu Jun 22 10:39:05 2017 rev:2 rq:504105 version:0.1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-sql-words/ghc-sql-words.changes      
2016-11-02 12:38:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-sql-words.new/ghc-sql-words.changes 
2017-06-22 10:39:06.336513021 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:09 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.5.0.
+
+-------------------------------------------------------------------

Old:
----
  sql-words-0.1.4.1.tar.gz

New:
----
  sql-words-0.1.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-sql-words.spec ++++++
--- /var/tmp/diff_new_pack.K0CJgR/_old  2017-06-22 10:39:06.836442539 +0200
+++ /var/tmp/diff_new_pack.K0CJgR/_new  2017-06-22 10:39:06.836442539 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-sql-words
 #
-# 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
@@ -19,22 +19,20 @@
 %global pkg_name sql-words
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.4.1
+Version:        0.1.5.0
 Release:        0
-Summary:        Simple idea SQL keywords data constructor into OverloadedString
+Summary:        SQL keywords data constructors into OverloadedString
 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
 BuildRequires:  ghc-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# Begin cabal-rpm deps:
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-quickcheck-simple-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package contiains SQL keywords constructors defined as OverloadedString
@@ -54,20 +52,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++++++ sql-words-0.1.4.1.tar.gz -> sql-words-0.1.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sql-words-0.1.4.1/sql-words.cabal 
new/sql-words-0.1.5.0/sql-words.cabal
--- old/sql-words-0.1.4.1/sql-words.cabal       2016-06-19 07:56:43.000000000 
+0200
+++ new/sql-words-0.1.5.0/sql-words.cabal       2017-05-29 09:51:14.000000000 
+0200
@@ -1,6 +1,6 @@
 name:                sql-words
-version:             0.1.4.1
-synopsis:            Simple idea SQL keywords data constructor into 
OverloadedString
+version:             0.1.5.0
+synopsis:            SQL keywords data constructors into OverloadedString
 description:         This package contiains SQL keywords constructors defined 
as
                      OverloadedString literals and helper functions to concate 
these.
 homepage:            http://khibino.github.io/haskell-relational-record/
@@ -8,11 +8,11 @@
 license-file:        LICENSE
 author:              Kei Hibino
 maintainer:          ex8k.hib...@gmail.com
-copyright:           Copyright (c) 2013-2016 Kei Hibino
+copyright:           Copyright (c) 2013-2017 Kei Hibino
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sql-words-0.1.4.1/src/Language/SQL/Keyword/Internal/Type.hs 
new/sql-words-0.1.5.0/src/Language/SQL/Keyword/Internal/Type.hs
--- old/sql-words-0.1.4.1/src/Language/SQL/Keyword/Internal/Type.hs     
2016-06-19 07:56:43.000000000 +0200
+++ new/sql-words-0.1.5.0/src/Language/SQL/Keyword/Internal/Type.hs     
2017-05-29 09:51:14.000000000 +0200
@@ -56,12 +56,15 @@
 -- | Type represent SQL keywords.
 data Keyword = SELECT | ALL | DISTINCT | ON
              | GROUP | COUNT | SUM | AVG | MAX | MIN | EVERY | ANY | SOME
-             | ORDER | BY | ASC | DESC
              | CUBE | ROLLUP | GROUPING | SETS | HAVING
              | FOR
 
+             | ORDER | BY | ASC | DESC | NULLS | LAST
+
+             | OFFSET
              | LIMIT
-             | FETCH | FIRST | NEXT | ROW | ROWS | ONLY
+             | FETCH | FIRST | NEXT | PERCENT
+             | ROW | ROWS | ONLY | TIES
 
              | UNION | EXCEPT | INTERSECT
 


Reply via email to