public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Tardon <dtardon@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libexttextcat] rawhide: Do not let soname changes slip through unnoticed
Date: Mon, 24 Aug 2026 18:17:55 GMT	[thread overview]
Message-ID: <178759547516.1.578414408853358875.rpms-libexttextcat-6d89b165f032@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-08-24 18:17 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=178759547516.1.578414408853358875.rpms-libexttextcat-6d89b165f032@fedoraproject.org \
    --to=dtardon@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