Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-text-format for openSUSE:Factory
checked in at 2023-01-18 13:10:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-text-format (Old)
and /work/SRC/openSUSE:Factory/.ghc-text-format.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-text-format"
Wed Jan 18 13:10:48 2023 rev:3 rq:1059119 version:0.3.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-text-format/ghc-text-format.changes
2020-12-22 11:47:17.113902541 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-text-format.new.32243/ghc-text-format.changes
2023-01-18 13:11:12.820942484 +0100
@@ -1,0 +2,16 @@
+Thu Dec 15 12:49:19 UTC 2022 - Peter Simons <[email protected]>
+
+- Update text-format to version 0.3.2.1 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Mon Nov 21 22:42:32 UTC 2022 - Peter Simons <[email protected]>
+
+- Update text-format to version 0.3.2.1.
+ # O.3.2.1 [Non-maintainer upload]
+
+ _2022-11-21_, Andreas Abel, on behalf of the Hackage Trustees
+
+ - Build with GHC 9.2
+
+-------------------------------------------------------------------
Old:
----
text-format-0.3.2.tar.gz
New:
----
text-format-0.3.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-text-format.spec ++++++
--- /var/tmp/diff_new_pack.pekPPn/_old 2023-01-18 13:11:13.540945273 +0100
+++ /var/tmp/diff_new_pack.pekPPn/_new 2023-01-18 13:11:13.544945288 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-text-format
#
-# 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
@@ -18,13 +18,13 @@
%global pkg_name text-format
Name: ghc-%{pkg_name}
-Version: 0.3.2
+Version: 0.3.2.1
Release: 0
Summary: Text formatting
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-double-conversion-devel
++++++ text-format-0.3.2.tar.gz -> text-format-0.3.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/text-format-0.3.2/CHANGELOG.md
new/text-format-0.3.2.1/CHANGELOG.md
--- old/text-format-0.3.2/CHANGELOG.md 2018-07-25 18:48:13.000000000 +0200
+++ new/text-format-0.3.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,9 @@
+# O.3.2.1 [Non-maintainer upload]
+
+_2022-11-21_, Andreas Abel, on behalf of the Hackage Trustees
+
+- Build with GHC 9.2
+
# O.3.2 [Non-maintainer upload]
- Semigroup-Monoid compatibility (GHC-8.4)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/text-format-0.3.2/Data/Text/Format/Int.hs
new/text-format-0.3.2.1/Data/Text/Format/Int.hs
--- old/text-format-0.3.2/Data/Text/Format/Int.hs 2018-07-25
18:48:13.000000000 +0200
+++ new/text-format-0.3.2.1/Data/Text/Format/Int.hs 2001-09-09
03:46:40.000000000 +0200
@@ -30,7 +30,7 @@
# if __GLASGOW_HASKELL__ < 611
import GHC.Integer.Internals
# else
-import GHC.Integer.GMP.Internals
+import GHC.Integer.GMP.Internals (Integer(..))
# endif
#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/text-format-0.3.2/README.markdown
new/text-format-0.3.2.1/README.markdown
--- old/text-format-0.3.2/README.markdown 2018-07-25 18:48:13.000000000
+0200
+++ new/text-format-0.3.2.1/README.markdown 2001-09-09 03:46:40.000000000
+0200
@@ -1,28 +1,17 @@
-# Welcome to text-format
+Welcome to text-format
+======================
-text-format is a fast and easy-to-use Haskell library for formatting
-text strings.
+`text-format` is a fast and easy-to-use Haskell library for formatting text
strings.
-# Join in!
-
-We are happy to receive bug reports, fixes, documentation enhancements,
-and other improvements.
-
-Please report bugs via the
-[github issue tracker](https://github.com/bos/text-format/issues).
-
-Master [git repository](https://github.com/bos/text-format):
-
-* `git clone git://github.com/bos/text-format.git`
-
-There's also a [Mercurial mirror](https://bitbucket.org/bos/text-format):
-
-* `hg clone https://bitbucket.org/bos/text-format`
-
-(You can create and contribute changes using either git or Mercurial.)
+You may report bugs via the
+[github issue tracker](https://github.com/haskell-trustees/text-format/issues).
Authors
-------
-This library is written and maintained by Bryan O'Sullivan,
-<[email protected]>.
+This library has been written by Bryan O'Sullivan, <[email protected]>.
+
+Related packages
+================
+
+- https://hackage.haskell.org/package/formatting
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/text-format-0.3.2/text-format.cabal
new/text-format-0.3.2.1/text-format.cabal
--- old/text-format-0.3.2/text-format.cabal 2018-07-25 18:48:13.000000000
+0200
+++ new/text-format-0.3.2.1/text-format.cabal 2001-09-09 03:46:40.000000000
+0200
@@ -1,15 +1,15 @@
+cabal-version: >= 1.10
name: text-format
-version: 0.3.2
+version: 0.3.2.1
license: BSD3
license-file: LICENSE
-homepage: https://github.com/bos/text-format
-bug-reports: https://github.com/bos/text-format/issues
+homepage: https://github.com/hackage-trustees/text-format
+bug-reports: https://github.com/hackage-trustees/text-format/issues
category: Text
author: Bryan O'Sullivan <[email protected]>
-maintainer: Bryan O'Sullivan <[email protected]>
+maintainer: Hackage Trustees
stability: experimental
synopsis: Text formatting
-cabal-version: >= 1.8
build-type: Simple
description:
A text formatting library optimized for both ease of use and high
@@ -24,8 +24,12 @@
|| == 7.10.3
|| == 8.0.2
|| == 8.2.2
- || == 8.4.3
- || == 8.6.1
+ || == 8.4.4
+ || == 8.6.5
+ || == 8.8.4
+ || == 8.10.7
+ || == 9.0.2
+ || == 9.2.5
extra-source-files:
README.markdown
@@ -52,15 +56,17 @@
Data.Text.Format.Int
build-depends:
- array,
- base >=4.3 && <4.12,
- integer-gmp >= 0.2,
- double-conversion >= 0.2.0.0,
- ghc-prim,
- old-locale,
- text >= 0.11.0.8,
- time,
- transformers
+ array
+ , base >= 4.3 && < 4.17
+ , integer-gmp >= 0.2
+ , double-conversion >= 0.2.0.0
+ , ghc-prim
+ , old-locale
+ , text >= 0.11.0.8
+ , time
+ , transformers
+
+ default-language: Haskell98
if flag(developer)
ghc-options: -Werror
@@ -72,12 +78,8 @@
if !impl(ghc >= 8.0)
build-depends:
- semigroups >= 0.18.5 && < 0.19
+ semigroups >= 0.18.5 && < 0.20
source-repository head
type: git
- location: https://github.com/bos/text-format
-
-source-repository head
- type: mercurial
- location: https://bitbucket.org/bos/text-format
+ location: https://github.com/hackage-trustees/text-format.git
++++++ text-format.cabal ++++++
--- /var/tmp/diff_new_pack.pekPPn/_old 2023-01-18 13:11:13.680945815 +0100
+++ /var/tmp/diff_new_pack.pekPPn/_new 2023-01-18 13:11:13.684945831 +0100
@@ -1,16 +1,16 @@
+cabal-version: >= 1.10
name: text-format
-version: 0.3.2
-x-revision: 2
+version: 0.3.2.1
+x-revision: 1
license: BSD3
license-file: LICENSE
-homepage: https://github.com/bos/text-format
-bug-reports: https://github.com/bos/text-format/issues
+homepage: https://github.com/hackage-trustees/text-format
+bug-reports: https://github.com/hackage-trustees/text-format/issues
category: Text
author: Bryan O'Sullivan <[email protected]>
-maintainer: Bryan O'Sullivan <[email protected]>
+maintainer: Hackage Trustees
stability: experimental
synopsis: Text formatting
-cabal-version: >= 1.8
build-type: Simple
description:
A text formatting library optimized for both ease of use and high
@@ -25,10 +25,13 @@
|| == 7.10.3
|| == 8.0.2
|| == 8.2.2
- || == 8.4.3
+ || == 8.4.4
|| == 8.6.5
- || == 8.8.3
- || == 8.10.1
+ || == 8.8.4
+ || == 8.10.7
+ || == 9.0.2
+ || == 9.2.5
+ || == 9.4.3
extra-source-files:
README.markdown
@@ -55,15 +58,17 @@
Data.Text.Format.Int
build-depends:
- array,
- base >=4.3 && <4.15,
- integer-gmp >= 0.2,
- double-conversion >= 0.2.0.0,
- ghc-prim,
- old-locale,
- text >= 0.11.0.8,
- time,
- transformers
+ array
+ , base >= 4.3 && < 4.18
+ , integer-gmp >= 0.2
+ , double-conversion >= 0.2.0.0
+ , ghc-prim
+ , old-locale
+ , text >= 0.11.0.8
+ , time
+ , transformers
+
+ default-language: Haskell98
if flag(developer)
ghc-options: -Werror
@@ -75,13 +80,9 @@
if !impl(ghc >= 8.0)
build-depends:
- semigroups >= 0.18.5 && < 0.20
+ semigroups >= 0.18.5 && < 0.20
source-repository head
type: git
location: https://github.com/hackage-trustees/text-format.git
-source-repository head
- type: mercurial
- location: https://bitbucket.org/bos/text-format
-