From efae4043c03d2bb75a492d2502484a580c3e19562044aaf2266ccee8fd8e7964 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 17 Jun 2013 12:45:10 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/ed revision 19.0 OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=7123884c5ffa4c12c54a1e183909b134 --- ed.changes | 5 +++++ ed.spec | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ed.changes b/ed.changes index 5d25262..e05bf30 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 17 12:44:22 UTC 2013 - coolo@suse.com + +- revert the use gpg-offline for bootstrap packages + ------------------------------------------------------------------- Fri Apr 26 08:28:40 UTC 2013 - mvyskocil@suse.com diff --git a/ed.spec b/ed.spec index 7b96751..bfe19fc 100644 --- a/ed.spec +++ b/ed.spec @@ -26,9 +26,6 @@ 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 Source2: ed.keyring -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif Requires(pre): %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,10 +39,6 @@ Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe. %prep -%if 0%{?suse_version} >= 1230 -%gpg_verify %{SOURCE1} -%endif - %setup -q sed -i \ -e "s/CFLAGS='.*/CFLAGS='%{optflags}'/" \ From f2db1c181ab3330e1d2e1be01e72474f282fcd228bce31c5a89034b324efb9eb Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 16 Jul 2013 11:20:31 +0000 Subject: [PATCH 2/2] - update to 1.9 + Testsuite no more feeds shell scripts to ed. + "configure" now accepts options with a separate argument. OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=13 --- ed-1.8.tar.gz | 3 --- ed-1.8.tar.gz.sig | Bin 65 -> 0 bytes ed-1.9.tar.gz | 3 +++ ed-1.9.tar.gz.sig | Bin 0 -> 65 bytes ed.changes | 7 +++++++ ed.spec | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 ed-1.8.tar.gz delete mode 100644 ed-1.8.tar.gz.sig create mode 100644 ed-1.9.tar.gz create mode 100644 ed-1.9.tar.gz.sig diff --git a/ed-1.8.tar.gz b/ed-1.8.tar.gz deleted file mode 100644 index efd82f6..0000000 --- a/ed-1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64c138d33b1ea4b9daa88e045da0619e2a43cb99a9d378417d20163f410a7273 -size 86844 diff --git a/ed-1.8.tar.gz.sig b/ed-1.8.tar.gz.sig deleted file mode 100644 index 324fdf4aab12a449dfbf15e92a096fd955b2a0dcf35186e5fa2cc5a3ca535159..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-QFfgskLi^I6D@Z_5dwuh0H0j)()(*qcv;&@qRp`gby;%H1D61x XyeG(Xn}A2Ax^7Br7Vq0az63l&OTrs_ diff --git a/ed-1.9.tar.gz b/ed-1.9.tar.gz new file mode 100644 index 0000000..1faa842 --- /dev/null +++ b/ed-1.9.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..c067c1d68c35cf5e9adf86b72fd797250a4faf7a8a567f7f02443013c90eabcd GIT binary patch literal 65 zcmV-H0KWf-KLZ5-QN%29kLi^I6D@Z_5dw|{0G>A_cs8%ew`lB@2c>$grnri|e;5Fu Xwbn%ZQIk`^e4icusy`^qLC#*RJj@)8 literal 0 HcmV?d00001 diff --git a/ed.changes b/ed.changes index e05bf30..197461e 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 16 11:18:54 UTC 2013 - mvyskocil@suse.com + +- update to 1.9 + + Testsuite no more feeds shell scripts to ed. + + "configure" now accepts options with a separate argument. + ------------------------------------------------------------------- Mon Jun 17 12:44:22 UTC 2013 - coolo@suse.com diff --git a/ed.spec b/ed.spec index bfe19fc..b03927d 100644 --- a/ed.spec +++ b/ed.spec @@ -17,7 +17,7 @@ Name: ed -Version: 1.8 +Version: 1.9 Release: 0 Summary: GNU ed is a line-oriented text editor License: GPL-3.0+ and LGPL-2.1+