public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libexttextcat] rawhide: Do not let soname changes slip through unnoticed
@ 2026-08-24 18:17 David Tardon
0 siblings, 0 replies; only message in thread
From: David Tardon @ 2026-08-24 18:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libexttextcat
Branch : rawhide
Commit : 6d89b165f03260634c1c706f021993e78aeb77f3
Author : David Tardon <dtardon@redhat.com>
Date : 2026-08-19T07:22:09+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libexttextcat/c/6d89b165f03260634c1c706f021993e78aeb77f3?branch=rawhide
Log:
Do not let soname changes slip through unnoticed
---
diff --git a/libexttextcat.spec b/libexttextcat.spec
index 2db5b16..61eb494 100644
--- a/libexttextcat.spec
+++ b/libexttextcat.spec
@@ -1,3 +1,5 @@
+%global soversion 0
+
Name: libexttextcat
Version: 3.4.6
Release: %autorelease
@@ -49,12 +51,13 @@ make check
%files
%doc ChangeLog README*
%license LICENSE
-%{_libdir}/%{name}*.so.*
+%{_libdir}/%{name}-2.0.so.%{soversion}
+%{_libdir}/%{name}-2.0.so.%{soversion}.*
%{_datadir}/%{name}
%files devel
%{_includedir}/%{name}
-%{_libdir}/%{name}*.so
+%{_libdir}/%{name}-2.0.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/vala/vapi/libexttextcat.vapi
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 18:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 18:17 [rpms/libexttextcat] rawhide: Do not let soname changes slip through unnoticed David Tardon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox