Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
Diff-0.4.1.tar.gz
Normal file
3
Diff-0.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd5e4aaac7219bcbb14834fb8580ebe0aae905958d0ad74f5338ea290b372670
|
||||||
|
size 8759
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd7e26d3d5ebf7f2c1a7525aebe251fbcbffee2a6362db634b4be23b9e354d85
|
|
||||||
size 10936
|
|
@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Nov 15 17:54:12 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- 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 <psimons@suse.com>
|
Thu Mar 30 17:06:36 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-Diff
|
# spec file for package ghc-Diff
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,9 +20,9 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.0.2
|
Version: 0.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Diff algorithm in pure Haskell
|
Summary: O(ND) diff algorithm in haskell
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
@ -49,10 +49,8 @@ BuildRequires: ghc-test-framework-quickcheck2-prof
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Implementation of the standard diff algorithm in Haskell.
|
Implementation of the standard diff algorithm, and utilities for pretty
|
||||||
|
printing.
|
||||||
Time complexity is O(ND) (input length * number of differences). Space
|
|
||||||
complexity is O(D^2). Includes utilities for pretty printing.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Haskell %{pkg_name} library development files
|
Summary: Haskell %{pkg_name} library development files
|
||||||
@ -102,7 +100,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc CHANGELOG.md
|
|
||||||
|
|
||||||
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
|
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user