Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
94ad8edc60
!11 update to 1.1.6
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-07 08:41:35 +00:00
zhouwenpei
09905cb3fb update to 1.1.6 2023-02-03 07:05:25 +00:00
openeuler-ci-bot
0d1078dfe4
!8 【轻量级 PR】:disable static library
From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-07 01:34:21 +00:00
kerongw
951ae9f6bf
disable static library
Signed-off-by: kerongw <wangkerong@h-partners.com>
2022-11-04 08:29:33 +00:00
openeuler-ci-bot
0df687034a
!7 [sync] PR-5: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-28 08:35:26 +00:00
zhouwenpei
280dd6d2cf Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit 1f524fa4fd38833476f89198eee0be5089a07840)
2022-10-27 14:36:48 +08:00
openeuler-ci-bot
08b171fed7 !2 update to 1.1.5
Merge pull request !2 from orange-snn/master
2020-07-28 11:27:34 +08:00
orange-snn
5a9f2a287a update to 1.1.5 2020-07-28 10:54:16 +08:00
openeuler-ci-bot
3542ee3070 !1 add yaml file in package
Merge pull request !1 from maqiang/master
2020-07-21 12:19:35 +08:00
maqiang
6299c7c2fc update libXdamage.yaml. 2020-07-21 12:18:39 +08:00
4 changed files with 20 additions and 8 deletions

Binary file not shown.

BIN
libXdamage-1.1.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
Name: libXdamage Name: libXdamage
Version: 1.1.4 Version: 1.1.6
Release: 18 Release: 1
Summary: X Damage extension library Summary: X Damage extension library
License: MIT License: MIT
URL: https://www.x.org URL: https://www.x.org
Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.bz2 Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig(xfixes) pkgconfig(damageproto) BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: pkgconfig(xfixes) pkgconfig(damageproto)
%description %description
The X Damage Extension allows applications to track modified regions The X Damage Extension allows applications to track modified regions
@ -26,7 +27,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
%build %build
autoreconf -ivf autoreconf -ivf
%configure %configure --disable-static
%make_build %make_build
%install %install
@ -46,13 +47,24 @@ autoreconf -ivf
%{_includedir}/X11/extensions/*.h %{_includedir}/X11/extensions/*.h
%{_libdir}/libXdamage.so %{_libdir}/libXdamage.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/*.a
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README ChangeLog %doc README.md ChangeLog
%changelog %changelog
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.6-1
- update to 1.1.6
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 1.1.5-3
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-2
- Rebuild for next release
* Tue Jul 28 2020 songnannan <songnannan2@huawei.com> - 1.1.5-1
- update to 1.1.5
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-18 * Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-18
- 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/libxdamage.git src_repo: https://gitlab.freedesktop.org/xorg/lib/libxdamage.git
tag_prefix: libXdamage- tag_prefix: libXdamage-
seperator: "." seperator: "."