Update to 1.2.1

This commit is contained in:
Nicolas Chauvet 2013-06-27 09:46:49 +02:00
parent dfd96ff0f4
commit 1bed299e0f
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/libva-1.1.0.tar.bz2
/libva-1.1.1.tar.bz2
/libva-1.2.0.tar.bz2
/libva-1.2.1.tar.bz2

View File

@ -1,5 +1,5 @@
Name: libva
Version: 1.2.0
Version: 1.2.1
Release: 1%{?dist}
Summary: Video Acceleration (VA) API for Linux
Group: System Environment/Libraries
@ -106,7 +106,7 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
%{_bindir}/avcenc
%{_bindir}/h264encode
%{_bindir}/mpeg2vldemo
%exclude %{_bindir}/mpeg2enc
%{_bindir}/mpeg2vaenc
%{_bindir}/putsurface
%{?_with_wayland:
@ -116,6 +116,10 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
}
%changelog
* Thu Jun 27 2013 Nicolas Chauvet <kwizart@gmail.com> - 1.2.1-1
- Update to 1.2.1
- Add mpeg2vaenc
* Wed Jun 26 2013 Nicolas Chauvet <kwizart@gmail.com> - 1.2.0-1
- Update to 1.2.0
- Exclude mpeg2enc for now - namespace clash

View File

@ -1 +1 @@
ddc4e506f406e379dbb3d5cdd8f1aae8 libva-1.2.0.tar.bz2
ca95b343050cf8feaf98dfe08ce0191b libva-1.2.1.tar.bz2