Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c9c3b9ec5f
!13 update to 1.1.4
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-07 08:41:25 +00:00
zhouwenpei
b13aad120b update to 1.1.4 2023-02-03 07:14:00 +00:00
openeuler-ci-bot
26a34ba200
!12 [sync] PR-10: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-28 08:33:00 +00:00
zhouwenpei
0d98ac9623 Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit ca531d1a2ece0687d5f38589239f64cf1f26cdf9)
2022-10-27 14:36:47 +08:00
openeuler-ci-bot
a42b3ec186
!7 enable tests
From: @liuyumeng1 
Reviewed-by: @zzm_567, @t_feng 
Signed-off-by: @t_feng
2022-04-06 06:14:57 +00:00
liuyumeng
5716c49b3d enable tests 2022-04-06 11:22:53 +08:00
openeuler-ci-bot
d23827b4af !6 libXdmcp delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
2021-08-03 08:12:53 +00:00
chenyanpanHW
eac3ee9325
delete -S git from %autosetup, and delete BuildRequires git 2021-07-30 22:57:36 +08:00
openeuler-ci-bot
2cdefcd510 !2 add yaml file in package
Merge pull request !2 from maqiang/master
2020-07-21 12:19:05 +08:00
maqiang
c742ad5eec update libXdmcp.yaml. 2020-07-21 12:17:44 +08:00
4 changed files with 21 additions and 6 deletions

Binary file not shown.

BIN
libXdmcp-1.1.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: libXdmcp Name: libXdmcp
Version: 1.1.3 Version: 1.1.4
Release: 2 Release: 1
Summary: X Display Manager Control Protocol library Summary: X Display Manager Control Protocol library
License: MIT License: MIT
Url: https://xorg.freedesktop.org/ 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
Patch0: 0003-Add-getentropy-emulation-through-syscall.patch Patch0: 0003-Add-getentropy-emulation-through-syscall.patch
BuildRequires: xorg-x11-util-macros xmlto xorg-x11-proto-devel autoconf automake libtool git BuildRequires: xorg-x11-util-macros xmlto xorg-x11-proto-devel autoconf automake libtool
%description %description
@ -26,13 +26,16 @@ The %{name}-devel package contains libraries and header files for %{name}.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 -S git %autosetup -n %{name}-%{version} -p1
%build %build
autoreconf -ivf autoreconf -ivf
%configure %configure
%make_build %make_build
%check
make check
%install %install
%make_install %make_install
%delete_la %delete_la
@ -56,6 +59,18 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%doc README.md ChangeLog %doc README.md ChangeLog
%changelog %changelog
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.4-1
- update to 1.1.4
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.3-5
- Rebuild for next release
* Wed Apr 6 2022 liuyumeng1 <liuyumeng5@h-partners.com> - 1.1.3-4
- enable tests
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.1.3-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2 * Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA

View File

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