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.1.0.
Date: Sun, 06 Sep 2026 05:05:48 GMT [thread overview]
Message-ID: <178867114800.1.8378579621533321338.rpms-guidelines-support-library-f603a9ff029b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/guidelines-support-library
Branch : epel9
Commit : f603a9ff029b64f7f70ce5e1ad333dbc3127a0b5
Author : Vitaly Zaitsev <vitaly@easycoding.org>
Date : 2020-06-05T17:39:05+02:00
Stats : +13/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/guidelines-support-library/c/f603a9ff029b64f7f70ce5e1ad333dbc3127a0b5?branch=epel9
Log:
Updated to version 3.1.0.
---
diff --git a/.gitignore b/.gitignore
index 347e9a6..d5f5a70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/guidelines-support-library-2.1.0.tar.gz
/guidelines-support-library-3.0.0.tar.gz
/guidelines-support-library-3.0.1.tar.gz
+/guidelines-support-library-3.1.0.tar.gz
diff --git a/guidelines-support-library.spec b/guidelines-support-library.spec
index 6a4da81..18cf7f5 100644
--- a/guidelines-support-library.spec
+++ b/guidelines-support-library.spec
@@ -1,5 +1,5 @@
Name: guidelines-support-library
-Version: 3.0.1
+Version: 3.1.0
Release: 1%{?dist}
License: MIT
@@ -27,16 +27,22 @@ Provides: %{name}-static = %{?epoch:%{epoch}:}%{version}-%{release}
%prep
%autosetup -n GSL-%{version} -p1
mkdir -p %{_target_platform}
+sed -e '/-Werror/d' -i tests/CMakeLists.txt
%build
pushd %{_target_platform}
%cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
- -DGSL_TEST:BOOL=OFF \
+ -DGSL_TEST:BOOL=ON \
..
popd
%ninja_build -C %{_target_platform}
+%check
+pushd %{_target_platform}
+ ctest --output-on-failure
+popd
+
%install
%ninja_install -C %{_target_platform}
@@ -47,6 +53,9 @@ popd
%{_includedir}/gsl/
%changelog
+* Fri Jun 05 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 3.1.0-1
+- Updated to version 3.1.0.
+
* Sat Apr 25 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 3.0.1-1
- Updated to version 3.0.1.
diff --git a/sources b/sources
index 7724e79..dde58a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (guidelines-support-library-3.0.1.tar.gz) = 9341d808a5dabbacbbdb4a655ef3b9fdfb4a60e0b31c1fdf7ec6674fa4a9ac2078e546966bac78fea33abe67b40cc60a89cd2d9a45d1880798d60addf2c62ef9
+SHA512 (guidelines-support-library-3.1.0.tar.gz) = 2916df9ee165fc803ffae0a56518f2ba92870e279984913ff591559e1459943c3ffbc1f5a0d819ad8233f0c9034012de3616aa4e10557d87c7285d8425d10696
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=178867114800.1.8378579621533321338.rpms-guidelines-support-library-f603a9ff029b@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