Hello community, here is the log from the commit of package ghc-uri-encode for openSUSE:Factory checked in at 2020-10-23 15:15:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-uri-encode (Old) and /work/SRC/openSUSE:Factory/.ghc-uri-encode.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-uri-encode" Fri Oct 23 15:15:22 2020 rev:4 rq:842774 version:1.5.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-uri-encode/ghc-uri-encode.changes 2020-08-28 21:40:33.892869291 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-uri-encode.new.3463/ghc-uri-encode.changes 2020-10-23 15:15:24.670165033 +0200 @@ -1,0 +2,8 @@ +Mon Oct 19 02:01:00 UTC 2020 - psim...@suse.com + +- Update uri-encode to version 1.5.0.7. + #### 1.5.0.7 + + * Don't make docs executable, thanks to Jens Petersen + +------------------------------------------------------------------- Old: ---- uri-encode-1.5.0.6.tar.gz New: ---- uri-encode-1.5.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-uri-encode.spec ++++++ --- /var/tmp/diff_new_pack.2KhA4c/_old 2020-10-23 15:15:25.986165668 +0200 +++ /var/tmp/diff_new_pack.2KhA4c/_new 2020-10-23 15:15:25.986165668 +0200 @@ -18,7 +18,7 @@ %global pkg_name uri-encode Name: ghc-%{pkg_name} -Version: 1.5.0.6 +Version: 1.5.0.7 Release: 0 Summary: Unicode aware uri-encoding License: BSD-3-Clause @@ -32,7 +32,8 @@ BuildRequires: ghc-utf8-string-devel %description -Unicode aware uri-encoding. +This package allows you to uri encode and uri decode Strings, Texts and +ByteString values. %package devel Summary: Haskell %{pkg_name} library development files ++++++ uri-encode-1.5.0.6.tar.gz -> uri-encode-1.5.0.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uri-encode-1.5.0.6/CHANGELOG.md new/uri-encode-1.5.0.7/CHANGELOG.md --- old/uri-encode-1.5.0.6/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/uri-encode-1.5.0.7/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +#### 1.5.0.7 + +* Don't make docs executable, thanks to Jens Petersen + #### 1.5.0.6 * Improve performance, thanks to David Farrell diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uri-encode-1.5.0.6/uri-encode.cabal new/uri-encode-1.5.0.7/uri-encode.cabal --- old/uri-encode-1.5.0.6/uri-encode.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/uri-encode-1.5.0.7/uri-encode.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,8 +1,9 @@ name: uri-encode -version: 1.5.0.6 -description: Unicode aware uri-encoding. -synopsis: Unicode aware uri-encoding. -cabal-version: >= 1.10 +version: 1.5.0.7 +synopsis: Unicode aware uri-encoding +description: This package allows you to uri encode and uri decode + Strings, Texts and ByteString values. +cabal-version: 1.18 category: Network, Web author: Silk maintainer: c...@silk.co @@ -10,7 +11,7 @@ license-file: LICENSE build-type: Simple -extra-source-files: +extra-doc-files: CHANGELOG.md LICENSE README.md