diff --git a/ed-1.10.tar.lz b/ed-1.10.tar.lz new file mode 100644 index 0000000..313022c --- /dev/null +++ b/ed-1.10.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9540092c12309b2f4a294fdb8f5bd25f1ad5906a627518486e7733576a637e9a +size 63717 diff --git a/ed-1.10.tar.lz.sig b/ed-1.10.tar.lz.sig new file mode 100644 index 0000000..065480e Binary files /dev/null and b/ed-1.10.tar.lz.sig differ diff --git a/ed-1.9.tar.gz b/ed-1.9.tar.gz deleted file mode 100644 index 1faa842..0000000 --- a/ed-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5b372cfadf073001823772272fceac2cfa87552c5cd5a8efc1c8aae61f45a88 -size 86960 diff --git a/ed-1.9.tar.gz.sig b/ed-1.9.tar.gz.sig deleted file mode 100644 index c067c1d..0000000 Binary files a/ed-1.9.tar.gz.sig and /dev/null differ diff --git a/ed.changes b/ed.changes index 197461e..78ac475 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 21 08:47:45 UTC 2014 - mvyskocil@suse.com + +- update to 1.10 + + "ed.texinfo" has been renamed to "ed.texi" following the advice + of recent Automake about obsolete categories +- build require lzip + ------------------------------------------------------------------- Tue Jul 16 11:18:54 UTC 2013 - mvyskocil@suse.com diff --git a/ed.spec b/ed.spec index b03927d..92bcdf1 100644 --- a/ed.spec +++ b/ed.spec @@ -1,7 +1,7 @@ # # spec file for package ed # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,18 @@ Name: ed -Version: 1.9 +Version: 1.10 Release: 0 Summary: GNU ed is a line-oriented text editor License: GPL-3.0+ and LGPL-2.1+ Group: Productivity/Editors/Other Url: http://www.gnu.org/software/ed/ -Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig +Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz +Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz.sig Source2: ed.keyring Requires(pre): %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: lzip %description GNU ed is a line-oriented text editor. It is used to create, display,