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 2022-02-11 23:07:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optparse-generic (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-optparse-generic.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-optparse-generic"

Fri Feb 11 23:07:56 2022 rev:7 rq:953397 version:1.4.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-optparse-generic/ghc-optparse-generic.changes    
    2021-11-17 01:14:00.238166466 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-optparse-generic.new.1956/ghc-optparse-generic.changes
      2022-02-11 23:09:50.891022097 +0100
@@ -1,0 +2,6 @@
+Thu Feb  3 03:36:31 UTC 2022 - Peter Simons <[email protected]>
+
+- Update optparse-generic to version 1.4.7 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  optparse-generic.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-optparse-generic.spec ++++++
--- /var/tmp/diff_new_pack.qbj2jk/_old  2022-02-11 23:09:51.931025104 +0100
+++ /var/tmp/diff_new_pack.qbj2jk/_new  2022-02-11 23:09:51.935025117 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-optparse-generic
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-Only-devel
 BuildRequires:  ghc-bytestring-devel
@@ -57,6 +58,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.7
x-revision: 2
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.7      && < 5   ,
        system-filepath      >= 0.3.1    && < 0.5 ,
        text                                < 2.1 ,
        transformers         >= 0.2.0.0  && < 0.7 ,
        transformers-compat  >= 0.3      && < 0.8 ,
        Only                                < 0.2 ,
        optparse-applicative >= 0.16.0.0 && < 0.18,
        time                 >= 1.5      && < 1.13,
        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

Reply via email to