Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-text-metrics for
openSUSE:Factory checked in at 2022-10-18 12:45:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-text-metrics (Old)
and /work/SRC/openSUSE:Factory/.ghc-text-metrics.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-text-metrics"
Tue Oct 18 12:45:25 2022 rev:14 rq:1029626 version:0.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-text-metrics/ghc-text-metrics.changes
2022-10-13 15:43:24.130885153 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-text-metrics.new.2275/ghc-text-metrics.changes
2022-10-18 12:45:49.665836826 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 19:15:37 UTC 2022 - Peter Simons <[email protected]>
+
+- Update text-metrics to version 0.3.2 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-text-metrics.spec ++++++
--- /var/tmp/diff_new_pack.YvqeRj/_old 2022-10-18 12:45:50.061837727 +0200
+++ /var/tmp/diff_new_pack.YvqeRj/_new 2022-10-18 12:45:50.065837737 +0200
@@ -25,7 +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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-rpm-macros
++++++ text-metrics.cabal ++++++
--- /var/tmp/diff_new_pack.YvqeRj/_old 2022-10-18 12:45:50.105837828 +0200
+++ /var/tmp/diff_new_pack.YvqeRj/_new 2022-10-18 12:45:50.109837837 +0200
@@ -1,7 +1,7 @@
cabal-version: 2.4
name: text-metrics
version: 0.3.2
-x-revision: 1
+x-revision: 2
license: BSD-3-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <[email protected]>
@@ -33,7 +33,7 @@
base >=4.13 && <5.0,
containers >=0.5 && <0.7,
text >=0.2 && <2.1,
- vector >=0.11 && <0.13
+ vector >=0.11 && <0.14
if flag(dev)
ghc-options: -Wall -Werror