osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-digest revision:20, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-digest?expand=0&rev=53
This commit is contained in:
Peter Simons 2023-01-27 21:04:26 +00:00 committed by Git OBS Bridge
parent 56653f32dd
commit 7903b7e191
5 changed files with 13 additions and 51 deletions

View File

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

3
digest-0.0.1.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bdb5dd1ae1f86cd77c6a9bbc4a5f9f5eda4daf1815dddb3801ebdafa009f2d2
size 3914

View File

@ -1,45 +0,0 @@
name: digest
version: 0.0.1.4
x-revision: 1
copyright: (c) 2009 Eugene Kirpichov
license: BSD3
license-file: LICENSE
author: Eugene Kirpichov <ekirpichov@gmail.com>
maintainer: Eugene Kirpichov <ekirpichov@gmail.com>
category: Cryptography
synopsis: Various hashes for bytestrings; CRC32 and Adler32 for now.
description: This package provides efficient hash implementations for
strict and lazy bytestrings. For now, CRC32 and Adler32 are supported;
they are implemented as FFI bindings to efficient code from zlib.
stability: provisional
build-type: Simple
cabal-version: >= 1.10
tested-with:
GHC==8.10.7
, GHC==9.0.2
, GHC==9.2.5
, GHC==9.4.3
extra-source-files:
testing/trivial-reference.c
testing/trivial.expected
testing/trivial.hs
source-repository head
type: git
location: https://github.com/TeofilC/digest
library
exposed-modules: Data.Digest.CRC32,
Data.Digest.Adler32
default-extensions: CPP, ForeignFunctionInterface
default-language: Haskell2010
build-depends:
base < 5
, bytestring >= 0.9 && < 0.12
includes: zlib.h
ghc-options: -Wall
if !os(windows)
pkgconfig-depends: zlib
else
build-depends: zlib

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 24 15:49:59 UTC 2023 - Peter Simons <psimons@suse.com>
- Update digest to version 0.0.1.5.
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 Jan 11 19:16:03 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -18,13 +18,12 @@
%global pkg_name digest
Name: ghc-%{pkg_name}
Version: 0.0.1.4
Version: 0.0.1.5
Release: 0
Summary: Various hashes for bytestrings; CRC32 and Adler32 for now
License: BSD-2-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
@ -51,7 +50,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
@ -69,5 +67,6 @@ cp -p %{SOURCE1} %{pkg_name}.cabal
%license LICENSE
%files devel -f %{name}-devel.files
%doc CHANGELOG.md
%changelog