public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Update library versions
Date: Fri, 11 Sep 2026 14:43:47 GMT	[thread overview]
Message-ID: <178913782701.1.381117547800464025.flatpaks-flatpak-runtime-e998e2e745a5@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : e998e2e745a56530edb88ef99e325d5a5f539326
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-05-17T19:10:26-04:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/e998e2e745a56530edb88ef99e325d5a5f539326?branch=f45

Log:
Update library versions

---
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 7490c21..822de59 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -159,7 +159,7 @@ lib_ignore = [
     'libapparmor.so', 'libapparmor.so.1',
 
     # binutils internal libraries
-    'libbfd-2.45.1.so', 'libopcodes-2.45.1.so', 'libgprofng.so', 'libgprofng.so.0',
+    'libbfd-2.46.so', 'libopcodes-2.46.so', 'libgprofng.so', 'libgprofng.so.0',
 
     # Trimmed from gettext(-devel)
     'libgettextlib.so', 'libgettextsrc.so', 'libtextstyle.so', 'libtextstyle.so.0',
@@ -186,6 +186,7 @@ ignore.update('/usr/lib64/' + x for x in lib_ignore)
 
 lib_rename = {
     # Newer or older in Fedora
+    'libabigail.so.8': 'libabigail.so.9',
     'libassuan.so.9': 'libassuan.so.0',
     'libFLAC++.so.10': 'libFLAC++.so.11',
     'libFLAC.so.12': 'libFLAC.so.14',
@@ -239,7 +240,7 @@ gcc_libs = [
 rename.update({'/usr/lib64/' + x: '/usr/lib/gcc/x86_64-redhat-linux/16/' + x for x in gcc_libs})
 
 for old in ['libasm-0.193.so', 'libdw-0.193.so', 'libelf-0.193.so', 'libdebuginfod-0.193.so']:
-    rename['/usr/lib64/' + old] = '/usr/lib64/' + old.replace('-0.193', '-0.194')
+    rename['/usr/lib64/' + old] = '/usr/lib64/' + old.replace('-0.193', '-0.195')
 
 # Fedora may have newer icu
 for old in ['libicudata.so.77', 'libicui18n.so.77', 'libicuio.so.77', 'libicutest.so.77',

                 reply	other threads:[~2026-09-11 14:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178913782701.1.381117547800464025.flatpaks-flatpak-runtime-e998e2e745a5@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox