Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ed for openSUSE:Factory checked in 
at 2021-02-08 11:47:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ed (Old)
 and      /work/SRC/openSUSE:Factory/.ed.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ed"

Mon Feb  8 11:47:12 2021 rev:32 rq:869731 version:1.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/ed/ed.changes    2020-11-26 23:09:27.584833238 
+0100
+++ /work/SRC/openSUSE:Factory/.ed.new.28504/ed.changes 2021-02-08 
11:47:15.733693945 +0100
@@ -1,0 +2,10 @@
+Mon Jan 25 10:34:49 UTC 2021 - Paolo Stivanin <[email protected]>
+
+- Update to 1.17 
+  * The commands 'q' and 'Q' now work in a global command.
+  * The new option '-E, --extended-regexp' has been added. It tells
+    ed to use extended regular expressions instead of the basic
+    regular expressions mandated by POSIX
+  * Print the file name in case of read or write error
+
+-------------------------------------------------------------------

Old:
----
  ed-1.16.tar.xz

New:
----
  ed-1.17.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ed.spec ++++++
--- /var/tmp/diff_new_pack.FnATb9/_old  2021-02-08 11:47:16.681695482 +0100
+++ /var/tmp/diff_new_pack.FnATb9/_new  2021-02-08 11:47:16.685695488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ed
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,15 @@
 
 
 Name:           ed
-Version:        1.16
+Version:        1.17
 Release:        0
 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/
-# This is just recompressed below in order to avoid pulling lzip to ring0
+URL:            https://www.gnu.org/software/ed/
+# This is just recompressed from  
http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz
+# 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}
 
@@ -45,7 +43,7 @@
 
 %build
 %configure
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+%make_build CFLAGS="%{optflags}"
 
 %install
 %make_install
@@ -55,7 +53,7 @@
 %endif
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %post
 %install_info --entry="* ed: (ed). Line-oriented text editor" 
--info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}

++++++ ed-1.16.tar.xz -> ed-1.17.tar.xz ++++++

Reply via email to