Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9f814a77d4
!12 [sync] PR-9: enable test
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-03-17 08:34:53 +00:00
zhangpan
a2906371b2 enable test
(cherry picked from commit 1d53d09a16c88a3aa94b0223b310f83e0dd637c6)
2023-03-17 15:46:03 +08:00
openeuler-ci-bot
1b09835d3d
!8 [sync] PR-7: update to 1.0.13
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-08 02:02:18 +00:00
tianlijing
73fc35ea85 update to 1.0.13
(cherry picked from commit 748262d4110b504798d38a3bbda222809b3457a8)
2022-10-20 16:11:24 +08:00
openeuler-ci-bot
ddbb3c7ef1 !2 update package
Merge pull request !2 from 吴超超/master
2020-07-27 23:10:23 +08:00
19909236985
b8872aa31b update package 2020-07-27 15:09:21 +08:00
19909236985
6d50944593 Merge branch 'master' of https://gitee.com/wcc_140409/libXvMC
Conflicts:
	libXvMC.spec
2020-07-24 17:03:04 +08:00
19909236985
3038727ed3 update package 2020-07-24 17:01:27 +08:00
吴超超
cecb7e044f 删除文件 libXvMC-1.0.11.tar.gz 2020-07-23 21:07:46 +08:00
19909236985
9bec6c1aff update package 2020-07-23 20:48:28 +08:00
3 changed files with 13 additions and 1 deletions

Binary file not shown.

BIN
libXvMC-1.0.13.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: libXvMC
Version: 1.0.11
Version: 1.0.13
Release: 2
Summary: X-Video Motion Compensation API
License: MIT
@ -32,6 +32,9 @@ autoreconf -vif
%configure
%make_build
%check
make check
%install
%make_install
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11
@ -59,6 +62,15 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/X11/XvMCConfig
%doc README.md XvMC_API.txt
%changelog
* Thu Mar 16 2023 zhangpan <zhangpan103@h-partners.com> - 1.0.13-2
- enable test
* Sun Jul 31 2022 tianlijing <tianlijing@kylinos.cn> - 1.0.13-1
- update to 1.0.13
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.12-1
- updata package
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.11-2
- Type:bugfix
- Id:NA