Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-optparse-applicative for
openSUSE:Factory checked in at 2021-12-19 17:34:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optparse-applicative (Old)
and /work/SRC/openSUSE:Factory/.ghc-optparse-applicative.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-optparse-applicative"
Sun Dec 19 17:34:48 2021 rev:21 rq:934288 version:0.16.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-optparse-applicative/ghc-optparse-applicative.changes
2021-08-25 20:57:58.857179093 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-optparse-applicative.new.2520/ghc-optparse-applicative.changes
2021-12-19 17:35:05.204292419 +0100
@@ -1,0 +2,6 @@
+Sat Nov 20 17:29:48 UTC 2021 - [email protected]
+
+- Update optparse-applicative to version 0.16.1.0 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-optparse-applicative.spec ++++++
--- /var/tmp/diff_new_pack.ntSaY8/_old 2021-12-19 17:35:05.700292769 +0100
+++ /var/tmp/diff_new_pack.ntSaY8/_new 2021-12-19 17:35:05.708292775 +0100
@@ -25,7 +25,7 @@
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-ansi-wl-pprint-devel
BuildRequires: ghc-process-devel
++++++ optparse-applicative.cabal ++++++
--- /var/tmp/diff_new_pack.ntSaY8/_old 2021-12-19 17:35:05.748292803 +0100
+++ /var/tmp/diff_new_pack.ntSaY8/_new 2021-12-19 17:35:05.756292808 +0100
@@ -1,6 +1,6 @@
name: optparse-applicative
version: 0.16.1.0
-x-revision: 1
+x-revision: 2
synopsis: Utilities and combinators for parsing command line options
description:
optparse-applicative is a haskell library for parsing options
@@ -104,7 +104,7 @@
build-depends: process >= 1.0 && < 1.7
if !impl(ghc >= 8)
- build-depends: semigroups >= 0.10 && < 0.20
+ build-depends: semigroups >= 0.10 && < 0.21
, fail == 4.9.*
test-suite tests