Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package popt for openSUSE:Factory checked in 
at 2026-03-19 17:36:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/popt (Old)
 and      /work/SRC/openSUSE:Factory/.popt.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "popt"

Thu Mar 19 17:36:07 2026 rev:41 rq:1340908 version:1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/popt/popt.changes        2022-10-03 
13:44:52.881365182 +0200
+++ /work/SRC/openSUSE:Factory/.popt.new.8177/popt.changes      2026-03-19 
17:37:22.409800147 +0100
@@ -1,0 +2,6 @@
+Wed Mar 18 12:08:59 UTC 2026 - Richard Biener <[email protected]>
+
+- Add popt-libc-updates2.patch to fix const correctness preventing
+  build with new glibc
+
+-------------------------------------------------------------------

New:
----
  popt-libc-updates2.patch

----------(New B)----------
  New:
- Add popt-libc-updates2.patch to fix const correctness preventing
  build with new glibc
----------(New E)----------

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

Other differences:
------------------
++++++ popt.spec ++++++
--- /var/tmp/diff_new_pack.Ukx5aL/_old  2026-03-19 17:37:22.921821360 +0100
+++ /var/tmp/diff_new_pack.Ukx5aL/_new  2026-03-19 17:37:22.925821525 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package popt
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source0:        
http://ftp.rpm.org/popt/releases/popt-1.x/popt-%{version}.tar.gz
 Source2:        baselibs.conf
 Patch0:         popt-libc-updates.patch
+Patch1:         popt-libc-updates2.patch
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 #!BuildIgnore:  rpmlint-Factory

++++++ popt-libc-updates2.patch ++++++
--- popt-1.19/src/poptconfig.c.orig     2026-03-18 13:06:17.594692100 +0100
+++ popt-1.19/src/poptconfig.c  2026-03-18 13:06:19.938692135 +0100
@@ -394,7 +394,7 @@
 int poptReadConfigFiles(poptContext con, const char * paths)
 {
     char * buf = (paths ? xstrdup(paths) : NULL);
-    const char * p;
+    char * p;
     char * pe;
     int rc = 0;                /* assume success */
 

Reply via email to