Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Fedora Release Engineering
21534a422d Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:17:34 +00:00
Fedora Release Engineering
1b2ff03e4c Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:44:43 +00:00
Fedora Release Engineering
9fc6ebcfe5 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:55:05 +00:00
Tom spot Callaway
36e304ac0d fix bogus date, calendars are hard 2025-02-21 18:30:42 -05:00
Tom spot Callaway
699b192e05 apply fix for compiling with c23 (gcc15) 2025-02-21 18:28:09 -05:00
Fedora Release Engineering
099bde2aef Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:59:18 +00:00
Fedora Release Engineering
8030d60601 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 10:11:54 +00:00
Software Management Team
cf1e32225d Eliminate use of obsolete %patchN syntax (#2283636) 2024-05-30 12:46:50 +02:00
Fedora Release Engineering
d28d24a0d7 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 09:50:58 +00:00
2 changed files with 43 additions and 7 deletions

12
xmbdfed-4.7-gcc15.patch Normal file
View file

@ -0,0 +1,12 @@
diff -up xmbdfed-4.7/bdfgrab.c.c23 xmbdfed-4.7/bdfgrab.c
--- xmbdfed-4.7/bdfgrab.c.c23 2025-02-21 18:20:45.990604573 -0500
+++ xmbdfed-4.7/bdfgrab.c 2025-02-21 18:21:00.166078557 -0500
@@ -276,7 +276,7 @@ void *data;
XCharStruct *cp;
bdf_property_t *pp, prop;
bdf_callback_struct_t cb;
- int (*old_error_handler)();
+ int (*old_error_handler)(Display *d, XErrorEvent *event);
if (f == 0)
return 0;

View file

@ -1,7 +1,7 @@
Name: xmbdfed
Summary: Bitmap Font Editor
Version: 4.7
Release: 35%{?dist}
Release: 42%{?dist}
License: MIT
Source0: http://crl.nmsu.edu/~mleisher/%{name}-%{version}.tar.bz2
Source1: http://crl.nmsu.edu/~mleisher/%{name}.png
@ -12,6 +12,7 @@ Patch2: xmbdfed-4.7-staticfix.patch
Patch3: xmbdfed-4.7-getline.patch
Patch4: xmbdfed-4.7-format-security.patch
Patch5: xmbdfed-4.7-gcc10.patch
Patch6: xmbdfed-4.7-gcc15.patch
URL: http://crl.nmsu.edu/~mleisher/xmbdfed.html
BuildRequires: make
BuildRequires: gcc
@ -33,12 +34,13 @@ editing font properties. The editor works natively with BDF fonts.
%prep
%setup -q
%patch0 -p0 -b .patch1
%patch1 -p1 -b .linux
%patch2 -p1 -b .staticfix
%patch3 -p1 -b .getline
%patch4 -p1 -b .format-security
%patch5 -p1 -b .gcc10
%patch -P0 -p0 -b .patch1
%patch -P1 -p1 -b .linux
%patch -P2 -p1 -b .staticfix
%patch -P3 -p1 -b .getline
%patch -P4 -p1 -b .format-security
%patch -P5 -p1 -b .gcc10
%patch -P6 -p1 -b .gcc15
%build
make %{?_smp_mflags} CFLAGS="%{optflags}"
@ -64,6 +66,28 @@ desktop-file-install \
%{_mandir}/man1/xmbdfed*
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Feb 21 2025 Tom Callaway <spot@fedoraproject.org> - 4.7-39
- am i wrong for keeping a motif app alive in 2025? No, it is the kids who are wrong.
- uh, apply fix for compiling with c23 (gcc15)
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild