public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/globus-rsl] rawhide: Fix doxygen warnings
@ 2026-06-14  8:54 Mattias Ellert
  0 siblings, 0 replies; only message in thread
From: Mattias Ellert @ 2026-06-14  8:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/globus-rsl
Branch : rawhide
Commit : b43bfa4805c4a4e6d287894ca04b04b67a99eb70
Author : Mattias Ellert <mattias.ellert@physics.uu.se>
Date   : 2026-06-14T10:39:13+02:00
Stats  : +113/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/globus-rsl/c/b43bfa4805c4a4e6d287894ca04b04b67a99eb70?branch=rawhide

Log:
Fix doxygen warnings

---
diff --git a/0001-Untabify-and-remove-trailing-white-space.patch b/0001-Untabify-and-remove-trailing-white-space.patch
new file mode 100644
index 0000000..004c533
--- /dev/null
+++ b/0001-Untabify-and-remove-trailing-white-space.patch
@@ -0,0 +1,34 @@
+From 3ccdaa0236230bbcbcbf339e7dfdfaf23c10bd6f Mon Sep 17 00:00:00 2001
+From: Mattias Ellert <mattias.ellert@physics.uu.se>
+Date: Wed, 20 May 2026 00:15:37 +0200
+Subject: [PATCH 1/2] Untabify and remove trailing white-space
+
+---
+ gram/rsl/source/globus_rsl_assist.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/gram/rsl/source/globus_rsl_assist.c b/gram/rsl/source/globus_rsl_assist.c
+index 3a3e662cd..63d9bcf80 100644
+--- a/gram/rsl/source/globus_rsl_assist.c
++++ b/gram/rsl/source/globus_rsl_assist.c
+@@ -66,7 +66,7 @@
+ int
+ globus_rsl_assist_attributes_canonicalize(globus_rsl_t * rsl)
+ {
+- 
++
+     globus_list_t *             lists=GLOBUS_NULL;
+     globus_rsl_t *              an_rsl;
+ 
+@@ -80,7 +80,7 @@ globus_rsl_assist_attributes_canonicalize(globus_rsl_t * rsl)
+         while (!globus_list_empty(lists))
+         {
+             an_rsl=globus_list_first(lists);
+-            if (globus_rsl_assist_attributes_canonicalize(an_rsl) 
++            if (globus_rsl_assist_attributes_canonicalize(an_rsl)
+                 != GLOBUS_SUCCESS)
+             {
+                 return GLOBUS_FAILURE;
+-- 
+2.54.0
+

diff --git a/0002-Fix-compiler-and-doxygen-warnings.patch b/0002-Fix-compiler-and-doxygen-warnings.patch
new file mode 100644
index 0000000..8fe23d6
--- /dev/null
+++ b/0002-Fix-compiler-and-doxygen-warnings.patch
@@ -0,0 +1,71 @@
+From 4ee08d13e2963309e2063dc45dedd067337d3b76 Mon Sep 17 00:00:00 2001
+From: Mattias Ellert <mattias.ellert@physics.uu.se>
+Date: Wed, 20 May 2026 00:15:37 +0200
+Subject: [PATCH 2/2] Fix compiler and doxygen warnings
+
+---
+ gram/rsl/source/globus_rsl_assist.c | 2 --
+ gram/rsl/source/globus_rsl_parser.c | 4 ++--
+ gram/rsl/source/globus_rsl_parser.y | 4 ++--
+ 3 files changed, 4 insertions(+), 6 deletions(-)
+
+diff --git a/gram/rsl/source/globus_rsl_assist.c b/gram/rsl/source/globus_rsl_assist.c
+index 63d9bcf80..80321bd95 100644
+--- a/gram/rsl/source/globus_rsl_assist.c
++++ b/gram/rsl/source/globus_rsl_assist.c
+@@ -145,8 +145,6 @@ globus_rsl_assist_attributes_canonicalize(globus_rsl_t * rsl)
+  *
+  * @param ptr
+  *     Pointer to the RSL string to modify in place.
+- *
+- * @return void
+  */
+ void
+ globus_rsl_assist_string_canonicalize(char * ptr)
+diff --git a/gram/rsl/source/globus_rsl_parser.c b/gram/rsl/source/globus_rsl_parser.c
+index 0ec64b83c..49d34f43f 100644
+--- a/gram/rsl/source/globus_rsl_parser.c
++++ b/gram/rsl/source/globus_rsl_parser.c
+@@ -181,7 +181,7 @@ yyerror(YYLTYPE *loc, yyscan_t scanner, struct globus_parse_state_s *parse_state
+ typedef union YYSTYPE
+ #line 61 "../../../../../gram/rsl/source/globus_rsl_parser.y"
+ {
+-  int	               Int;
++  int                  Int;
+   char               * String;
+ 
+   globus_rsl_t       * RSL;
+@@ -1867,7 +1867,7 @@ yyerror(YYLTYPE * loc, yyscan_t scanner, struct globus_parse_state_s * parse_sta
+ 
+ /**
+  * @brief Parse an RSL string
+- * @ingroup globus_rsl_parse
++ * @ingroup globus_rsl
+  * @details
+  * The globus_rsl_parse() function parses the string pointed to by
+  * the @a buf parameter into an RSL syntax tree. The caller is responsible
+diff --git a/gram/rsl/source/globus_rsl_parser.y b/gram/rsl/source/globus_rsl_parser.y
+index 3659785b0..86fba9557 100644
+--- a/gram/rsl/source/globus_rsl_parser.y
++++ b/gram/rsl/source/globus_rsl_parser.y
+@@ -59,7 +59,7 @@ yyerror(YYLTYPE *loc, yyscan_t scanner, struct globus_parse_state_s *parse_state
+ 
+ %union
+ {
+-  int	               Int;
++  int                  Int;
+   char               * String;
+ 
+   globus_rsl_t       * RSL;
+@@ -221,7 +221,7 @@ yyerror(YYLTYPE * loc, yyscan_t scanner, struct globus_parse_state_s * parse_sta
+ 
+ /**
+  * @brief Parse an RSL string
+- * @ingroup globus_rsl_parse
++ * @ingroup globus_rsl
+  * @details
+  * The globus_rsl_parse() function parses the string pointed to by
+  * the @a buf parameter into an RSL syntax tree. The caller is responsible
+-- 
+2.54.0
+

diff --git a/globus-rsl.spec b/globus-rsl.spec
index d21df46..8e6ad7c 100644
--- a/globus-rsl.spec
+++ b/globus-rsl.spec
@@ -1,13 +1,15 @@
 Name:		globus-rsl
 %global _name %(tr - _ <<< %{name})
 Version:	11.4
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Grid Community Toolkit - Resource Specification Language Library
 
 License:	Apache-2.0
 URL:		https://github.com/gridcf/gct/
 Source:		https://repo.gridcf.org/gct6/sources/%{_name}-%{version}.tar.gz
 Source8:	README
+Patch0:		0001-Untabify-and-remove-trailing-white-space.patch
+Patch1:		0002-Fix-compiler-and-doxygen-warnings.patch
 
 BuildRequires:	make
 BuildRequires:	gcc
@@ -54,6 +56,8 @@ Resource Specification Language Library Documentation Files
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch -P0 -p4
+%patch -P1 -p4
 
 %build
 # Reduce overlinking
@@ -107,6 +111,9 @@ rm %{buildroot}%{_pkgdocdir}/GLOBUS_LICENSE
 %license GLOBUS_LICENSE
 
 %changelog
+* Sun Jun 14 2026 Mattias Ellert <mattias.ellert@physics.uu.se> - 11.4-6
+- Fix doxygen warnings
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 11.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-14  8:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14  8:54 [rpms/globus-rsl] rawhide: Fix doxygen warnings Mattias Ellert

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