Hello community,
here is the log from the commit of package ghc-generic-deriving for
openSUSE:Factory checked in at 2016-10-19 13:04:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generic-deriving (Old)
and /work/SRC/openSUSE:Factory/.ghc-generic-deriving.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-generic-deriving"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-generic-deriving/ghc-generic-deriving.changes
2016-07-21 08:12:30.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-generic-deriving.new/ghc-generic-deriving.changes
2016-10-19 13:04:09.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:48:32 UTC 2016 - [email protected]
+
+- Update to version 1.11.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
generic-deriving-1.10.5.tar.gz
New:
----
generic-deriving-1.11.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-generic-deriving.spec ++++++
--- /var/tmp/diff_new_pack.BzlhjK/_old 2016-10-19 13:04:11.000000000 +0200
+++ /var/tmp/diff_new_pack.BzlhjK/_new 2016-10-19 13:04:11.000000000 +0200
@@ -17,21 +17,23 @@
%global pkg_name generic-deriving
+%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.10.5
+Version: 1.11.1
Release: 0
Summary: Generic programming library for generalised deriving
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-containers-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-template-haskell-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
+%if %{with tests}
+BuildRequires: ghc-hspec-devel
+%endif
%description
This package provides functionality for generalising the deriving mechanism in
@@ -42,7 +44,7 @@
The current implementation integrates with the new GHC Generics. See
<http://www.haskell.org/haskellwiki/GHC.Generics> for more information.
-Template Haskell code is provided for supporting GHC before version 7.2.
+Template Haskell code is provided for supporting older GHCs.
%package devel
Summary: Haskell %{pkg_name} library development files
@@ -59,14 +61,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
+%check
+%cabal_test
%post devel
%ghc_pkg_recache
@@ -80,6 +82,6 @@
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
-%doc CHANGELOG.md README.md examples
+%doc CHANGELOG.md README.md
%changelog
++++++ generic-deriving-1.10.5.tar.gz -> generic-deriving-1.11.1.tar.gz ++++++
++++ 4094 lines of diff (skipped)