public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/guidelines-support-library] epel9: Updated to version 4.1.0.
@ 2026-09-06 5:05 Vitaly
0 siblings, 0 replies; only message in thread
From: Vitaly @ 2026-09-06 5:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/guidelines-support-library
Branch : epel9
Commit : 9a07340c8ef70e1931366f228f2f68d76856412d
Author : Vitaly <vitaly@easycoding.org>
Date : 2024-10-17T22:18:59+02:00
Stats : +3/-28 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/guidelines-support-library/c/9a07340c8ef70e1931366f228f2f68d76856412d?branch=epel9
Log:
Updated to version 4.1.0.
---
diff --git a/guidelines-support-library-wrong-version-fix.patch b/guidelines-support-library-wrong-version-fix.patch
deleted file mode 100644
index 54c8070..0000000
--- a/guidelines-support-library-wrong-version-fix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From d56c70c276bf6da2fa897e9df2b7735f817c86d6 Mon Sep 17 00:00:00 2001
-From: Vitaly Zaitsev <vitaly@easycoding.org>
-Date: Fri, 28 Jan 2022 15:20:07 +0100
-Subject: [PATCH] Fixed wrong version number in exported CMake configs.
-
-Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b59ec7a7..5e0d9c0f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -4,7 +4,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
- include(guidelineSupportLibrary)
-
- project(GSL
-- VERSION 3.1.0
-+ VERSION 4.0.0
- LANGUAGES CXX
- )
-
diff --git a/guidelines-support-library.spec b/guidelines-support-library.spec
index 450f38e..c459edb 100644
--- a/guidelines-support-library.spec
+++ b/guidelines-support-library.spec
@@ -1,7 +1,7 @@
%global debug_package %{nil}
Name: guidelines-support-library
-Version: 4.0.0
+Version: 4.1.0
Release: %autorelease
License: MIT
@@ -9,9 +9,6 @@ URL: https://github.com/Microsoft/GSL
Summary: Guidelines Support Library
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-# https://github.com/microsoft/GSL/pull/1027
-Patch100: %{name}-wrong-version-fix.patch
-
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -40,6 +37,7 @@ it is simplest to just include gsl/gsl and gain access to the entire library.
%prep
%autosetup -n GSL-%{version} -p1
+sed -e 's/4.0.0/%{version}/g' -i CMakeLists.txt
sed -e '/-Werror/d' -i tests/CMakeLists.txt
%build
diff --git a/sources b/sources
index d3e40d6..9694e5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (guidelines-support-library-4.0.0.tar.gz) = 50a6a362e401ca1744f0719e521a38c32d54e4cc7ee9b0a601dd018e00e7a08a83062183411f34d5254dd49ce76ba9acc1037f5301a5f4e0f8c337608eb78110
+SHA512 (guidelines-support-library-4.1.0.tar.gz) = d3164381f48e4ea8ddc5596f306905e04e1775f01f64d7b0522e01ea58084d7a0bc8b06ece908df45aa75d5d9f3b1341229333bfd7cfee035a7d70e84a546f40
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-06 5:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06 5:05 [rpms/guidelines-support-library] epel9: Updated to version 4.1.0 Vitaly
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox