public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rkcommon] f45: Update to 1.15.3
@ 2026-08-24  9:08 Ali Erdinc Koroglu
  0 siblings, 0 replies; only message in thread
From: Ali Erdinc Koroglu @ 2026-08-24  9:08 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rkcommon
Branch : f45
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=f45

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]")

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-24  9:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24  9:08 [rpms/rkcommon] f45: Update to 1.15.3 Ali Erdinc Koroglu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox