public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rkcommon] rawhide: Update to 1.15.3
Date: Mon, 24 Aug 2026 07:31:35 GMT [thread overview]
Message-ID: <178755669520.1.10694640170211617148.rpms-rkcommon-c1eec54a3a47@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rkcommon
Branch : rawhide
Commit : c1eec54a3a47816df33116962723c6f15b6b1002
Author : Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
Date : 2026-08-24T10:31:14+03:00
Stats : +5/-31 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rkcommon/c/c1eec54a3a47816df33116962723c6f15b6b1002?branch=rawhide
Log:
Update to 1.15.3
---
diff --git a/rkcommon.spec b/rkcommon.spec
index 52a8440..b3c941a 100644
--- a/rkcommon.spec
+++ b/rkcommon.spec
@@ -1,16 +1,14 @@
Name: rkcommon
-Version: 1.14.2
+Version: 1.15.3
Release: %autorelease
Summary: Intel renderKit common C++/CMake infrastructure
License: Apache-2.0
URL: https://github.com/Renderkit/rkcommon
-Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
-
-Patch0: test-rsqrt-overload.patch
+Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
# Upstream only supports x86-64 and ARM64 architectures
-ExclusiveArch: x86_64 aarch64
+ExclusiveArch: %{x86_64} %{arm64}
BuildRequires: cmake >= 3.1
BuildRequires: gcc-c++
@@ -29,7 +27,7 @@ The %{name}-devel package contains libraries and header files for
applications that use %{name}.
%prep
-%autosetup -p1
+%autosetup
%build
%cmake
diff --git a/sources b/sources
index 53ba322..6769b0e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rkcommon-1.14.2.tar.gz) = 48ced20506344250fd2b91875f8282c3b39828ac3eb0c8c0e2505dcc5cdb85a8f36dd328294f165aab66bdfe836b81b7a2c9f6f5c7ab49d281df5a3f95075548
+SHA512 (rkcommon-1.15.3.tar.gz) = 5e9b56c398239de65ea56532f7f43e3148bafbca1cd39023a9566f35a56bea8ec3981a501017191d28b24cea358ea15d07e94308c52ede1fd16b9c528e49dc65
diff --git a/test-rsqrt-overload.patch b/test-rsqrt-overload.patch
deleted file mode 100644
index b87ec6b..0000000
--- a/test-rsqrt-overload.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/tests/math/test_rkmath.cpp 2025-07-31 23:01:33.552407134 +0300
-+++ b/tests/math/test_rkmath.cpp 2025-07-31 23:05:33.998886574 +0300
-@@ -49,8 +49,8 @@
- template <typename T>
- inline void test_rsqrt()
- {
-- REQUIRE(CmpT<T>(rsqrt(T(1)), T(1)));
-- REQUIRE(CmpT<T>(rsqrt(T(4)), T(.5)));
-+ REQUIRE(CmpT<T>(rkcommon::math::rsqrt(static_cast<T>(1)), T(1)));
-+ REQUIRE(CmpT<T>(rkcommon::math::rsqrt(static_cast<T>(4)), T(.5)));
- }
-
- TEST_CASE("rkmath rsqrt function", "[rkmath]")
---- a/tests/math/test_Quaternion.cpp 2025-07-31 23:11:28.293774976 +0300
-+++ b/tests/math/test_Quaternion.cpp 2025-07-31 23:15:06.229875126 +0300
-@@ -187,7 +187,7 @@
- inline void test_slerp()
- {
- typename T::Scalar two = 2;
-- REQUIRE(CmpT(slerp(.5f, T(1, 0, 0, 0), T(0, 1, 0, 0)), T(rsqrt(two), rsqrt(two), 0, 0)));
-+ REQUIRE(CmpT(slerp(.5f, T(1, 0, 0, 0), T(0, 1, 0, 0)), T(static_cast<typename T::Scalar>(rkcommon::math::rsqrt(two)), static_cast<typename T::Scalar>(rkcommon::math::rsqrt(two)), 0, 0)));
- }
-
- TEST_CASE("Quaternion functions", "[quat]")
reply other threads:[~2026-08-24 7:31 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=178755669520.1.10694640170211617148.rpms-rkcommon-c1eec54a3a47@fedoraproject.org \
--to=ali.koroglu@oss.qualcomm.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