Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package makedumpfile for openSUSE:Factory 
checked in at 2025-08-18 16:07:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/makedumpfile (Old)
 and      /work/SRC/openSUSE:Factory/.makedumpfile.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "makedumpfile"

Mon Aug 18 16:07:30 2025 rev:100 rq:1299217 version:1.7.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes        
2025-08-01 22:40:03.612131365 +0200
+++ /work/SRC/openSUSE:Factory/.makedumpfile.new.1085/makedumpfile.changes      
2025-08-18 16:07:40.321480198 +0200
@@ -1,0 +2,13 @@
+Wed Aug 13 06:22:31 UTC 2025 - Petr Tesařík <ptesa...@suse.com>
+
+- Move makedumpfile-R.pl to doc. The script is no longer needed,
+  but may serve as a useful reference implementation of reading the
+  flattened file format.
+
+-------------------------------------------------------------------
+Wed Aug 13 06:07:18 UTC 2025 - Petr Tesařík <ptesa...@suse.com>
+
+- Update bundled eppic to 72da440362e20291d5ecbb04b6eb7c7b492f233c
+  (boo#1247577).
+
+-------------------------------------------------------------------

Old:
----
  eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49.tar.gz

New:
----
  eppic-72da440362e20291d5ecbb04b6eb7c7b492f233c.tar.gz

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

Other differences:
------------------
++++++ makedumpfile.spec ++++++
--- /var/tmp/diff_new_pack.dnu6Rw/_old  2025-08-18 16:07:41.193516405 +0200
+++ /var/tmp/diff_new_pack.dnu6Rw/_new  2025-08-18 16:07:41.193516405 +0200
@@ -17,7 +17,7 @@
 
 
 %define build_eppic 1
-%define eppic_commit 63c2a2072464d774097a1a6cc1d2e98290f89c49
+%define eppic_commit 72da440362e20291d5ecbb04b6eb7c7b492f233c
 
 %if 0%{!?have_zstd:1}
 %if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500
@@ -97,7 +97,6 @@
 install -D -m 0755 makedumpfile %{buildroot}%{_bindir}/makedumpfile
 install -D -m 0644 makedumpfile.8 %{buildroot}%{_mandir}/man8/makedumpfile.8
 install -D -m 0644 makedumpfile.conf.5 
%{buildroot}%{_mandir}/man5/makedumpfile.conf.5
-install -D -m 0644 makedumpfile-R.pl 
%{buildroot}%{_datadir}/%{name}-%{version}/makedumpfile-R.pl
 %if %{build_eppic}
 install -D -m 0755 eppic_makedumpfile.so 
%{buildroot}%{_libdir}/%{name}-%{version}/eppic_makedumpfile.so
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}-%{version}/eppic_scripts
@@ -119,13 +118,13 @@
 %defattr(-,root,root)
 %license COPYING
 %doc README IMPLEMENTATION
+%doc makedumpfile-R.pl
 %{_mandir}/man?/*
 %{_bindir}/*
-%dir %{_datadir}/%{name}-%{version}
-%{_datadir}/%{name}-%{version}/makedumpfile-R.pl
 %if %{build_eppic}
 %dir %{_libdir}/%{name}-%{version}
 %{_libdir}/%{name}-%{version}/eppic_makedumpfile.so
+%dir %{_datadir}/%{name}-%{version}
 %{_datadir}/%{name}-%{version}/eppic_scripts/
 %endif
 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.dnu6Rw/_old  2025-08-18 16:07:41.225517734 +0200
+++ /var/tmp/diff_new_pack.dnu6Rw/_new  2025-08-18 16:07:41.229517899 +0200
@@ -1,6 +1,6 @@
-mtime: 1752842510
-commit: 8b6d0ef7483b6c733936fb313223f178fb9700a1a6d8286915309bbac622ff9a
+mtime: 1755066274
+commit: c03c96f7cab273d5eb7320780701686591203d9e214b6fb7e48b7b1809b616bd
 url: https://src.opensuse.org/kernel-kdump/makedumpfile.git
-revision: 8b6d0ef7483b6c733936fb313223f178fb9700a1a6d8286915309bbac622ff9a
+revision: c03c96f7cab273d5eb7320780701686591203d9e214b6fb7e48b7b1809b616bd
 projectscmsync: https://src.opensuse.org/kernel-kdump/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-08-13 10:50:45.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49.tar.gz -> 
eppic-72da440362e20291d5ecbb04b6eb7c7b492f233c.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_builtin.c 
new/eppic-72da440362e20291d5ecbb04b6eb7c7b492f233c/libeppic/eppic_builtin.c
--- old/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_builtin.c 
2025-02-19 17:44:41.000000000 +0100
+++ new/eppic-72da440362e20291d5ecbb04b6eb7c7b492f233c/libeppic/eppic_builtin.c 
2025-06-26 15:05:08.000000000 +0200
@@ -13,10 +13,11 @@
  * GNU General Public License for more details.
  */
 #include <string.h>
-#include <termio.h>
+#include <termios.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <sys/ioctl.h>
 #include "eppic.h"
 
 /* information necessary for a builtin function */
@@ -166,7 +167,7 @@
 eppic_getchar(void)
 {
 char c; 
-struct termio tio, stio;
+struct termios tio, stio;
 int in=fileno(stdin);
 
     if(ioctl(in, TCGETA, &tio)) c=255;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c 
new/eppic-72da440362e20291d5ecbb04b6eb7c7b492f233c/libeppic/eppic_util.c
--- old/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c    
2025-02-19 17:44:41.000000000 +0100
+++ new/eppic-72da440362e20291d5ecbb04b6eb7c7b492f233c/libeppic/eppic_util.c    
2025-06-26 15:05:08.000000000 +0200
@@ -17,11 +17,12 @@
 #include <unistd.h>
 #include <curses.h>
 #include <term.h>
-#include <termio.h>
+#include <termios.h>
 #include <ctype.h>
 #include <stdarg.h>
 #include <malloc.h>
 #include <limits.h>
+#include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <sys/types.h>
 #include <stdlib.h>

Reply via email to