Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-text-short for openSUSE:Factory checked in at 2023-10-11 23:56:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-text-short (Old) and /work/SRC/openSUSE:Factory/.ghc-text-short.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-text-short" Wed Oct 11 23:56:00 2023 rev:11 rq:1116853 version:0.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-text-short/ghc-text-short.changes 2023-04-04 21:24:08.590461856 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-text-short.new.1807/ghc-text-short.changes 2023-10-12 11:41:26.343594731 +0200 @@ -1,0 +2,6 @@ +Tue Oct 3 21:07:52 UTC 2023 - Peter Simons <[email protected]> + +- Update text-short to version 0.1.5 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-text-short.spec ++++++ --- /var/tmp/diff_new_pack.lNJDyU/_old 2023-10-12 11:41:27.031619317 +0200 +++ /var/tmp/diff_new_pack.lNJDyU/_new 2023-10-12 11:41:27.035619460 +0200 @@ -26,7 +26,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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ text-short.cabal ++++++ --- /var/tmp/diff_new_pack.lNJDyU/_old 2023-10-12 11:41:27.075620890 +0200 +++ /var/tmp/diff_new_pack.lNJDyU/_new 2023-10-12 11:41:27.079621033 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.18 name: text-short version: 0.1.5 -x-revision: 2 +x-revision: 3 synopsis: Memory-efficient representation of Unicode text strings license: BSD3 license-file: LICENSE @@ -25,9 +25,10 @@ || ==8.8.3 || ==8.10.7 || ==9.0.2 - || ==9.2.7 - || ==9.4.4 - || ==9.6.1 + || ==9.2.8 + || ==9.4.7 + || ==9.6.3 + || ==9.8.1 extra-source-files: ChangeLog.md @@ -48,14 +49,14 @@ other-modules: Data.Text.Short.Internal build-depends: - base >=4.7 && <4.19 + base >=4.7 && <4.20 , binary >=0.7.1 && <0.9 - , bytestring >=0.10.4 && <0.12 - , deepseq >=1.3 && <1.5 - , ghc-prim >=0.3.1 && <0.11 + , bytestring >=0.10.4 && <0.13 + , deepseq >=1.3 && <1.6 + , ghc-prim >=0.3.1 && <0.12 , hashable >=1.2.6 && <1.5 - , template-haskell >=2.9.0.0 && <2.21 - , text >=1.0 && <1.3 || >=2.0 && <2.1 + , template-haskell >=2.9.0.0 && <2.22 + , text >=1.0 && <1.3 || >=2.0 && <2.2 if impl(ghc >=8.0) build-depends: bytestring >=0.10.8.0 @@ -115,7 +116,7 @@ -- deps which don't inherit constraints from library stanza: build-depends: - tasty >=1.4 && <1.5 + tasty >=1.4 && <1.6 , tasty-hunit >=0.10.0 && <0.11 , tasty-quickcheck >=0.10 && <0.11
