diff --git a/ap-normalize-0.1.0.0.tar.gz b/ap-normalize-0.1.0.0.tar.gz deleted file mode 100644 index bdd8178..0000000 --- a/ap-normalize-0.1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a12355071f7ba8de8b4d11bb0d451ab32609b075c1fa7c009135c5b158d0e47 -size 6289 diff --git a/ap-normalize-0.1.0.1.tar.gz b/ap-normalize-0.1.0.1.tar.gz new file mode 100644 index 0000000..8f32a87 --- /dev/null +++ b/ap-normalize-0.1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820613b12ce759c8c8a254c78a0e4c474b2cd4cfd08fc0c1d4d5584c58ff2288 +size 6725 diff --git a/ghc-ap-normalize.changes b/ghc-ap-normalize.changes index 42be156..b9aba88 100644 --- a/ghc-ap-normalize.changes +++ b/ghc-ap-normalize.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 26 08:46:13 UTC 2021 - psimons@suse.com + +- Update ap-normalize to version 0.1.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. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-ap-normalize.spec b/ghc-ap-normalize.spec index b334ff8..a2e931a 100644 --- a/ghc-ap-normalize.spec +++ b/ghc-ap-normalize.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-ap-normalize # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name ap-normalize %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.0.0 +Version: 0.1.0.1 Release: 0 Summary: Self-normalizing applicative expressions License: MIT @@ -70,6 +70,6 @@ This package provides the Haskell %{pkg_name} library development files. %license LICENSE %files devel -f %{name}-devel.files -%doc README.md +%doc CHANGELOG.md README.md %changelog