public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/rtl-sdr] rawhide: Reverted SONAME back to 2
Date: Thu, 10 Sep 2026 11:52:30 GMT [thread overview]
Message-ID: <178904115038.1.16214134502825972518.rpms-rtl-sdr-6377b2f041da@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rtl-sdr
Branch : rawhide
Commit : 6377b2f041daec80361fab02c3bbc7b43818c0df
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-09-10T13:52:16+02:00
Stats : +19/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rtl-sdr/c/6377b2f041daec80361fab02c3bbc7b43818c0df?branch=rawhide
Log:
Reverted SONAME back to 2
---
diff --git a/rtl-sdr-2.0.3-soname-fix.patch b/rtl-sdr-2.0.3-soname-fix.patch
new file mode 100644
index 0000000..c6c2f5d
--- /dev/null
+++ b/rtl-sdr-2.0.3-soname-fix.patch
@@ -0,0 +1,13 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 408a270..cc580b1 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -29,7 +29,7 @@ target_include_directories(rtlsdr PUBLIC
+ )
+ set_target_properties(rtlsdr PROPERTIES DEFINE_SYMBOL "rtlsdr_EXPORTS")
+ set_target_properties(rtlsdr PROPERTIES OUTPUT_NAME rtlsdr)
+-set_target_properties(rtlsdr PROPERTIES SOVERSION 0)
++set_target_properties(rtlsdr PROPERTIES SOVERSION ${MAJOR_VERSION})
+ set_target_properties(rtlsdr PROPERTIES VERSION ${LIBVER})
+ generate_export_header(rtlsdr)
+
diff --git a/rtl-sdr.spec b/rtl-sdr.spec
index 40de0ad..ea8c2ee 100644
--- a/rtl-sdr.spec
+++ b/rtl-sdr.spec
@@ -14,7 +14,7 @@ Name: rtl-sdr
URL: http://sdr.osmocom.org/trac/wiki/rtl-sdr
#Version: 0.6.0^%%{git_suffix}
Version: 2.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
BuildRequires: gcc
@@ -27,6 +27,8 @@ Summary: SDR utilities for Realtek RTL2832 based DVB-T dongles
Source0: https://github.com/steve-m/librtlsdr/archive/refs/tags/v%{version}/librtlsdr-%{version}.tar.gz
#Source0: https://github.com/steve-m/librtlsdr/archive/%%{version}/librtlsdr-%%{version}.tar.gz
# https://osmocom.org/projects/rtl-sdr/repository/revisions/222517b506278178ab93182d79ccf7eb04d107ce
+# https://github.com/steve-m/librtlsdr/issues/92
+Patch: rtl-sdr-2.0.3-soname-fix.patch
%description
This package can turn your RTL2832 based DVB-T dongle into a SDR receiver.
@@ -84,6 +86,9 @@ install -m0644 -D rtl-sdr.sysusers.conf %{buildroot}%{_sysusersdir}/rtl-sdr.conf
%{_libdir}/pkgconfig/*.pc
%changelog
+* Thu Sep 10 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.3-2
+- Reverted SONAME back to 2
+
* Mon Sep 07 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.3-1
- New version
reply other threads:[~2026-09-10 11:52 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=178904115038.1.16214134502825972518.rpms-rtl-sdr-6377b2f041da@fedoraproject.org \
--to=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