From eb3342820ca434d1f4789205f8055fdb61beb03c Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Sun, 7 Aug 2011 19:17:29 +0200 Subject: [PATCH] Update to 1.0.14 --- .gitignore | 1 + libva-1.0.13-backport.patch | 38 ------------------------------------- libva.spec | 13 ++++++------- sources | 2 +- 4 files changed, 8 insertions(+), 46 deletions(-) delete mode 100644 libva-1.0.13-backport.patch diff --git a/.gitignore b/.gitignore index 3aeb617..c28ced6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /libva-1.0.10-mod.tar.bz2 /libva-1.0.12-mod.tar.bz2 /libva-1.0.13-mod.tar.bz2 +/libva-1.0.14-mod.tar.bz2 diff --git a/libva-1.0.13-backport.patch b/libva-1.0.13-backport.patch deleted file mode 100644 index 3f1b759..0000000 --- a/libva-1.0.13-backport.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 910c51dcae81d4157748cb09798acb958da312ac Mon Sep 17 00:00:00 2001 -From: Austin Yuan -Date: Wed, 08 Jun 2011 01:48:19 +0000 -Subject: test/basic testing programs do not need to be installed - -in /usr/bin; one can run make valgrind here as a check, -or run them under make check too. - -From gimli at dark-green.com - -Signed-off-by: Austin Yuan ---- -diff --git a/test/basic/Makefile.am b/test/basic/Makefile.am -index a2519a2..c84c264 100644 ---- a/test/basic/Makefile.am -+++ b/test/basic/Makefile.am -@@ -20,7 +20,7 @@ - # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - --bin_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \ -+check_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \ - test_07 test_08 test_09 test_10 test_11 - - AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/src/x11 -@@ -62,7 +62,7 @@ test_11_SOURCES = test_11.c - - EXTRA_DIST = test_common.c - --valgrind: $(bin_PROGRAMS) -- for a in $(bin_PROGRAMS); do \ -+valgrind: $(check_PROGRAMS) -+ for a in $(check_PROGRAMS); do \ - valgrind --leak-check=full --show-reachable=yes .libs/$$a; \ - done --- -cgit v0.8.3-6-g21f6 - diff --git a/libva.spec b/libva.spec index 1fef43a..ac38b7a 100644 --- a/libva.spec +++ b/libva.spec @@ -1,6 +1,6 @@ Name: libva -Version: 1.0.13 -Release: 2%{?dist} +Version: 1.0.14 +Release: 1%{?dist} Summary: Video Acceleration (VA) API for Linux Group: System Environment/Libraries License: MIT @@ -15,10 +15,8 @@ URL: http://freedesktop.org/wiki/Software/vaapi # 5. re-tar # original tarball at URL: http://cgit.freedesktop.org/libva/snapshot/libva-%{version}.tar.bz2 Source0: libva-%{version}-mod.tar.bz2 -# Use merged patch -Patch0: libva-1.0.13-backport.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libtool +#BuildRequires: libtool BuildRequires: libudev-devel BuildRequires: libXext-devel BuildRequires: libXfixes-devel @@ -53,10 +51,8 @@ of %{name}, including the vainfo tool for determining what (if any) %prep %setup -q -n %{name}-%{version}-mod -%patch0 -p1 -b .testprogs %build -autoreconf -i %configure --disable-static --enable-glx make %{?_smp_mflags} @@ -94,6 +90,9 @@ rm -rf %{buildroot} %{_bindir}/putsurface %changelog +* Sun Aug 07 2011 Nicolas Chauvet - 1.0.14-1 +- Update to 1.0.14 + * Fri Jun 10 2011 Nicolas Chauvet - 1.0.13-2 - Add versioned requirement between main/utils diff --git a/sources b/sources index efb139b..d0562a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09b06cd1c53c557ba1320151afb9e20f libva-1.0.13-mod.tar.bz2 +200a6064738149816c50dddeb929647a libva-1.0.14-mod.tar.bz2