Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ed for openSUSE:Factory checked in 
at 2024-01-23 22:55:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ed (Old)
 and      /work/SRC/openSUSE:Factory/.ed.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ed"

Tue Jan 23 22:55:05 2024 rev:35 rq:1140612 version:1.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/ed/ed.changes    2023-01-19 16:43:48.349644522 
+0100
+++ /work/SRC/openSUSE:Factory/.ed.new.16006/ed.changes 2024-01-23 
22:55:22.958744399 +0100
@@ -1,0 +2,13 @@
+Sun Jan 21 07:46:14 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 1.20:
+  * New command-line options for jumping to a line number or match
+  * Improved handling of file names containing control characters
+  * Tweak workflow for fewer 'buffer modified' warnings
+  * Tilde expansion is now performed on file names
+  * Warn on modifying a buffer from a read-only file
+  * Create missing intermediate directories when writing to a file
+  * Documentation updates
+- drop obsolete makeinfo marcos
+
+-------------------------------------------------------------------

Old:
----
  ed-1.19.tar.zst

New:
----
  ed-1.20.tar.xz

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

Other differences:
------------------
++++++ ed.spec ++++++
--- /var/tmp/diff_new_pack.tqXKBq/_old  2024-01-23 22:55:24.434798368 +0100
+++ /var/tmp/diff_new_pack.tqXKBq/_new  2024-01-23 22:55:24.438798515 +0100
@@ -2,6 +2,7 @@
 # spec file for package ed
 #
 # Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 Andreas Stieger <andreas.stie...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +18,7 @@
 
 
 Name:           ed
-Version:        1.19
+Version:        1.20
 Release:        0
 Summary:        A line-oriented text editor
 License:        GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -25,10 +26,7 @@
 URL:            https://www.gnu.org/software/ed/
 # This is just recompressed from  
https://ftp.gnu.org/gnu/ed/ed-%%{version}.tar.lz
 # in order to avoid pulling lzip to ring0
-Source0:        ed-%{version}.tar.zst
-BuildRequires:  zstd
-Requires(post): %{install_info_prereq}
-Requires(preun):%{install_info_prereq}
+Source0:        ed-%{version}.tar.xz
 
 %description
 GNU ed is a line-oriented text editor. It is used to create, display,
@@ -40,7 +38,7 @@
 superseded by full-screen editors such as GNU Emacs or GNU Moe.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure
@@ -52,12 +50,6 @@
 %check
 %make_build check
 
-%post
-%install_info --entry="* ed: (ed). Line-oriented text editor" 
--info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
-
-%preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
-
 %files
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README

Reply via email to