Hello community,
here is the log from the commit of package ghc-wai-middleware-caching-lru for
openSUSE:Factory checked in at 2017-04-14 13:36:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-wai-middleware-caching-lru (Old)
and /work/SRC/openSUSE:Factory/.ghc-wai-middleware-caching-lru.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-wai-middleware-caching-lru"
Fri Apr 14 13:36:54 2017 rev:2 rq:484207 version:0.1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-wai-middleware-caching-lru/ghc-wai-middleware-caching-lru.changes
2017-01-18 21:39:43.810205047 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-wai-middleware-caching-lru.new/ghc-wai-middleware-caching-lru.changes
2017-04-14 13:36:56.601986016 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 14:57:25 UTC 2017 - [email protected]
+
+- Improve package description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-wai-middleware-caching-lru.spec ++++++
--- /var/tmp/diff_new_pack.T8Z9Y5/_old 2017-04-14 13:36:57.565849795 +0200
+++ /var/tmp/diff_new_pack.T8Z9Y5/_new 2017-04-14 13:36:57.565849795 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-wai-middleware-caching-lru
#
-# 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
@@ -20,13 +20,12 @@
Name: ghc-%{pkg_name}
Version: 0.1.0.0
Release: 0
-Summary: Initial project template from stack
+Summary: Provide caching ability to WAI middlewares
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-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-http-types-devel
@@ -36,10 +35,9 @@
BuildRequires: ghc-wai-devel
BuildRequires: ghc-wai-middleware-caching-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
-Please see README.md.
+This library provides WAI middlewares caching ability.
%package devel
Summary: Haskell %{pkg_name} library development files
@@ -56,15 +54,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache