Update to 1.5.1

This commit is contained in:
Nicolas Chauvet 2015-04-19 22:52:53 +02:00
parent 0ce85e0d74
commit b667f49d33
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/libva-1.3.1.tar.bz2
/libva-1.4.0.tar.bz2
/libva-1.4.1.tar.bz2
/libva-1.5.1.tar.bz2

View File

@ -1,5 +1,5 @@
Name: libva
Version: 1.4.1
Version: 1.5.1
Release: 1%{?dist}
Summary: Video Acceleration (VA) API for Linux
Group: System Environment/Libraries
@ -85,6 +85,7 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
%files utils
%{_bindir}/vainfo
%{_bindir}/loadjpeg
%{_bindir}/jpegenc
%{_bindir}/avcenc
%{_bindir}/h264encode
%{_bindir}/mpeg2vldemo
@ -93,6 +94,9 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
%{!?_without_wayland:%{_bindir}/putsurface_wayland}
%changelog
* Sun Apr 19 2015 Nicolas Chauvet <kwizart@gmail.com> - 1.5.1-1
- Update to 1.5.1
* Sat Oct 25 2014 Nicolas Chauvet <kwizart@gmail.com> - 1.4.1-1
- Update to 1.4.1

View File

@ -1 +1 @@
8e3e7096750c14d1f98da807df7c1ba5 libva-1.4.1.tar.bz2
d6d34cd725a0100a5e476e711838e1b1 libva-1.5.1.tar.bz2