Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5d31c32508 | |||
| 46b02aff42 | |||
| 61e40e629b | |||
| b1b2094525 | |||
| 3e04cd9a71 | |||
| fff7bdc2ad |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66291874236b7342adab033e3cddae414a23a2865dfb44095dfc4e0b9d46703b
|
||||
size 60777
|
||||
3
blaze-builder-0.4.4.1.tar.gz
Normal file
3
blaze-builder-0.4.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:971d360428ac97af9a4e55e4f2c23649f6cedc0ce5d6e94d520e663f33ea5113
|
||||
size 59452
|
||||
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 05:39:51 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update blaze-builder to version 0.4.4.1.
|
||||
* 0.4.4.1 2025-08-28
|
||||
- Drop unused dependency `deepseq`
|
||||
- Tested with GHC 8.0 - 9.14 alpha1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 1 15:28:19 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update blaze-builder to version 0.4.4.
|
||||
Upstream has renamed and modified the change log file(s) in this
|
||||
release. Unfortunately, the automatic updater cannot reliable
|
||||
determine relevant entries for this release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 11:12:15 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update blaze-builder to version 0.4.3.
|
||||
* 0.4.3 2025-05-15
|
||||
- Fix computation of max buffer overhead on 32 bit platforms
|
||||
(sternenseemann, PR #8 https://github.com/blaze-builder/blaze-builder/pull/8)
|
||||
- Drop support for GHC 7, bytestring < 0.10.4 and text < 1.1.2
|
||||
- Tested with GHC 8.0 - 9.12.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 27 17:50:11 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-blaze-builder
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.4.2.3
|
||||
Version: 0.4.4.1
|
||||
Release: 0
|
||||
Summary: Efficient buffered output
|
||||
License: BSD-3-Clause
|
||||
@@ -31,8 +31,6 @@ BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-deepseq-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-text-prof
|
||||
@@ -113,7 +111,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc CHANGES README.markdown TODO
|
||||
%doc CHANGELOG.md README.markdown
|
||||
|
||||
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user