diff --git a/Diff-0.4.1.tar.gz b/Diff-0.4.1.tar.gz deleted file mode 100644 index 8a4163e..0000000 --- a/Diff-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd5e4aaac7219bcbb14834fb8580ebe0aae905958d0ad74f5338ea290b372670 -size 8759 diff --git a/Diff-1.0.2.tar.gz b/Diff-1.0.2.tar.gz new file mode 100644 index 0000000..6de796d --- /dev/null +++ b/Diff-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7e26d3d5ebf7f2c1a7525aebe251fbcbffee2a6362db634b4be23b9e354d85 +size 10936 diff --git a/ghc-Diff.changes b/ghc-Diff.changes index a30370a..d772b5a 100644 --- a/ghc-Diff.changes +++ b/ghc-Diff.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 15 17:54:12 UTC 2024 - Peter Simons + +- Update Diff to version 1.0.2. + 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 Mar 30 17:06:36 UTC 2023 - Peter Simons diff --git a/ghc-Diff.spec b/ghc-Diff.spec index 595c6fa..8e708a3 100644 --- a/ghc-Diff.spec +++ b/ghc-Diff.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-Diff # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,9 +20,9 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.1 +Version: 1.0.2 Release: 0 -Summary: O(ND) diff algorithm in haskell +Summary: Diff algorithm in pure Haskell License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz @@ -49,8 +49,10 @@ BuildRequires: ghc-test-framework-quickcheck2-prof %endif %description -Implementation of the standard diff algorithm, and utilities for pretty -printing. +Implementation of the standard diff algorithm in Haskell. + +Time complexity is O(ND) (input length * number of differences). Space +complexity is O(D^2). Includes utilities for pretty printing. %package devel Summary: Haskell %{pkg_name} library development files @@ -100,6 +102,7 @@ This package provides the Haskell %{pkg_name} profiling library. %license LICENSE %files devel -f %{name}-devel.files +%doc CHANGELOG.md %files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files %license LICENSE