!8 update to 1.19

From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2023-01-17 06:03:47 +00:00 committed by Gitee
commit 7c1e83361a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
ed-1.19.tar.lz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Summary: A line-oriented text editor Summary: A line-oriented text editor
Name: ed Name: ed
Version: 1.18 Version: 1.19
Release: 1 Release: 1
License: GPLv3+ and GFDL-1.3 License: GPLv3+ and GFDL-1.3
# Note: Upstream provides only lzip compressed tarballs so we repacked from: # Note: Upstream provides only lzip compressed tarballs so we repacked from:
#Source: https://download.savannah.gnu.org/releases/ed/%{name}-%{version}.tar.lz #Source: https://download.savannah.gnu.org/releases/ed/%{name}-%{version}.tar.lz
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.lz
URL: http://www.gnu.org/software/ed/ URL: http://www.gnu.org/software/ed/
BuildRequires: gcc BuildRequires: gcc lzip
Requires(post): info Requires(post): info
Requires(preun): info Requires(preun): info
@ -60,6 +60,9 @@ fi
%{_infodir}/ed.info* %{_infodir}/ed.info*
%changelog %changelog
* Tue Jan 17 2023 dillon chen <dillon.chen@gmail.com> - 1.19-1
- update to 1.19
* Mon Jun 20 2022 dillon chen <dillon.chen@gmail.com> - 1.18-1 * Mon Jun 20 2022 dillon chen <dillon.chen@gmail.com> - 1.18-1
- update to 1.18 - update to 1.18