commit ghc-optparse-applicative for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package ghc-optparse-applicative for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:40:20

Comparing /work/SRC/openSUSE:Leap:15.2/ghc-optparse-applicative (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ghc-optparse-applicative.new.26092 (New)


Package is "ghc-optparse-applicative"

Wed Feb 19 18:40:20 2020 rev:13 rq:771396 version:0.15.1.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/ghc-optparse-applicative/ghc-optparse-applicative.changes
  2020-01-15 15:02:24.225809432 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ghc-optparse-applicative.new.26092/ghc-optparse-applicative.changes
   2020-02-19 18:40:20.450126206 +0100
@@ -1,0 +2,28 @@
+Fri Nov  8 16:14:20 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---
+Fri Sep 13 10:29:54 UTC 2019 - psim...@suse.com
+
+- Update optparse-applicative to version 0.15.1.0.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  
http://hackage.haskell.org/package/optparse-applicative-0.15.1.0/src/CHANGELOG.md
+
+---
+Sat Jul  6 02:02:17 UTC 2019 - psim...@suse.com
+
+- Update optparse-applicative to version 0.15.0.0.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  
http://hackage.haskell.org/package/optparse-applicative-0.15.0.0/src/CHANGELOG.md
+
+---
+Tue Jun 11 14:29:14 UTC 2019 - Peter Simons 
+
+- Update Cabal file for more accurate build dependencies.
+
+---

Old:

  optparse-applicative-0.14.3.0.tar.gz

New:

  optparse-applicative-0.15.1.0.tar.gz



Other differences:
--
++ ghc-optparse-applicative.spec ++
--- /var/tmp/diff_new_pack.J6CXp1/_old  2020-02-19 18:40:21.066126962 +0100
+++ /var/tmp/diff_new_pack.J6CXp1/_new  2020-02-19 18:40:21.110127016 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-optparse-applicative
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -19,11 +19,10 @@
 %global pkg_name optparse-applicative
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.14.3.0
+Version:0.15.1.0
 Release:0
 Summary:Utilities and combinators for parsing command line options
 License:BSD-3-Clause
-Group:  Development/Libraries/Haskell
 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
@@ -50,7 +49,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}

++ optparse-applicative-0.14.3.0.tar.gz -> 
optparse-applicative-0.15.1.0.tar.gz ++
 6916 lines of diff (skipped)




commit ghc-optparse-applicative for openSUSE:Leap:15.2

2020-05-21 Thread root
Hello community,

here is the log from the commit of package ghc-optparse-applicative for 
openSUSE:Leap:15.2 checked in at 2020-05-21 12:58:00

Comparing /work/SRC/openSUSE:Leap:15.2/ghc-optparse-applicative (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ghc-optparse-applicative.new.2738 (New)


Package is "ghc-optparse-applicative"

Thu May 21 12:58:00 2020 rev:14 rq:802854 version:0.15.1.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/ghc-optparse-applicative/ghc-optparse-applicative.changes
  2020-02-19 18:40:20.450126206 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ghc-optparse-applicative.new.2738/ghc-optparse-applicative.changes
2020-05-21 12:58:00.674621513 +0200
@@ -1,0 +2,5 @@
+Thu May  7 08:08:23 UTC 2020 - Peter Simons 
+
+- Update Cabal file to get more accurate dependency information.
+
+---

New:

  optparse-applicative.cabal



Other differences:
--
++ ghc-optparse-applicative.spec ++
--- /var/tmp/diff_new_pack.ExxSBD/_old  2020-05-21 12:58:00.998622219 +0200
+++ /var/tmp/diff_new_pack.ExxSBD/_new  2020-05-21 12:58:00.998622219 +0200
@@ -25,6 +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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ansi-wl-pprint-devel
 BuildRequires:  ghc-process-devel
@@ -60,6 +61,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ optparse-applicative.cabal ++
name:optparse-applicative
version: 0.15.1.0
x-revision: 1
synopsis:Utilities and combinators for parsing command line options
description:
optparse-applicative is a haskell library for parsing options
on the command line, providing a powerful applicative interface
for composing these options.
.
optparse-applicative takes care of reading and validating the
arguments passed to the command line, handling and reporting
errors, generating a usage line, a comprehensive help screen,
and enabling context-sensitive bash completions.
.
See the included README for detailed instructions and examples,
which is also available on github
.
license: BSD3
license-file:LICENSE
author:  Paolo Capriotti, Huw Campbell
maintainer:  huw.campb...@gmail.com
copyright:   (c) 2012-2017 Paolo Capriotti 
category:System, CLI, Options, Parsing
build-type:  Simple
cabal-version:   >= 1.8
extra-source-files:  CHANGELOG.md
 README.md
 tests/alt.err.txt
 tests/cabal.err.txt
 tests/carry.err.txt
 tests/commands.err.txt
 tests/commands_header.err.txt
 tests/commands_header_full.err.txt
 tests/dropback.err.txt
 tests/hello.err.txt
 tests/helponempty.err.txt
 tests/helponemptysub.err.txt
 tests/long_equals.err.txt
 tests/formatting.err.txt
 tests/nested.err.txt
 tests/optional.err.txt
 tests/nested_optional.err.txt
 tests/subparsers.err.txt

homepage:https://github.com/pcapriotti/optparse-applicative
bug-reports: https://github.com/pcapriotti/optparse-applicative/issues
tested-with:
  GHC==7.0.4,
  GHC==7.2.2,
  GHC==7.4.2,
  GHC==7.6.3,
  GHC==7.8.4,
  GHC==7.10.3,
  GHC==8.0.2,
  GHC==8.2.2,
  GHC==8.4.4,
  GHC==8.6.5,
  GHC==8.8.1

source-repository head
  type: git
  location: https://github.com/pcapriotti/optparse-applicative.git

library
  hs-source-dirs:  src
  ghc-options: -Wall

  -- See https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0#base-4.9.0.0
  if impl(ghc >= 8.0)
ghc-options:  -Wno-redundant-constraints -Wcompat 
-Wnoncanonical-monad-instances
if impl(ghc < 8.8)
  ghc-options: -Wnoncanonical-monadfail-instances

  exposed-modules: Options.Applicative
 , Options.Applicative.Arrows
 , Options.Applicative.BashCompletion
 , Options.Applicative.Builder
 , Options.Applicative.Builder.Completer
 , Options.Applicative.Builder.Internal
 , Options.Applicative.Common