Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-optional-args for
openSUSE:Factory checked in at 2022-10-13 15:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optional-args (Old)
and /work/SRC/openSUSE:Factory/.ghc-optional-args.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-optional-args"
Thu Oct 13 15:42:40 2022 rev:9 rq:1008496 version:1.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-optional-args/ghc-optional-args.changes
2020-12-22 11:43:48.429734332 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-optional-args.new.2275/ghc-optional-args.changes
2022-10-13 15:42:47.598813837 +0200
@@ -1,0 +2,6 @@
+Sun Sep 4 23:34:38 UTC 2022 - Peter Simons <[email protected]>
+
+- Update optional-args to version 1.0.2 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-optional-args.spec ++++++
--- /var/tmp/diff_new_pack.6pGHfe/_old 2022-10-13 15:42:48.074814766 +0200
+++ /var/tmp/diff_new_pack.6pGHfe/_new 2022-10-13 15:42:48.078814774 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-optional-args
#
-# Copyright (c) 2020 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,7 +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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
ExcludeArch: %{ix86}
++++++ optional-args.cabal ++++++
--- /var/tmp/diff_new_pack.6pGHfe/_old 2022-10-13 15:42:48.122814860 +0200
+++ /var/tmp/diff_new_pack.6pGHfe/_new 2022-10-13 15:42:48.126814868 +0200
@@ -1,14 +1,14 @@
Name: optional-args
Version: 1.0.2
-x-revision: 1
+x-revision: 2
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
License-File: LICENSE
-Copyright: 2015 Gabriel Gonzalez
-Author: Gabriel Gonzalez
-Maintainer: [email protected]
-Bug-Reports: https://github.com/Gabriel439/Haskell-Optional-Args-Library/issues
+Copyright: 2015 Gabriella Gonzalez
+Author: Gabriella Gonzalez
+Maintainer: [email protected]
+Bug-Reports:
https://github.com/Gabriella439/Haskell-Optional-Args-Library/issues
Synopsis: Optional function arguments
Description: This library provides a type for specifying `Optional` function
arguments
@@ -17,7 +17,7 @@
Category: Data
Source-Repository head
Type: git
- Location: https://github.com/Gabriel439/Haskell-Optional-Args-Library
+ Location: https://github.com/Gabriella439/Haskell-Optional-Args-Library
Library
HS-Source-Dirs: src