Compare commits
10 Commits
f6815cc7ef
...
633f2154fb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
633f2154fb | ||
|
|
eb910a7d83 | ||
|
|
89f0d3ff49 | ||
|
|
03241b1fa2 | ||
|
|
3e5c52b657 | ||
|
|
ad24453be4 | ||
|
|
6699d0343e | ||
|
|
77e83ca74b | ||
|
|
2ba3dc6d33 | ||
|
|
fe101f37fb |
Binary file not shown.
11
libXfont2-2.0.5-sw.patch
Executable file
11
libXfont2-2.0.5-sw.patch
Executable file
@ -0,0 +1,11 @@
|
||||
diff -Naur libXfont2-2.0.5.org/src/util/fontxlfd.c libXfont2-2.0.5.sw/src/util/fontxlfd.c
|
||||
--- libXfont2-2.0.5.org/src/util/fontxlfd.c 2022-02-26 07:10:25.040000000 +0000
|
||||
+++ libXfont2-2.0.5.sw/src/util/fontxlfd.c 2022-02-26 07:11:03.520000000 +0000
|
||||
@@ -197,6 +197,7 @@
|
||||
#if defined(i386) || defined(__i386__) || \
|
||||
defined(ia64) || defined(__ia64__) || \
|
||||
defined(__alpha__) || defined(__alpha) || \
|
||||
+ defined(__sw_64__) || defined(__sw_64) || \
|
||||
defined(__hppa__) || \
|
||||
defined(__amd64__) || defined(__amd64) || \
|
||||
defined(sgi)
|
||||
BIN
libXfont2-2.0.6.tar.gz
Normal file
BIN
libXfont2-2.0.6.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,11 @@
|
||||
Name: libXfont2
|
||||
Version: 2.0.4
|
||||
Release: 1
|
||||
Version: 2.0.6
|
||||
Release: 2
|
||||
Summary: X.Org X11 libXfont2 runtime library
|
||||
License: MIT
|
||||
URL: https://xorg.freedesktop.org/
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz
|
||||
Patch1: libXfont2-2.0.5-sw.patch
|
||||
|
||||
BuildRequires: autoconf automake libtool pkgconfig(fontsproto) freetype-devel
|
||||
BuildRequires: xorg-x11-util-macros libfontenc-devel xorg-x11-xtrans-devel
|
||||
@ -60,6 +61,21 @@ export CFLAGS="$RPM_OPT_FLAGS -Os"
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Tue May 13 2025 mahailiang <mahailiang@uniontech.com> - 2.0.6-2
|
||||
- del sw_64 patch ifarch
|
||||
|
||||
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.0.6-1
|
||||
- update to 2.0.6
|
||||
|
||||
* Fri Nov 11 2022 wuzx<wuzx1226@qq.com> - 2.0.5-3
|
||||
- Add sw64 architecture
|
||||
|
||||
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 2.0.5-2
|
||||
- Rebuild for next release
|
||||
|
||||
* Sat Nov 27 2021 dongyuzhen <dongyuzhen@huawei.com> - 2.0.5-1
|
||||
- update to 2.0.5
|
||||
|
||||
* Mon Jul 27 2020 chxssg<chxssg@qq.com> - 2.0.4-1
|
||||
- update to 2.0.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user