Accepting request 664295 from utilities
- Switch back to hand provided tarball in order to avoid pulling lzip to the Ring0 - Use upstream released tarball - Avoid repetition of package name in summary. - Update to version 1.15: * io.c (print_line): Make '1' command print '\\' before every '$' within the text. * main_loop.c (extract_addresses): Fixed address ',,' to mean '$,$' instead of '1,$'. * regex.c (extract_replacement): Allow newlines even if global. * main_loop.c (exec_command): Make 'c' command reject address 0. * ed.texi: Minor fixes. * configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'. * Switch archive format to tar. OBS-URL: https://build.opensuse.org/request/show/664295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=29
This commit is contained in:
commit
6269e67d36
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3264b7293c25bb92d59ffb81a544aad3e549824bfef583492a4c8da7fa3d8395
|
||||
size 67660
|
3
ed-1.15.tar.xz
Normal file
3
ed-1.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90e2db2cd685c0639aa2872d2cba28d7c608891b59573de71372e8d131595ef0
|
||||
size 67916
|
30
ed.changes
30
ed.changes
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 08:54:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Switch back to hand provided tarball in order to avoid pulling
|
||||
lzip to the Ring0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 08:49:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Use upstream released tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 13:30:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Avoid repetition of package name in summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 03 16:39:11 UTC 2019 - sean@suspend.net
|
||||
|
||||
- Update to version 1.15:
|
||||
* io.c (print_line): Make '1' command print '\\' before every
|
||||
'$' within the text.
|
||||
* main_loop.c (extract_addresses): Fixed address ',,' to mean
|
||||
'$,$' instead of '1,$'.
|
||||
* regex.c (extract_replacement): Allow newlines even if global.
|
||||
* main_loop.c (exec_command): Make 'c' command reject address 0.
|
||||
* ed.texi: Minor fixes.
|
||||
* configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'.
|
||||
* Switch archive format to tar.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 25 07:42:57 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
30
ed.spec
30
ed.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ed
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,22 +12,24 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: ed
|
||||
Version: 1.14.2
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
Summary: GNU ed is a line-oriented text editor
|
||||
License: GPL-3.0+ and LGPL-2.1+
|
||||
Summary: A line-oriented text editor
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Productivity/Text/Editors
|
||||
Url: http://www.gnu.org/software/ed/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: xz
|
||||
URL: http://www.gnu.org/software/ed/
|
||||
# This is just recompressed bellow in order to avoid pulling lzip to ring0
|
||||
Source0: ed-%{version}.tar.xz
|
||||
#Source0: http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz
|
||||
#Source1: https://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz.sig
|
||||
#BuildRequires: lzip
|
||||
Requires(post): %{install_info_prereq}
|
||||
Requires(preun): %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
GNU ed is a line-oriented text editor. It is used to create, display,
|
||||
@ -62,13 +64,13 @@ make %{?_smp_mflags} check
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README TODO
|
||||
/bin/%{name}
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/r%{name}
|
||||
%{_infodir}/%{name}.info%{ext_info}
|
||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
||||
%{_mandir}/man1/r%{name}.1%{ext_man}
|
||||
%{_infodir}/%{name}.info%{?ext_info}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_mandir}/man1/r%{name}.1%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user