Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
3ac7bbf78c | |||
57a32573a6 | |||
bbbbd71d14 | |||
80092b7292 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7604074200e1d4632701e3f196099fcfbf4005b3a6bee275fd6e00f4baaca610
|
|
||||||
size 2735
|
|
3
data-default-0.8.0.1.tar.gz
Normal file
3
data-default-0.8.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce085de8ec2196f0c1d30af0ad8a517d5737c9edfd4ebfbb49e8687dfc40b6ca
|
||||||
|
size 5821
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 16 21:34:57 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update data-default to version 0.8.0.1.
|
||||||
|
Upstream added a new change log file in this release. With no
|
||||||
|
previous version to compare against, the automatic updater cannot
|
||||||
|
reliable determine the relevante entries for this release.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 23 20:22:45 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update data-default to version 0.8.0.0.
|
||||||
|
Upstream does not provide a change log file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 17 19:18:51 UTC 2024 - Peter Simons <psimons@suse.com>
|
Thu Oct 17 19:18:51 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-data-default
|
# spec file for package ghc-data-default
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.7.1.3
|
Version: 0.8.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A class for types with a default value
|
Summary: A class for types with a default value
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -29,23 +29,13 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
|||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
BuildRequires: ghc-data-default-class-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-data-default-class-prof
|
BuildRequires: ghc-containers-prof
|
||||||
BuildRequires: ghc-data-default-instances-containers-devel
|
|
||||||
BuildRequires: ghc-data-default-instances-containers-prof
|
|
||||||
BuildRequires: ghc-data-default-instances-dlist-devel
|
|
||||||
BuildRequires: ghc-data-default-instances-dlist-prof
|
|
||||||
BuildRequires: ghc-data-default-instances-old-locale-devel
|
|
||||||
BuildRequires: ghc-data-default-instances-old-locale-prof
|
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-containers-devel
|
|
||||||
BuildRequires: ghc-containers-prof
|
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-mtl-prof
|
BuildRequires: ghc-mtl-prof
|
||||||
BuildRequires: ghc-old-locale-devel
|
|
||||||
BuildRequires: ghc-old-locale-prof
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -101,6 +91,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
%doc Changes.md
|
||||||
|
|
||||||
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
|
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user