update to 0.2.7
This commit is contained in:
parent
79fd4d19f8
commit
2ad62d4673
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/simple-cmd-0.2.2.tar.gz
|
||||
/simple-cmd-0.2.3.tar.gz
|
||||
/simple-cmd-0.2.6.tar.gz
|
||||
/simple-cmd-0.2.7.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.0.9
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name simple-cmd
|
||||
@ -7,11 +7,11 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.6
|
||||
Release: 3%{?dist}
|
||||
Version: 0.2.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple String-based process commands
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
@ -20,6 +20,14 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-extra-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-time-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-directory-prof
|
||||
BuildRequires: ghc-extra-prof
|
||||
@ -27,6 +35,7 @@ BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-process-prof
|
||||
BuildRequires: ghc-time-prof
|
||||
BuildRequires: ghc-unix-prof
|
||||
%endif
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-hspec-devel
|
||||
%endif
|
||||
@ -124,6 +133,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 0.2.7-1
|
||||
- https://hackage.haskell.org/package/simple-cmd-0.2.7/changelog
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (simple-cmd-0.2.6.tar.gz) = ac82f0d35318485a3c899319974bd312f7d53d1071e6d20e134944dc5999f81a02426653617905dcdd84f16f40370b70a69798d8d4af1d5422547950bddb1aa5
|
||||
SHA512 (simple-cmd-0.2.7.tar.gz) = 514163efce1169bdef12e32a9c4a03066f1a2996dbffc840a56725b82879c17626639a78fb826dd095bbd4867b155de5a018a35344de06f87fdb6acb19c446ae
|
||||
|
Loading…
Reference in New Issue
Block a user