public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/guidelines-support-library] epel9: Fixed wrong version number in exported CMake configs.
@ 2026-09-06  5:05 Vitaly Zaitsev
  0 siblings, 0 replies; only message in thread
From: Vitaly Zaitsev @ 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 : 0585a28fabcf34ca14e4e6833d1a63ad1c2428a2
Author : Vitaly Zaitsev <vitaly@easycoding.org>
Date   : 2022-01-28T15:25:17+01:00
Stats  : +30/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/guidelines-support-library/c/0585a28fabcf34ca14e4e6833d1a63ad1c2428a2?branch=epel9

Log:
Fixed wrong version number in exported CMake configs.

---
diff --git a/guidelines-support-library-wrong-version-fix.patch b/guidelines-support-library-wrong-version-fix.patch
new file mode 100644
index 0000000..54c8070
--- /dev/null
+++ b/guidelines-support-library-wrong-version-fix.patch
@@ -0,0 +1,23 @@
+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 6df3217..88edd19 100644
--- a/guidelines-support-library.spec
+++ b/guidelines-support-library.spec
@@ -3,13 +3,16 @@
 
 Name: guidelines-support-library
 Version: 4.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: MIT
 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++
@@ -51,6 +54,9 @@ sed -e '/-Werror/d' -i tests/CMakeLists.txt
 %{_includedir}/gsl/
 
 %changelog
+* Fri Jan 28 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 4.0.0-2
+- Fixed wrong version number in exported CMake configs.
+
 * Fri Jan 28 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 4.0.0-1
 - Updated to version 4.0.0.
 

^ 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: Fixed wrong version number in exported CMake configs Vitaly Zaitsev

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