Update to 1.1.1

This commit is contained in:
Nicolas Chauvet 2013-03-20 13:14:29 +01:00
parent 5579c3898c
commit 4d822bdda2
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/libva-1.0.14-mod.tar.bz2
/libva-1.0.15.tar.bz2
/libva-1.1.0.tar.bz2
/libva-1.1.1.tar.bz2

View File

@ -1,6 +1,6 @@
Name: libva
Version: 1.1.0
Release: 6%{?dist}
Version: 1.1.1
Release: 1%{?dist}
Summary: Video Acceleration (VA) API for Linux
Group: System Environment/Libraries
License: MIT
@ -17,8 +17,8 @@ BuildRequires: mesa-libGL-devel
BuildRequires: mesa-libGLES-devel
%{?_with_wayland:
BuildRequires: wayland-devel
BuildRequires: pkgconfig(wayland-client) >= 0.95
BuildRequires: pkgconfig(wayland-server) >= 0.95
BuildRequires: pkgconfig(wayland-client) >= 1
BuildRequires: pkgconfig(wayland-server) >= 1
}
%{!?_with_wayland:
Obsoletes: %{name}-wayland < %{version}-%{release}
@ -115,6 +115,9 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
}
%changelog
* Wed Mar 20 2013 Nicolas Chauvet <kwizart@gmail.com> - 1.1.1-1
- Update to 1.1.1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
51bb3b8de1de14ea036f68ef5065a932 libva-1.1.0.tar.bz2
cd5cc1ce37d6fc6f991ef579ac81d891 libva-1.1.1.tar.bz2