public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qrtr] epel10: Update to 1.2
@ 2026-08-28 5:55 Peter Robinson
0 siblings, 0 replies; only message in thread
From: Peter Robinson @ 2026-08-28 5:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/qrtr
Branch : epel10
Commit : 8ec63c94a1d8fdb111616019f926a226596a3219
Author : Peter Robinson <pbrobinson@gmail.com>
Date : 2025-12-08T15:05:56+00:00
Stats : +2/-49 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/qrtr/c/8ec63c94a1d8fdb111616019f926a226596a3219?branch=epel10
Log:
Update to 1.2
---
diff --git a/qrtr-restore-soname.patch b/qrtr-restore-soname.patch
deleted file mode 100644
index 129f3c5..0000000
--- a/qrtr-restore-soname.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From b6b586f3d099dff7c56b69c824a1931ddad170a4 Mon Sep 17 00:00:00 2001
-From: Arnaud Ferraris <arnaud.ferraris@collabora.com>
-Date: Tue, 23 Apr 2024 16:04:08 +0200
-Subject: [PATCH] lib: meson.build: restore libqrtr SONAME
-
-The previous version of `libqrtr` had `libqrtr.so.1` as their SONAME,
-while the current version have only `libqrtr.so`. This is problematic as
-previously built binaries using this lib will have to be rebuilt for
-this new version (or rather, re-linked, which is practically
-equivalent).
-
-This change ensures the SONAME is kept by setting the project version
-in the top-level `meson.build` and uses this string as the shared
-library version.
-
-In practice, the generated library filename is now `libqrtr.so.1.1` with
-SONAME still being `libqrtr.so.1`.
----
- lib/meson.build | 1 +
- meson.build | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/lib/meson.build b/lib/meson.build
-index 7a894b3..aab46cb 100644
---- a/lib/meson.build
-+++ b/lib/meson.build
-@@ -5,6 +5,7 @@ pkg = import('pkgconfig')
- libqrtr_srcs = ['logging.c', 'qmi.c', 'qrtr.c']
- libqrtr = shared_library('qrtr',
- libqrtr_srcs,
-+ version: meson.project_version(),
- include_directories : inc,
- install: true)
-
-diff --git a/meson.build b/meson.build
-index 4478263..0afaf84 100644
---- a/meson.build
-+++ b/meson.build
-@@ -2,6 +2,7 @@
-
- project('qrtr',
- 'c',
-+ version: '1.1',
- license : [ 'BSD-3-Clause'],
- default_options : [
- 'warning_level=1',
diff --git a/qrtr.spec b/qrtr.spec
index c887435..5e1075b 100644
--- a/qrtr.spec
+++ b/qrtr.spec
@@ -1,5 +1,5 @@
Name: qrtr
-Version: 1.1
+Version: 1.2
Release: %autorelease
Summary: Service listing daemon for Qualcomm IPC Router
@@ -7,7 +7,6 @@ Summary: Service listing daemon for Qualcomm IPC Router
License: BSD-3-Clause AND BSD-2-Clause
URL: https://github.com/linux-msm/qrtr
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-Patch1: qrtr-restore-soname.patch
BuildRequires: gcc
BuildRequires: meson
diff --git a/sources b/sources
index d909036..8953d56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qrtr-1.1.tar.gz) = 68cc8731d500b2e7f5702471a3c239f415bd97035678d972d40d28ceb58bcaa1ee271816fd2002776a2d370611fc9e5e54a79d1a16ce2bce258b9411d9aec824
+SHA512 (qrtr-1.2.tar.gz) = aec1dfc598a70f0128d81a56faab74a2a7676dc0c4ff2e858f76aaf815afb5b785af0cf18427212f92aec3c61297af3f94a64671ec5e161c4a340d2edcfaabdd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 5:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 5:55 [rpms/qrtr] epel10: Update to 1.2 Peter Robinson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox