Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
8e737a51fa
!16 [sync] PR-11: 添加sw架构
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-24 01:56:31 +00:00
wzx
460cc77c20 Add sw64 architecture
Signed-off-by: wzx <wuzx1226@qq.com>
(cherry picked from commit b48636631a3cf1d28652bd9759f512d68576dbc1)
2022-11-24 09:41:11 +08:00
openeuler-ci-bot
5fb92514e7
!13 【轻量级 PR】:Rebuild for next release
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-26 12:07:50 +00:00
zhouwenpei
057d99bb74
Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
2022-10-26 06:27:12 +00:00
openeuler-ci-bot
2637af0ef3 !9 update to 2.0.5
Merge pull request !9 from dongyuzhen/master
2021-12-14 08:18:24 +00:00
dongyuzhen
fe101f37fb update to 2.0.5 2021-11-27 17:31:33 +08:00
openeuler-ci-bot
f6815cc7ef !5 update to 2.0.4
Merge pull request !5 from 陈向/master
2020-07-27 23:06:37 +08:00
chxssg
733298c1c0 update to 2.0.4 2020-07-27 20:54:29 +08:00
openeuler-ci-bot
0802e7d2fc !4 回退 'Pull Request !2 : update to 2.0.4'
Merge pull request !4 from orange-snn/revert-merge-2-master
2020-07-27 20:01:39 +08:00
orange-snn
a236f279d5 回退 'Pull Request !2 : update to 2.0.4' 2020-07-27 17:47:16 +08:00
4 changed files with 26 additions and 3 deletions

Binary file not shown.

11
libXfont2-2.0.5-sw.patch Executable file
View 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.5.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,10 +1,13 @@
Name: libXfont2 Name: libXfont2
Version: 2.0.4 Version: 2.0.5
Release: 4 Release: 3
Summary: X.Org X11 libXfont2 runtime library Summary: X.Org X11 libXfont2 runtime library
License: MIT License: MIT
URL: https://xorg.freedesktop.org/ URL: https://xorg.freedesktop.org/
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
%ifarch sw_64
Patch1: libXfont2-2.0.5-sw.patch
%endif
BuildRequires: autoconf automake libtool pkgconfig(fontsproto) freetype-devel BuildRequires: autoconf automake libtool pkgconfig(fontsproto) freetype-devel
BuildRequires: xorg-x11-util-macros libfontenc-devel xorg-x11-xtrans-devel BuildRequires: xorg-x11-util-macros libfontenc-devel xorg-x11-xtrans-devel
@ -60,6 +63,15 @@ export CFLAGS="$RPM_OPT_FLAGS -Os"
%doc README.md %doc README.md
%changelog %changelog
* 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 * Mon Jul 27 2020 chxssg<chxssg@qq.com> - 2.0.4-1
- update to 2.0.4 - update to 2.0.4