public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vitaly Zaitsev <vitaly@easycoding.org>
To: git-commits@fedoraproject.org
Subject: [rpms/guidelines-support-library] epel9: Fixed wrong version number in exported CMake configs.
Date: Sun, 06 Sep 2026 05:05:54 GMT [thread overview]
Message-ID: <178867115439.1.2260480483222555559.rpms-guidelines-support-library-0585a28fabcf@fedoraproject.org> (raw)
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.
reply other threads:[~2026-09-06 5:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178867115439.1.2260480483222555559.rpms-guidelines-support-library-0585a28fabcf@fedoraproject.org \
--to=vitaly@easycoding.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox