Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nedit for openSUSE:Factory checked 
in at 2026-09-21 12:20:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nedit (Old)
 and      /work/SRC/openSUSE:Factory/.nedit.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nedit"

Mon Sep 21 12:20:33 2026 rev:5 rq:1379260 version:5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/nedit/nedit.changes      2025-07-01 
11:36:00.757937394 +0200
+++ /work/SRC/openSUSE:Factory/.nedit.new.383539/nedit.changes  2026-09-21 
12:20:42.120978075 +0200
@@ -1,0 +2,21 @@
+Wed Sep 16 17:41:23 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 5.8:
+  * Optional tab drag-and-drop (X resources nedit.dragDropTabs,
+    nedit.dragDropTabsAnimation)
+  * File menu Save All (Shift+Ctrl+S)
+  * Multi-row tabs keep more of each filename visible and no
+    longer rotate the active row to the bottom
+  * Treat Motif 2.2.3 through 2.3.8 as known-good
+  * Honor SOURCE_DATE_EPOCH; drop link-time stamps from the
+    binary
+  * Skip WM_SAVE_YOURSELF when the window manager does not
+    support it
+  * Recognize ARM/ARM64 in the compiled-on string
+- Drop nedit-5.6_builddate_fix.patch: SOURCE_DATE_EPOCH and
+  linkdate removal are upstream
+- Rebase nedit-5.5CVS-makefiles.patch for the C89 linux flags
+- Source0 is now nedit-5.8-src.tar.bz2
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  nedit-5.6_builddate_fix.patch
  nedit-5.7-src.tar.gz

New:
----
  nedit-5.8-src.tar.bz2

----------(Old B)----------
  Old:  * Recognize ARM/ARM64 in the compiled-on string
- Drop nedit-5.6_builddate_fix.patch: SOURCE_DATE_EPOCH and
  linkdate removal are upstream
----------(Old E)----------

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

Other differences:
------------------
++++++ nedit.spec ++++++
--- /var/tmp/diff_new_pack.RI72fE/_old  2026-09-21 12:20:43.026015916 +0200
+++ /var/tmp/diff_new_pack.RI72fE/_new  2026-09-21 12:20:43.027015958 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nedit
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,29 @@
 
 
 Name:           nedit
-Version:        5.7
+Version:        5.8
 Release:        0
 Summary:        A GUI text editor
 License:        GPL-2.0-or-later
-Group:          Productivity/Text/Editors
-URL:            http://sourceforge.net/projects/nedit/
-Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
+URL:            https://sourceforge.net/projects/nedit/
+Source0:        
https://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.bz2
 Source1:        %{name}-icon.png
 Source2:        %{name}.desktop
-#PATCH-FIX-OPENSUSE Use optflags for build
+# PATCH-FIX-OPENSUSE Use optflags for build
 Patch1:         %{name}-5.5CVS-makefiles.patch
-#PATCH-FIX-OPENSUSE Do not use tmpnam
+# PATCH-FIX-OPENSUSE Do not use tmpnam
 Patch2:         %{name}-5.5CVS-security.patch
-#PATCH-FIX-OPENSUSE Change nc to nedit-client to avoid conflict with netcat
+# PATCH-FIX-OPENSUSE Change nc to nedit-client to avoid conflict with netcat
 Patch3:         %{name}-5.5CVS-nc-manfix.patch
-#PATCH-FIX-UPSTREAM Set "Default" visual to avoid crashes
+# PATCH-FIX-UPSTREAM Set "Default" visual to avoid crashes
 Patch4:         %{name}-5.5-visfix.patch
-#PATCH-FIX-OPENSUSE do not use UTF-8 by default, as it is not supported
+# PATCH-FIX-OPENSUSE do not use UTF-8 by default, as it is not supported
 Patch5:         %{name}-5.5CVS-utf8.patch
-#PATCH-FIX-OPENSUSE do not include data and time in binary
-Patch6:         %{name}-5.6_builddate_fix.patch
+# PATCH-FIX-OPENSUSE gcc15 function-pointer prototypes
 Patch7:         %{name}-5.7-gcc15.patch
 BuildRequires:  bison
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  openmotif-devel
 BuildRequires:  update-desktop-files
 Requires(post): update-desktop-files
@@ -58,21 +58,20 @@
 %patch -P 3 -p1
 %patch -P 4 -p1
 %patch -P 5
-%patch -P 6 -p1
 %patch -P 7 -p1
 
 %build
-make -j1 RPM_OPT_FLAGS="%{optflags}" linux
+%make_build -j1 RPM_OPT_FLAGS="%{optflags}" linux
 
 pushd doc
-make -j1 all
+%make_build -j1 all
 popd
 
 %install
 install -d -m 755 %{buildroot}%{_bindir}
 install -d -m 755 %{buildroot}%{_mandir}/man1
 mv source/nc source/nedit-client
-install -s -m 755 source/nedit source/nedit-client %{buildroot}%{_bindir}
+install -m 755 source/nedit source/nedit-client %{buildroot}%{_bindir}
 install -m 644 doc/nedit.man %{buildroot}%{_mandir}/man1/nedit.1x
 mv doc/nc.man doc/nedit-client.man
 install -m 644 doc/nedit-client.man %{buildroot}%{_mandir}/man1/nedit-client.1x
@@ -89,7 +88,7 @@
 %desktop_database_postun
 
 %files
-%defattr(-,root,root)
+%license COPYRIGHT
 %doc doc/nedit.doc README ReleaseNotes
 %{_bindir}/nedit
 %{_bindir}/nedit-client

++++++ nedit-5.5CVS-makefiles.patch ++++++
--- /var/tmp/diff_new_pack.RI72fE/_old  2026-09-21 12:20:43.057017213 +0200
+++ /var/tmp/diff_new_pack.RI72fE/_new  2026-09-21 12:20:43.061017380 +0200
@@ -1,5 +1,5 @@
---- nedit-5.5_CVS20071122/makefiles/Makefile.linux.makefiles   2006-10-26 
04:20:16.000000000 +0200
-+++ nedit-5.5_CVS20071122/makefiles/Makefile.linux     2007-11-22 
08:29:38.000000000 +0100
+--- a/makefiles/Makefile.linux
++++ b/makefiles/Makefile.linux
 @@ -1,5 +1,5 @@
  # $Id: Makefile.linux,v 1.14 2006/10/26 02:20:16 tringali Exp $
 -CC=cc
@@ -11,8 +11,8 @@
  # To test if the Motif library exports the runtime version
  # add -DHAVE__XMVERSIONSTRING to CFLAGS
  #
--CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
-+CFLAGS=-I/usr/X11R6/include $(RPM_OPT_FLAGS) -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
+-CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -ansi 
-U__STRICT_ANSI__
++CFLAGS=-I/usr/X11R6/include $(RPM_OPT_FLAGS) -DUSE_DIRENT -DUSE_LPR_PRINT_CMD 
-ansi -U__STRICT_ANSI__
  
  ARFLAGS=-urs
  

++++++ nedit-5.7-src.tar.gz -> nedit-5.8-src.tar.bz2 ++++++
++++ 3134 lines of diff (skipped)

Reply via email to