Hello community,
here is the log from the commit of package ghc-monad-unlift-ref for
openSUSE:Factory checked in at 2017-04-11 09:48:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-monad-unlift-ref (Old)
and /work/SRC/openSUSE:Factory/.ghc-monad-unlift-ref.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-monad-unlift-ref"
Tue Apr 11 09:48:22 2017 rev:2 rq:486506 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-monad-unlift-ref/ghc-monad-unlift-ref.changes
2016-11-10 13:16:09.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-monad-unlift-ref.new/ghc-monad-unlift-ref.changes
2017-04-11 09:48:23.957652434 +0200
@@ -1,0 +2,5 @@
+Fri Apr 7 15:27:14 UTC 2017 - [email protected]
+
+- Improve generated package %description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-monad-unlift-ref.spec ++++++
--- /var/tmp/diff_new_pack.0ysdc0/_old 2017-04-11 09:48:25.105490286 +0200
+++ /var/tmp/diff_new_pack.0ysdc0/_new 2017-04-11 09:48:25.109489722 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-monad-unlift-ref
#
-# 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
@@ -22,11 +22,10 @@
Release: 0
Summary: Typeclasses for representing monad transformer unlifting
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-constraints-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-monad-control-devel
@@ -39,10 +38,9 @@
BuildRequires: ghc-transformers-base-devel
BuildRequires: ghc-transformers-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
-See README.md.
+Typeclasses for representing monad transformer unlifting.
%package devel
Summary: Haskell %{pkg_name} library development files
@@ -59,15 +57,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache