17
0

6 Commits

Author SHA256 Message Date
5d31c32508 Accepting request 1302174 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1302174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-builder?expand=0&rev=23
2025-09-01 15:18:32 +00:00
46b02aff42 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:ghc-blaze-builder revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-builder?expand=0&rev=69
2025-09-01 10:02:17 +00:00
61e40e629b Accepting request 1297148 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1297148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-builder?expand=0&rev=22
2025-08-03 11:37:41 +00:00
b1b2094525 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:ghc-blaze-builder revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-builder?expand=0&rev=67
2025-08-02 06:40:36 +00:00
3e04cd9a71 Accepting request 1279239 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1279239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-builder?expand=0&rev=21
2025-05-22 14:57:06 +00:00
fff7bdc2ad osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-blaze-builder revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-builder?expand=0&rev=65
2025-05-22 10:58:58 +00:00
4 changed files with 32 additions and 8 deletions

View File

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

View File

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

View File

@@ -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>

View File

@@ -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