Hello community,
here is the log from the commit of package ghc-optparse-applicative for
openSUSE:Factory checked in at 2017-03-14 10:05:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optparse-applicative (Old)
and /work/SRC/openSUSE:Factory/.ghc-optparse-applicative.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-optparse-applicative"
Tue Mar 14 10:05:41 2017 rev:5 rq:461667 version:0.13.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-optparse-applicative/ghc-optparse-applicative.changes
2016-07-20 09:28:41.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-optparse-applicative.new/ghc-optparse-applicative.changes
2017-03-14 10:05:42.395517468 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 14:16:49 UTC 2017 - [email protected]
+
+- Update to version 0.13.1.0 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
optparse-applicative-0.12.1.0.tar.gz
New:
----
optparse-applicative-0.13.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-optparse-applicative.spec ++++++
--- /var/tmp/diff_new_pack.CMryHK/_old 2017-03-14 10:05:43.063422893 +0100
+++ /var/tmp/diff_new_pack.CMryHK/_new 2017-03-14 10:05:43.063422893 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-optparse-applicative
#
-# 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
@@ -17,23 +17,25 @@
%global pkg_name optparse-applicative
+%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.12.1.0
+Version: 0.13.1.0
Release: 0
Summary: Utilities and combinators for parsing command line options
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-ansi-wl-pprint-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-transformers-compat-devel
BuildRequires: ghc-transformers-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
+%if %{with tests}
+BuildRequires: ghc-QuickCheck-devel
+%endif
%description
Here is a simple example of an applicative option parser:
@@ -91,14 +93,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
+%check
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ optparse-applicative-0.12.1.0.tar.gz ->
optparse-applicative-0.13.1.0.tar.gz ++++++
++++ 3089 lines of diff (skipped)