Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
25538c3c97
!15 update to 1.3.5
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-07 08:40:50 +00:00
zhouwenpei
a56f16a1c3 update to 1.3.5 2023-02-03 07:54:30 +00:00
openeuler-ci-bot
b7d74e74e1
!14 [sync] PR-11: add BuildRequires make
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-22 09:45:00 +00:00
zhouwenpei
31a7ec7442 add BuildRequires make
(cherry picked from commit 6911d622e0c5d7c6d3d1cb1dfcc16bf8d9210079)
2022-12-20 16:05:29 +08:00
openeuler-ci-bot
b1eb848d21
!10 [sync] PR-8: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-28 08:32:41 +00:00
zhouwenpei
9a0aa82f46 Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit ddb26f5caad923d94541b4e34fa8e5eec15c1e78)
2022-10-27 14:36:54 +08:00
openeuler-ci-bot
f782f6737d
!5 [sync] PR-2: add check in spec and rebuild libXext
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-25 07:56:09 +00:00
jzm369
7083ba9984 add check in spec and rebuild libXext
(cherry picked from commit 9f1d7cfddc9544f8c4d04a0405b737d43492525b)
2022-04-24 17:07:33 +08:00
openeuler-ci-bot
f9266af833 !1 add yaml file in package
Merge pull request !1 from maqiang/master
2020-07-21 12:18:40 +08:00
maqiang
70d77afec4 update libXext.yaml. 2020-07-21 12:16:23 +08:00
4 changed files with 23 additions and 5 deletions

Binary file not shown.

BIN
libXext-1.3.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: libXext
Version: 1.3.4
Release: 2
Version: 1.3.5
Release: 1
Summary: Common extensions to the X11 protocol
License: MIT
URL: https://xorg.freedesktop.org/
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: libtool xorg-x11-proto-devel libX11-devel xmlto
BuildRequires: libtool xorg-x11-proto-devel libX11-devel xmlto make
BuildRequires: libXau-devel xorg-x11-util-macros autoconf automake libtool pkgconfig
Requires: libX11
@ -32,6 +32,9 @@ autoreconf -v --install --force
%configure
%make_build
%check
make check
%install
%make_install
%delete_la
@ -57,6 +60,21 @@ autoreconf -v --install --force
%exclude %{_docdir}/libXext
%changelog
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.5-1
- update to 1.3.5
* Tue Dec 20 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.4-6
- add BuildRequires make
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.4-5
- Rebuild for next release
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.3.4-4
- rebuild libXext
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.3.4-3
- add check in spec
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-2
- Type:bugfix
- Id:NA

View File

@ -1,5 +1,5 @@
version_control: git
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxext.git
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxext.git
tag_prefix: libXext-
seperator: "."