Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lifelines for openSUSE:Factory 
checked in at 2026-03-30 18:32:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lifelines (Old)
 and      /work/SRC/openSUSE:Factory/.lifelines.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lifelines"

Mon Mar 30 18:32:41 2026 rev:35 rq:1343608 version:3.1.1+42ce4bda

Changes:
--------
--- /work/SRC/openSUSE:Factory/lifelines/lifelines.changes      2024-02-22 
21:00:56.312477489 +0100
+++ /work/SRC/openSUSE:Factory/.lifelines.new.1999/lifelines.changes    
2026-03-30 18:36:59.697345517 +0200
@@ -1,0 +2,23 @@
+Mon Mar 30 08:30:55 UTC 2026 - Dr. Werner Fink <[email protected]>
+
+- Update to lifelines git version 42ce4bda
+  - Merge pull request #495 from lifelines/issue494
+  - Fix assertions in free_xlat
+  - Merge pull request #496 from str255/patch-1
+  - Create onthisday.ll
+  - births, deaths, marriages on this day
+  - Fix assertions in free_xlat
+  - Merge pull request #491 from lifelines/macm1-testing
+  - Resolve warnings from clang15 / macos17 / darwin23
+  - Add NULL protection to FORINDISEQ
+  - Avoid null derefs in indiseq routines
+  - Code cleanup from sonarqube
+  - Try to fix duplicate cast warning from sonarqube
+  - Update NEWS, AUTHORS
+  - Minor tweaks to INSTALL for MacOS
+- Port patches
+  * lifelines-4f417309.dif
+  * lifelines-4f417309-array.dif
+- Make it build with latest autoconf
+
+-------------------------------------------------------------------
@@ -203 +225,0 @@
--------------------------------------------------------------------

Old:
----
  lifelines-4f417309.tar.gz

New:
----
  lifelines-42ce4bda.tar.gz

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

Other differences:
------------------
++++++ lifelines.spec ++++++
--- /var/tmp/diff_new_pack.Unr0Ug/_old  2026-03-30 18:37:00.633384650 +0200
+++ /var/tmp/diff_new_pack.Unr0Ug/_new  2026-03-30 18:37:00.641384985 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lifelines
 #
-# Copyright (c) 2024 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,8 +17,7 @@
 
 
 Name:           lifelines
-%global commit      4f417309
-%global longcommit  4f417309c1f1c188f5c67b099b4686ab8ff572ff
+%global commit  42ce4bda
 Version:        3.1.1+%{commit}
 Release:        0
 Summary:        The Lifelines Genealogy Program
@@ -28,9 +27,9 @@
 Source0:        
https://github.com/%{name}/%{name}/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
 Source1:        %{name}-rpmlintrc
 # PATCH-FIX-SUSE mainly to get paths correct if installed as system package
-Patch0:         lifelines-%{commit}.dif
+Patch0:         lifelines-4f417309.dif
 # PATCH-FIX-SUSE avoid memory leak as well as no initialized array
-Patch1:         lifelines-%{commit}-array.dif
+Patch1:         lifelines-4f417309-array.dif
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  dblatex
@@ -81,6 +80,8 @@
 LIBS="$(pkg-config ncursesw --libs)"
 CC=gcc
 export CC CFLAGS CPPFLAGS LIBS
+mkdir m4
+rm build/autotools/*.m4
 autoreconf -fi
 %configure  --disable-rpath                    \
            --with-gnu-ld                       \

++++++ lifelines-4f417309.tar.gz -> lifelines-42ce4bda.tar.gz ++++++
++++ 3247 lines of diff (skipped)

++++++ lifelines-4f417309.dif ++++++
--- /var/tmp/diff_new_pack.Unr0Ug/_old  2026-03-30 18:37:01.993441512 +0200
+++ /var/tmp/diff_new_pack.Unr0Ug/_new  2026-03-30 18:37:01.997441678 +0200
@@ -44,7 +44,7 @@
        INT i;
        PNODE argvar = builtin_args(node);
        PVALUE val = eval_and_coerce(PINT, argvar, stab, eflg);
-@@ -3453,7 +3453,7 @@ llrpt_copyfile (PNODE node, SYMTAB stab,
+@@ -3454,7 +3454,7 @@ llrpt_copyfile (PNODE node, SYMTAB stab,
        PNODE argvar = builtin_args(node);
        PVALUE val = eval_and_coerce(PSTRING, argvar, stab, eflg);
        char buffer[1024];
@@ -64,7 +64,7 @@
                if (!rptui_ask_for_program(LLREADTEXT, _(qSwhatrpt), &fname, 
&fullpath
                        , programsdir, ".ll", picklist)) {
                        if (fname)  {
-@@ -454,7 +454,7 @@ remove_tables (HINT_PARAM_UNUSED PACTX p
+@@ -455,7 +455,7 @@ remove_tables (HINT_PARAM_UNUSED PACTX p
  static BOOLEAN
  find_program (CNSTRING fname, STRING localdir, STRING *pfull,BOOLEAN include)
  {
@@ -75,7 +75,7 @@
        BOOLEAN rtn=FALSE;
 --- src/liflines/screen.c
 +++ src/liflines/screen.c      2024-02-22 09:12:50.130767749 +0000
-@@ -1633,7 +1633,7 @@ invoke_cset_display (void)
+@@ -1621,7 +1621,7 @@ invoke_cset_display (void)
                enqueue_list(list, strsave(zs_str(zstr)));
        }
  
@@ -84,7 +84,7 @@
        enqueue_list(list, strsave(zs_str(zstr)));
  
        if (charprops_is_loaded()) {
-@@ -1784,7 +1784,7 @@ load_tt_action (void)
+@@ -1772,7 +1772,7 @@ load_tt_action (void)
        }
  
        /* Ask whence to load it */

Reply via email to