Accepting request 115073 from devel:languages:haskell:next

Upgraded to 0.1.1.1 from upstream. Fixes performance regression. Required by yesod Web framework.

OBS-URL: https://build.opensuse.org/request/show/115073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base64-bytestring?expand=0&rev=3
This commit is contained in:
Peter Trommler 2012-04-23 10:25:36 +00:00 committed by Git OBS Bridge
parent b4dcc86398
commit a1d4d8ebab
6 changed files with 21 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f16454163e0e2d199eb86d3f3de8eb49d845fe2a4453cd2e11899bd7a5e2b56d
size 5672

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dbfd13372330580e8ac94ca09f359aa5dd021625ec190fa12bb1de781b61248
size 6005

View File

@ -0,0 +1,17 @@
-------------------------------------------------------------------
Fri Apr 20 16:31:54 UTC 2012 - peter.trommler@ohm-hochschule.de
- Upgrade to 0.1.1.1 from upstream
Fix performance regression in encoding.
The encoding table wasn't being let-floated when URL encoding support was
added, and so it was being regenerated on every call, with catastrophic
performance consequences (600x slowdown for small inputs on my machine).
This fixes gh-4.
-------------------------------------------------------------------
Fri Jan 20 15:31:15 UTC 2012 - herbert@graeber-clan.de
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1

View File

@ -25,7 +25,7 @@
%global common_description A %{pkg_name} library for Haskell.
Name: ghc-%{pkg_name}
Version: 0.1.1.0
Version: 0.1.1.1
Release: 1
Summary: %{common_summary}
@ -45,9 +45,7 @@ BuildRequires: ghc-bytestring-devel
# BR any C devel dependency here
# list ghc-*-prof dependencies:
%if %{defined sles_version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
%description
%{common_description}

View File

@ -1,4 +0,0 @@
-------------------------------------------------------------------
Fri Jan 20 15:31:15 UTC 2012 - herbert@graeber-clan.de
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1

View File

@ -1 +0,0 @@
addFilter("useless-provides")