update to 0.4.0.1

This commit is contained in:
Jens Petersen 2021-01-29 00:28:42 +08:00
parent 074f38a326
commit f246909106
4 changed files with 82 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/semver-0.3.3.1.tar.gz
/semver-0.3.4.tar.gz
/semver-0.4.0.1.tar.gz

View File

@ -1,20 +1,21 @@
# generated by cabal-rpm-2.0.6
# generated by cabal-rpm-2.0.7
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name semver
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
%bcond_without tests
Name: ghc-%{pkg_name}
Version: 0.3.4
Release: 8%{?dist}
Version: 0.4.0.1
Release: 1%{?dist}
Summary: Representation, manipulation, and de/serialisation of Semantic Versions
License: MPLv2.0
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
# Begin cabal-rpm deps:
@ -75,6 +76,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
cp -bp %{SOURCE1} %{pkg_name}.cabal
chmod a-x README.md
# End cabal-rpm setup
@ -117,6 +119,9 @@ chmod a-x README.md
%changelog
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.4.0.1-1
- update to 0.4.0.1
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

71
semver-0.4.0.1.cabal Normal file
View File

@ -0,0 +1,71 @@
name: semver
version: 0.4.0.1
x-revision: 1
synopsis: Representation, manipulation, and de/serialisation of Semantic Versions.
homepage: https://github.com/brendanhay/semver
license: MPL-2.0
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <brendan.g.hay@gmail.com>
copyright: Copyright (c) 2014-2019 Brendan Hay
category: Data
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.20
description:
Representation, manipulation, and de/serialisation of a Version type
following the Semantic Versioning specification.
.
For more information see: <http://semver.org>
source-repository head
type: git
location: git://github.com/brendanhay/semver.git
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall -O2 -funbox-strict-fields
exposed-modules:
Data.SemVer
, Data.SemVer.Constraint
, Data.SemVer.Delimited
other-modules:
Data.SemVer.Internal
build-depends:
attoparsec >= 0.10
, base >= 4.6 && < 5.0
, deepseq >= 1.1
, hashable >= 1.1.1
, text >= 0.11
benchmark semver-bench
type: exitcode-stdio-1.0
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: bench
ghc-options: -Wall -O2 -threaded -with-rtsopts=-T
build-depends:
base
, criterion >= 1.0.0.2
, semver
, text
test-suite semver-test
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: test
main-is: Main.hs
ghc-options: -Wall -threaded
build-depends:
base
, semver
, tasty >= 0.8
, tasty-hunit >= 0.8
, text

View File

@ -1 +1 @@
SHA512 (semver-0.3.4.tar.gz) = a3a97175ee898ffa7b99183b7d9b14c032c21e464eb2fd0a4ccafacf980e65c6cd2122bebdb8ea79d14938d8c584a8aeadda1328457d52ed33383f008f443f45
SHA512 (semver-0.4.0.1.tar.gz) = 9ce72f891e47e785162a6b6c965b4a96cf9c9dff11961fb0fbda7319cbc485e67eb337a50d9e822ccee92e9d5bcda3b82121942223602b0bea9e08a7f9a4bf39