diff --git a/digest-0.0.1.4.tar.gz b/digest-0.0.1.4.tar.gz deleted file mode 100644 index a40f6e3..0000000 --- a/digest-0.0.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f91125f43f70b3a4e36c2f8832c4783ddb1622ff0a06bf0dfbba35be082dec16 -size 3703 diff --git a/digest-0.0.1.5.tar.gz b/digest-0.0.1.5.tar.gz new file mode 100644 index 0000000..7cc90be --- /dev/null +++ b/digest-0.0.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdb5dd1ae1f86cd77c6a9bbc4a5f9f5eda4daf1815dddb3801ebdafa009f2d2 +size 3914 diff --git a/digest.cabal b/digest.cabal deleted file mode 100644 index 9513b69..0000000 --- a/digest.cabal +++ /dev/null @@ -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 -maintainer: Eugene Kirpichov -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 diff --git a/ghc-digest.changes b/ghc-digest.changes index 7fe1c55..c47b9e7 100644 --- a/ghc-digest.changes +++ b/ghc-digest.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 24 15:49:59 UTC 2023 - Peter Simons + +- 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 diff --git a/ghc-digest.spec b/ghc-digest.spec index 015caf3..72d51ec 100644 --- a/ghc-digest.spec +++ b/ghc-digest.spec @@ -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