Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-optparse-generic for
openSUSE:Factory checked in at 2021-02-16 22:38:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optparse-generic (Old)
and /work/SRC/openSUSE:Factory/.ghc-optparse-generic.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-optparse-generic"
Tue Feb 16 22:38:50 2021 rev:3 rq:870874 version:1.4.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-optparse-generic/ghc-optparse-generic.changes
2020-12-22 11:43:52.449737572 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-optparse-generic.new.28504/ghc-optparse-generic.changes
2021-02-16 22:48:37.962565480 +0100
@@ -1,0 +2,6 @@
+Wed Feb 3 20:26:00 UTC 2021 - [email protected]
+
+- Update optparse-generic to version 1.4.4 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
optparse-generic.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-optparse-generic.spec ++++++
--- /var/tmp/diff_new_pack.liY155/_old 2021-02-16 22:48:38.590565971 +0100
+++ /var/tmp/diff_new_pack.liY155/_new 2021-02-16 22:48:38.594565973 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-optparse-generic
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,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
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Only-devel
BuildRequires: ghc-bytestring-devel
@@ -56,6 +57,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ optparse-generic.cabal ++++++
Name: optparse-generic
Version: 1.4.4
x-revision: 1
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2016 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: [email protected]
Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
Bug-Reports:
https://github.com/Gabriel439/Haskell-Optparse-Generic-Library/issues
Synopsis: Auto-generate a command-line parser for your datatype
Description: This library auto-generates an @optparse-applicative@-compatible
@Parser@ from any data type that derives the @Generic@ interface.
.
See the documentation in "Options.Generic" for an example of how to use
this library
Category: System
Extra-Source-Files: CHANGELOG.md
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-Optparse-Generic-Library
Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4.6 && < 5 ,
system-filepath >= 0.3.1 && < 0.5 ,
text < 1.3 ,
transformers >= 0.2.0.0 && < 0.6 ,
Only < 0.2 ,
optparse-applicative >= 0.16.0.0 && < 0.17,
time >= 1.5 && < 1.10,
void < 0.8 ,
bytestring < 0.12
if impl(ghc < 8.0)
Build-Depends:
semigroups >= 0.5.0 && < 0.20
if impl(ghc < 7.8)
Build-Depends:
singletons >= 0.10.0 && < 1.0 ,
tagged >= 0.8.3 && < 0.9 ,
th-desugar < 1.5.1
Exposed-Modules: Options.Generic
GHC-Options: -Wall
Default-Language: Haskell2010