public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/libffado] rawhide: Hard-code ABI version to avoid accidental SONAME changes
Date: Sat, 25 Jul 2026 21:42:16 GMT [thread overview]
Message-ID: <178501573689.1.5138102144416812548.rpms-libffado-fca4530c886b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libffado
Branch : rawhide
Commit : fca4530c886b0dc6b38587949ee52dc993c28449
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2026-07-25T23:38:40+02:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libffado/c/fca4530c886b0dc6b38587949ee52dc993c28449?branch=rawhide
Log:
Hard-code ABI version to avoid accidental SONAME changes
[skip changelog]
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
---
diff --git a/libffado.spec b/libffado.spec
index 366e7ac..cdbc32a 100644
--- a/libffado.spec
+++ b/libffado.spec
@@ -130,7 +130,8 @@ install -m 755 tests/ffado-test %{buildroot}%{_bindir}
%files
%license LICENSE.*
%doc AUTHORS ChangeLog README
-%{_libdir}/libffado.so.*
+%{_libdir}/libffado.so.2
+%{_libdir}/libffado.so.2.*
%dir %{_datadir}/libffado/
%{_datadir}/libffado/configuration
%{_prefix}/lib/udev/rules.d/*
reply other threads:[~2026-07-25 21:42 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=178501573689.1.5138102144416812548.rpms-libffado-fca4530c886b@fedoraproject.org \
--to=dominik@greysector.net \
--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