public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tim Theisen <ttheisen@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/condor] f45: Merge branch 'f43' into f44
Date: Tue, 25 Aug 2026 11:56:51 GMT	[thread overview]
Message-ID: <178765901152.1.4686822207663334260.rpms-condor-3c13e02fd429@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/condor
Branch : f45
Commit : 3c13e02fd42913d3a0551df030eb5cff5954c806
Author : Tim Theisen <ttheisen@fedoraproject.org>
Date   : 2026-08-25T06:54:58-05:00
Stats  : +36/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/condor/c/3c13e02fd42913d3a0551df030eb5cff5954c806?branch=f45

Log:
Merge branch 'f43' into f44

---
diff --git a/condor.spec b/condor.spec
index 779cd4f..0863d70 100644
--- a/condor.spec
+++ b/condor.spec
@@ -1,6 +1,6 @@
 # Set the version and release here
 %global condor_version 25.13.2
-%global condor_release 2
+%global condor_release 3
 
 # set uw_build to 0 for downstream (Fedora or EPEL)
 # UW build includes stuff for testing and tarballs
@@ -36,7 +36,7 @@ Source1: %{name}.sysusers.conf
 Source2: htcondor.pp
 %endif
 
-Patch1: turn-off-warnings-as-errors.patch
+Patch1: fix-arm-warning.patch
 
 ExcludeArch: %{ix86}
 
@@ -1347,6 +1347,9 @@ fi
 # configuration
 
 %changelog
+* Tue Aug 25 2026 Tim Theisen <ttheisen@fedoraproject.org> - 25.13.2-3
+- Fix warning on ARM plaform
+
 * Sun Aug 23 2026 Tim Theisen <ttheisen@fedoraproject.org> - 25.13.2-2
 - Drop htgettoken requirement from credmon-multi
 

diff --git a/fix-arm-warning.patch b/fix-arm-warning.patch
new file mode 100644
index 0000000..6756185
--- /dev/null
+++ b/fix-arm-warning.patch
@@ -0,0 +1,19 @@
+commit a55507f50e28f1af085df614a096ed617182b222
+Author: Greg Thain <gthain@cs.wisc.edu>
+Date:   Mon Aug 24 09:01:54 2026 -0500
+
+    HTCONDOR-3851 Fix arm warning, where "char" is unsigned by default
+
+diff --git a/src/condor_utils/ad_printmask.h b/src/condor_utils/ad_printmask.h
+index 57c05e9daf..78921e7d44 100644
+--- a/src/condor_utils/ad_printmask.h
++++ b/src/condor_utils/ad_printmask.h
+@@ -99,7 +99,7 @@ struct Formatter
+ 	int        width;		 // 0 for 'width from printf'
+ 	int        options;      // one or more of Formatter_Opt_XXX options
+ 	char       fmt_letter;   // actual letter in the % escape
+-	char       fmt_type;     // one of the the printf_fmt_t enum values.
++	signed char fmt_type;    // one of the the printf_fmt_t enum values (signed: PFT_CRASH is -1).
+ 	char       fmtKind;      // identifies type type of the union
+ 	char       altKind;      // identifies type of alt text to print when attribute cannot be fetched
+ 	const char * printfFmt;    // may be NULL if fmtKind != PRINTF_FMT

diff --git a/condor.spec b/condor.spec
index 5fae2d9..0863d70 100644
--- a/condor.spec
+++ b/condor.spec
@@ -1357,6 +1357,18 @@ fi
 - Bring upstream and Fedora spec file in sync to speed updates - rhbz#2316408
 - Also fixes build for f45/rawhide - rhbz#2503824
 
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 23.9.6-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 23.9.6-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Mon Jan 12 2026 Jonathan Wakely <jwakely@fedoraproject.org> - 23.9.6-13
+- Rebuilt for Boost 1.90
+
+* Thu Oct  2 2025 Daniel P. Berrangé <berrange@redhat.com> - 23.9.6-12
+- Exclude build on i686
+
 * Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 23.9.6-11
 - Rebuilt for Python 3.14.0rc3 bytecode
 

             reply	other threads:[~2026-08-25 11:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-25 11:56 Tim Theisen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-08-24  3:17 [rpms/condor] f45: Merge branch 'f43' into f44 Tim Theisen
2026-08-23 21:50 Tim Theisen
2026-08-23 21:50 Tim Theisen

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=178765901152.1.4686822207663334260.rpms-condor-3c13e02fd429@fedoraproject.org \
    --to=ttheisen@fedoraproject.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