From 41fa558e1770a1a5b65f1eb359b2c4cc4e87e38b Mon Sep 17 00:00:00 2001 From: Igal Alkon Date: Sat, 8 Aug 2026 12:25:58 +0200 Subject: [PATCH] package/rpm: add distribution suffix to release version. --- package/rpm/build.sh | 4 ++-- package/rpm/magnum.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/rpm/build.sh b/package/rpm/build.sh index 0f96ad24d..87f085714 100755 --- a/package/rpm/build.sh +++ b/package/rpm/build.sh @@ -6,8 +6,8 @@ # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, # 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš -# Copyright © 2018, 2020, 2021, 2022, 2023, 2024 -# Igal Alkon +# Copyright © 2018, 2020, 2021, 2022, 2023, 2024, 2026 +# Igal Alkon # Copyright © 2021 1b00 <1b00@pm.me> # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/package/rpm/magnum.spec b/package/rpm/magnum.spec index c8a7dfc87..3892e65db 100644 --- a/package/rpm/magnum.spec +++ b/package/rpm/magnum.spec @@ -1,7 +1,7 @@ Name: magnum URL: http://magnum.graphics Version: 2020.06.2972.g8b832382a -Release: 1 +Release: 1%{?dist} Summary: C++11 graphics middleware for games and data visualization License: MIT Source: %{name}-%{version}.tar.gz