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: Updated to version 3.0.0.
Date: Sun, 06 Sep 2026 05:05:47 GMT [thread overview]
Message-ID: <178867114700.1.9368841184691398638.rpms-guidelines-support-library-14181a9edbc4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/guidelines-support-library
Branch : epel9
Commit : 14181a9edbc4ff7c2942ec6d92ebb2238011a6d0
Author : Vitaly Zaitsev <vitaly@easycoding.org>
Date : 2020-04-17T17:10:30+02:00
Stats : +36/-4 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/guidelines-support-library/c/14181a9edbc4ff7c2942ec6d92ebb2238011a6d0?branch=epel9
Log:
Updated to version 3.0.0.
---
diff --git a/.gitignore b/.gitignore
index 2a7bcb8..29f7edb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/guidelines-support-library-c9e423d.tar.gz
/guidelines-support-library-1.0.0.tar.gz
/guidelines-support-library-2.1.0.tar.gz
+/guidelines-support-library-3.0.0.tar.gz
diff --git a/guidelines-support-library-cmake-fix.patch b/guidelines-support-library-cmake-fix.patch
new file mode 100644
index 0000000..29c7024
--- /dev/null
+++ b/guidelines-support-library-cmake-fix.patch
@@ -0,0 +1,23 @@
+From aeb65efadae47bce55308e721d73352465b7d689 Mon Sep 17 00:00:00 2001
+From: Vitaly Zaitsev <vitaly@easycoding.org>
+Date: Fri, 17 Apr 2020 11:47:23 +0200
+Subject: [PATCH] Fixed installation on GNU/Linux distributions.
+
+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 57135b1f..6a12c337 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -89,7 +89,7 @@ install(
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
+ )
+ # Make library importable by other projects
+-install(EXPORT Microsoft.GSLConfig NAMESPACE Microsoft.GSL:: DESTINATION share/Microsoft.GSL/cmake)
++install(EXPORT Microsoft.GSLConfig NAMESPACE Microsoft.GSL:: DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake/Microsoft.GSL)
+ export(TARGETS GSL NAMESPACE Microsoft.GSL:: FILE Microsoft.GSLConfig.cmake)
+
+ # Add Microsoft.GSL::GSL alias for GSL so that dependents can be agnostic about
diff --git a/guidelines-support-library.spec b/guidelines-support-library.spec
index 323757c..0df29f4 100644
--- a/guidelines-support-library.spec
+++ b/guidelines-support-library.spec
@@ -1,11 +1,15 @@
Name: guidelines-support-library
-Version: 2.1.0
+Version: 3.0.0
Release: 1%{?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/867
+Patch100: %{name}-cmake-fix.patch
+
BuildArch: noarch
BuildRequires: ninja-build
@@ -18,13 +22,13 @@ Header-only %{summary}.
%package devel
Summary: Development files for %{name}
-Provides: %{name}-static = %{version}-%{release}
+Provides: %{name}-static = %{?epoch:%{epoch}:}%{version}-%{release}
%description devel
%{summary}.
%prep
-%autosetup -n GSL-%{version}
+%autosetup -n GSL-%{version} -p1
mkdir -p %{_target_platform}
%build
@@ -42,9 +46,13 @@ popd
%files devel
%doc README.md CONTRIBUTING.md
%license LICENSE ThirdPartyNotices.txt
+%{_datadir}/cmake/Microsoft.GSL/
%{_includedir}/gsl/
%changelog
+* Fri Apr 17 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 3.0.0-1
+- Updated to version 3.0.0.
+
* Mon Feb 03 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 2.1.0-1
- Updated to version 2.1.0.
diff --git a/sources b/sources
index 73670b4..689f1d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (guidelines-support-library-2.1.0.tar.gz) = 4382b8feadf4608b06b66a78ca51b0f60a6e8b41b183aec6ac8f8e2e9f0b39705dea513fd708012ed8390c1a4f88d7df454f05166b76bee24ae843835cd4a2ca
+SHA512 (guidelines-support-library-3.0.0.tar.gz) = 37afe05545f8f6fb4558fb964e1ff992349271ea83825874a4528c1beac0dd037dbf144e0c86f2e858963f8726cc8bd7f485d2a6517bddd2180fbce19d7d8c3c
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=178867114700.1.9368841184691398638.rpms-guidelines-support-library-14181a9edbc4@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