Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-uri-encode for openSUSE:Factory checked in at 2022-02-11 23:09:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-uri-encode (Old) and /work/SRC/openSUSE:Factory/.ghc-uri-encode.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-uri-encode" Fri Feb 11 23:09:55 2022 rev:7 rq:953556 version:1.5.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-uri-encode/ghc-uri-encode.changes 2021-02-16 22:48:43.634569911 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-uri-encode.new.1956/ghc-uri-encode.changes 2022-02-11 23:11:57.523388353 +0100 @@ -1,0 +2,6 @@ +Thu Jan 20 16:17:27 UTC 2022 - Peter Simons <psim...@suse.com> + +- Update uri-encode to version 1.5.0.7 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-uri-encode.spec ++++++ --- /var/tmp/diff_new_pack.cdKZZo/_old 2022-02-11 23:11:57.903389452 +0100 +++ /var/tmp/diff_new_pack.cdKZZo/_new 2022-02-11 23:11:57.907389463 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-uri-encode # -# Copyright (c) 2021 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-bytestring-devel BuildRequires: ghc-network-uri-devel ++++++ uri-encode.cabal ++++++ --- /var/tmp/diff_new_pack.cdKZZo/_old 2022-02-11 23:11:57.951389591 +0100 +++ /var/tmp/diff_new_pack.cdKZZo/_new 2022-02-11 23:11:57.955389602 +0100 @@ -1,6 +1,6 @@ name: uri-encode version: 1.5.0.7 -x-revision: 1 +x-revision: 2 synopsis: Unicode aware uri-encoding description: This package allows you to uri encode and uri decode Strings, Texts and ByteString values. @@ -37,7 +37,7 @@ build-depends: base == 4.* , bytestring >= 0.9 && < 0.12 - , text >= 0.7 && < 1.3 + , text >= 0.7 && < 2.1 , utf8-string >= 0.3 && < 1.1 if flag(network-uri) build-depends: network-uri >= 2.6