public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glm] rawhide: Update to v1.0.3 (rhbz#2404136)
@ 2026-09-21 14:46 Artur Frenszek-Iwicki
  0 siblings, 0 replies; only message in thread
From: Artur Frenszek-Iwicki @ 2026-09-21 14:46 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glm
Branch : rawhide
Commit : 2618a184fce65489dcf4a80f130b8839dc307273
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date   : 2026-09-21T16:45:57+02:00
Stats  : +10/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/glm/c/2618a184fce65489dcf4a80f130b8839dc307273?branch=rawhide

Log:
Update to v1.0.3 (rhbz#2404136)

---
diff --git a/.gitignore b/.gitignore
index 1d7c863..c460543 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /glm-0.9.9.6.zip
 /0.9.9.8.tar.gz
 /1.0.1.tar.gz
+/1.0.3.tar.gz

diff --git a/glm.spec b/glm.spec
index d91346a..9affcf8 100644
--- a/glm.spec
+++ b/glm.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name:           glm
-Version:        1.0.1
-Release:        7%{?dist}
+Version:        1.0.3
+Release:        1%{?dist}
 Summary:        C++ mathematics library for graphics programming
 
 License:        MIT
@@ -15,7 +15,6 @@ Patch1:         glm-1.0.1-without-werror.patch
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  cmake >= 3.14
-BuildRequires: make
 
 %description
 GLM is a C++ library for doing mathematics operations
@@ -83,13 +82,12 @@ sed -i 's/\r//' glm/detail/setup.hpp
 sed -i 's/\r//' glm/simd/platform.h
 sed -i 's/\r//' test/core/core_setup_message.cpp
 
-%patch 0 -p1
-%patch 1 -p1
+%autopatch -p1
 
-%build
 
+%build
 export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-%{cmake} -DGLM_TEST_ENABLE=ON -DGLM_BUILD_LIBRARY=OFF -DCMAKE_INSTALL_DATAROOTDIR=%{_datadir}/cmake
+%{cmake} -DGLM_BUILD_LIBRARY=OFF -DGLM_BUILD_TESTS=ON -DCMAKE_INSTALL_DATAROOTDIR=%{_datadir}/cmake
 %cmake_build
 
 %check
@@ -120,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/%{name}/{CMakeFiles,libglm_shared.so}
 %doc doc/api/
 
 %changelog
+* Mon Sep 21 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.0.3-1
+- Update to v1.0.3 (rhbz#2404136)
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index f042861..7ca8188 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (1.0.1.tar.gz) = c6c6fa1ea7a7e97820e36ee042a78be248ae828c99c1b1111080d9bf334a5160c9993a70312351c92a867cd49907c95f9f357c8dfe2bc29946da6e83e27ba20c
+SHA512 (1.0.3.tar.gz) = 0a490f0c79cd4a8ba54f37358f8917cef961dab9e61417c84ae0959c61bc860e5b83f4fb7f27169fb3d08eef1d84131bddde23d60876922310205c901b1273aa

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

only message in thread, other threads:[~2026-09-21 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 14:46 [rpms/glm] rawhide: Update to v1.0.3 (rhbz#2404136) Artur Frenszek-Iwicki

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