Hello community,
here is the log from the commit of package ghc-persistent-sqlite for
openSUSE:Factory checked in at 2016-10-23 12:50:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-persistent-sqlite (Old)
and /work/SRC/openSUSE:Factory/.ghc-persistent-sqlite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-persistent-sqlite"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-persistent-sqlite/ghc-persistent-sqlite.changes
2016-07-21 08:16:07.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-persistent-sqlite.new/ghc-persistent-sqlite.changes
2016-10-23 12:50:59.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 07:08:10 UTC 2016 - [email protected]
+
+- Update to version 2.6 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
persistent-sqlite-2.2.1.tar.gz
New:
----
persistent-sqlite-2.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-persistent-sqlite.spec ++++++
--- /var/tmp/diff_new_pack.PcFqxG/_old 2016-10-23 12:51:00.000000000 +0200
+++ /var/tmp/diff_new_pack.PcFqxG/_new 2016-10-23 12:51:00.000000000 +0200
@@ -19,15 +19,14 @@
%global pkg_name persistent-sqlite
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 2.2.1
+Version: 2.6
Release: 0
Summary: Backend for the persistent library using sqlite3
License: MIT
-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-aeson-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-conduit-devel
@@ -36,19 +35,20 @@
BuildRequires: ghc-monad-logger-devel
BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-persistent-devel
+BuildRequires: ghc-resource-pool-devel
BuildRequires: ghc-resourcet-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-transformers-devel
BuildRequires: glibc-devel
+BuildRequires: sqlite3-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-persistent-template-devel
+BuildRequires: ghc-temporary-devel
%endif
-# End cabal-rpm deps
-BuildRequires: sqlite3-devel
%description
This package includes a thin sqlite3 wrapper based on the direct-sqlite
@@ -59,12 +59,10 @@
Group: Development/Libraries/Other
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
-# Begin cabal-rpm deps:
Requires: glibc-devel
+Requires: sqlite3-devel
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
-# End cabal-rpm deps
-Requires: sqlite3-devel
%description devel
This package provides the Haskell %{pkg_name} library development
@@ -77,16 +75,11 @@
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ persistent-sqlite-2.2.1.tar.gz -> persistent-sqlite-2.6.tar.gz ++++++
++++ 61470 lines of diff (skipped)