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:
parent
b4dcc86398
commit
a1d4d8ebab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f16454163e0e2d199eb86d3f3de8eb49d845fe2a4453cd2e11899bd7a5e2b56d
|
||||
size 5672
|
3
_service:download_files:base64-bytestring-0.1.1.1.tar.gz
Normal file
3
_service:download_files:base64-bytestring-0.1.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dbfd13372330580e8ac94ca09f359aa5dd021625ec190fa12bb1de781b61248
|
||||
size 6005
|
17
ghc-base64-bytestring.changes
Normal file
17
ghc-base64-bytestring.changes
Normal 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
|
@ -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}
|
@ -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
|
Loading…
Reference in New Issue
Block a user