Hello community, here is the log from the commit of package ghc-uri-encode for openSUSE:Factory checked in at 2020-08-10 14:55:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-uri-encode (Old) and /work/SRC/openSUSE:Factory/.ghc-uri-encode.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-uri-encode" Mon Aug 10 14:55:55 2020 rev:2 rq:824316 version:1.5.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-uri-encode/ghc-uri-encode.changes 2020-07-09 13:19:08.409226486 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-uri-encode.new.3399/ghc-uri-encode.changes 2020-08-10 14:56:10.487942732 +0200 @@ -1,0 +2,8 @@ +Sun Jul 19 02:00:25 UTC 2020 - [email protected] + +- Update uri-encode to version 1.5.0.6. + #### 1.5.0.6 + + * Improve performance, thanks to David Farrell + +------------------------------------------------------------------- Old: ---- uri-encode-1.5.0.5.tar.gz New: ---- uri-encode-1.5.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-uri-encode.spec ++++++ --- /var/tmp/diff_new_pack.7DEyyz/_old 2020-08-10 14:56:14.315944753 +0200 +++ /var/tmp/diff_new_pack.7DEyyz/_new 2020-08-10 14:56:14.319944754 +0200 @@ -18,7 +18,7 @@ %global pkg_name uri-encode Name: ghc-%{pkg_name} -Version: 1.5.0.5 +Version: 1.5.0.6 Release: 0 Summary: Unicode aware uri-encoding License: BSD-3-Clause ++++++ uri-encode-1.5.0.5.tar.gz -> uri-encode-1.5.0.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uri-encode-1.5.0.5/CHANGELOG.md new/uri-encode-1.5.0.6/CHANGELOG.md --- old/uri-encode-1.5.0.5/CHANGELOG.md 2016-08-24 19:41:25.000000000 +0200 +++ new/uri-encode-1.5.0.6/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +#### 1.5.0.6 + +* Improve performance, thanks to David Farrell + #### 1.5.0.5 * Add license field in cabal file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uri-encode-1.5.0.5/src/Network/URI/Encode.hs new/uri-encode-1.5.0.6/src/Network/URI/Encode.hs --- old/uri-encode-1.5.0.5/src/Network/URI/Encode.hs 2016-08-24 19:41:25.000000000 +0200 +++ new/uri-encode-1.5.0.6/src/Network/URI/Encode.hs 2001-09-09 03:46:40.000000000 +0200 @@ -104,7 +104,7 @@ -- following RFC 3986. isAllowed :: Char -> Bool -isAllowed c = c `elem` (['A'..'Z'] ++ ['a'..'z'] ++ ['0'..'9'] ++ "-_.~") +isAllowed = isUnreserved ------------------------------------------------------------------------------- -- | "Fix" a String before encoding. This actually breaks the string, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uri-encode-1.5.0.5/uri-encode.cabal new/uri-encode-1.5.0.6/uri-encode.cabal --- old/uri-encode-1.5.0.5/uri-encode.cabal 2016-08-24 19:41:25.000000000 +0200 +++ new/uri-encode-1.5.0.6/uri-encode.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,8 +1,8 @@ name: uri-encode -version: 1.5.0.5 +version: 1.5.0.6 description: Unicode aware uri-encoding. synopsis: Unicode aware uri-encoding. -cabal-version: >= 1.8 +cabal-version: >= 1.10 category: Network, Web author: Silk maintainer: [email protected] @@ -41,6 +41,7 @@ build-depends: network-uri >= 2.6 else build-depends: network (>= 2.2 && < 2.4.1.0) || (> 2.4.1.0 && < 2.6) + default-language: Haskell2010 executable uri-encode main-is: URIEncode.hs @@ -59,6 +60,7 @@ build-depends: network (>= 2.2 && < 2.4.1.0) || (> 2.4.1.0 && < 2.6) else buildable: False + default-language: Haskell2010 executable uri-decode main-is: URIDecode.hs @@ -77,3 +79,4 @@ build-depends: network (>= 2.2 && < 2.4.1.0) || (> 2.4.1.0 && < 2.6) else buildable: False + default-language: Haskell2010
