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 2024-12-29 11:56:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-text-short (Old) and /work/SRC/openSUSE:Factory/.ghc-text-short.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-text-short" Sun Dec 29 11:56:34 2024 rev:14 rq:1233620 version:0.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-text-short/ghc-text-short.changes 2024-07-22 17:17:51.664936588 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-text-short.new.1881/ghc-text-short.changes 2024-12-29 11:56:49.344628567 +0100 @@ -1,0 +2,6 @@ +Fri Dec 20 18:17:31 UTC 2024 - Peter Simons <[email protected]> + +- Update text-short to version 0.1.6 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-text-short.spec ++++++ --- /var/tmp/diff_new_pack.Pwm3a5/_old 2024-12-29 11:56:50.036656946 +0100 +++ /var/tmp/diff_new_pack.Pwm3a5/_new 2024-12-29 11:56:50.036656946 +0100 @@ -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.Pwm3a5/_old 2024-12-29 11:56:50.076658586 +0100 +++ /var/tmp/diff_new_pack.Pwm3a5/_new 2024-12-29 11:56:50.080658750 +0100 @@ -1,7 +1,7 @@ cabal-version: 1.18 name: text-short version: 0.1.6 -x-revision: 2 +x-revision: 3 synopsis: Memory-efficient representation of Unicode text strings license: BSD3 license-file: LICENSE @@ -22,9 +22,10 @@ || ==9.0.2 || ==9.2.8 || ==9.4.8 - || ==9.6.5 - || ==9.8.2 + || ==9.6.6 + || ==9.8.4 || ==9.10.1 + || ==9.12.1 extra-source-files: ChangeLog.md @@ -45,13 +46,13 @@ other-modules: Data.Text.Short.Internal build-depends: - base >=4.12 && <4.21 + base >=4.12 && <4.22 , binary >=0.8.6.0 && <0.9 , bytestring >=0.10.8.2 && <0.13 , deepseq >=1.4.4.0 && <1.6 - , ghc-prim >=0.5.3 && <0.12 + , ghc-prim >=0.5.3 && <0.14 , hashable >=1.4.4.0 && <1.6 - , template-haskell >=2.14.0.0 && <2.23 + , template-haskell >=2.14.0.0 && <2.24 , text >=1.2.3.1 && <1.3 || >=2.0 && <2.2 other-modules: PrimOps
