Hello community,
here is the log from the commit of package ghc-relational-record for
openSUSE:Factory checked in at 2017-02-06 15:24:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-relational-record (Old)
and /work/SRC/openSUSE:Factory/.ghc-relational-record.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-relational-record"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-relational-record/ghc-relational-record.changes
2017-02-03 17:39:49.674639618 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-relational-record.new/ghc-relational-record.changes
2017-02-06 15:24:01.364203446 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 06:49:11 UTC 2016 - [email protected]
+
+- Update to version 0.1.5.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
relational-record-0.1.5.0.tar.gz
New:
----
relational-record-0.1.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-relational-record.spec ++++++
--- /var/tmp/diff_new_pack.mJnRsh/_old 2017-02-06 15:24:01.876130284 +0100
+++ /var/tmp/diff_new_pack.mJnRsh/_new 2017-02-06 15:24:01.880129712 +0100
@@ -18,21 +18,19 @@
%global pkg_name relational-record
Name: ghc-%{pkg_name}
-Version: 0.1.5.0
+Version: 0.1.5.1
Release: 0
Summary: Meta package of Relational Record
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-persistable-types-HDBC-pg-devel
BuildRequires: ghc-relational-query-HDBC-devel
BuildRequires: ghc-relational-query-devel
BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
Meta package to install Relational Record quickly.
@@ -52,15 +50,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ relational-record-0.1.5.0.tar.gz -> relational-record-0.1.5.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/relational-record-0.1.5.0/relational-record.cabal
new/relational-record-0.1.5.1/relational-record.cabal
--- old/relational-record-0.1.5.0/relational-record.cabal 2016-05-26
17:32:38.000000000 +0200
+++ new/relational-record-0.1.5.1/relational-record.cabal 2016-09-06
08:39:23.000000000 +0200
@@ -1,5 +1,5 @@
name: relational-record
-version: 0.1.5.0
+version: 0.1.5.1
synopsis: Meta package of Relational Record
description: Meta package to install Relational Record quickly
homepage: http://khibino.github.io/haskell-relational-record/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/relational-record-0.1.5.0/src/Database/Relational/Query/Documentation.hs
new/relational-record-0.1.5.1/src/Database/Relational/Query/Documentation.hs
---
old/relational-record-0.1.5.0/src/Database/Relational/Query/Documentation.hs
2016-05-26 17:32:38.000000000 +0200
+++
new/relational-record-0.1.5.1/src/Database/Relational/Query/Documentation.hs
2016-09-06 08:39:23.000000000 +0200
@@ -1,6 +1,6 @@
-- |
-- Module : Database.Relational.Query.Documentation
--- Copyright : 2014 Kei Hibino
+-- Copyright : 2014-2016 Kei Hibino
-- License : BSD3
--
-- Maintainer : [email protected]
@@ -218,7 +218,7 @@
'distinct' operator and 'all'' operator specify SELECT DISTINCT or SELECT ALL,
the last specified in monad is used.
-'(<-#)' operator assigns update target column and projection value to build
update statement structure.
+'<-#' operator assigns update target column and projection value to build
update statement structure.
-}
{- $directJoin