[libyuv] Next svn snapshot - ver. 353

Peter Lemenkov peter at fedoraproject.org
Sat Sep 15 19:52:48 UTC 2012


commit 0a8b5bf7440243415552507a9a52f2c2524aa980
Author: Fedora Build <lemenkov at gmail.com>
Date:   Sat Sep 15 23:52:42 2012 +0400

    Next svn snapshot - ver. 353
    
    Signed-off-by: Fedora Build <lemenkov at gmail.com>

 libyuv-0001-Initial-autotools-support.patch        |    6 +-
 libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch     |    8 +-
 ...p-several-tests-due-to-GCC-related-issues.patch |  338 --------------------
 libyuv.spec                                        |   11 +-
 sources                                            |    2 +-
 5 files changed, 14 insertions(+), 351 deletions(-)
---
diff --git a/libyuv-0001-Initial-autotools-support.patch b/libyuv-0001-Initial-autotools-support.patch
index b6644cc..5d5a483 100644
--- a/libyuv-0001-Initial-autotools-support.patch
+++ b/libyuv-0001-Initial-autotools-support.patch
@@ -1,7 +1,7 @@
-From b12d78ac0a2cb844c4903f873265036e0028c101 Mon Sep 17 00:00:00 2001
+From b1e815dee9978c992f76a956684c057e12da9078 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Fri, 16 Dec 2011 22:08:41 +0400
-Subject: [PATCH 1/3] Initial autotools support
+Subject: [PATCH 1/2] Initial autotools support
 
 Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
 ---
@@ -316,5 +316,5 @@ index 0000000..c0a56c0
 +
 +EXTRA_DIST = testdata/arm_v7.txt testdata/tegra3.txt
 -- 
-1.7.11.2
+1.7.11.4
 
diff --git a/libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch b/libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch
index 8eb41f0..4e23332 100644
--- a/libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch
+++ b/libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch
@@ -1,7 +1,7 @@
-From d017eb0dc4d8c0ee54568a940f48c6c216504971 Mon Sep 17 00:00:00 2001
+From 7d7c1b61efcb77d760fc93053ba2d88b23b85168 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Sun, 4 Mar 2012 11:07:55 +0400
-Subject: [PATCH 2/3] Fix paths in ArmCpuCaps test
+Subject: [PATCH 2/2] Fix paths in ArmCpuCaps test
 
 Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
 ---
@@ -9,7 +9,7 @@ Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/unit_test/cpu_test.cc b/unit_test/cpu_test.cc
-index 27dfbfd..bf327a2 100644
+index 388702f..ecb2d9b 100644
 --- a/unit_test/cpu_test.cc
 +++ b/unit_test/cpu_test.cc
 @@ -85,14 +85,14 @@ TEST_F(libyuvTest, TestCpuId) {
@@ -32,5 +32,5 @@ index 27dfbfd..bf327a2 100644
  #if defined(__linux__) && defined(__ARM_NEON__)
    EXPECT_NE(0, ArmCpuCaps("/proc/cpuinfo"));
 -- 
-1.7.11.2
+1.7.11.4
 
diff --git a/libyuv.spec b/libyuv.spec
index 0f66157..5e7d61f 100644
--- a/libyuv.spec
+++ b/libyuv.spec
@@ -1,19 +1,17 @@
 Name:		libyuv
 Summary:	YUV conversion and scaling functionality library
 Version:	0
-Release:	0.12.20120727svn312%{?dist}
+Release:	0.13.20120915svn353%{?dist}
 License:	BSD
 Group:		Development/Libraries
 Url:		http://code.google.com/p/libyuv/
-## svn -r 312 export http://libyuv.googlecode.com/svn/trunk libyuv-0
+## svn -r 353 export http://libyuv.googlecode.com/svn/trunk libyuv-0
 ## tar -cjvf libyuv-0.tar.bz2 libyuv-0
 Source0:	%{name}-%{version}.tar.bz2
 # Fedora-specific. Upstream isn't interested in this.
 Patch1:		libyuv-0001-Initial-autotools-support.patch
 # Fedora-specific.
 Patch2:		libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch
-# GCC-specific (will be proposed for inclusion)
-Patch3:		libyuv-0003-Drop-several-tests-due-to-GCC-related-issues.patch
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	libtool
@@ -45,7 +43,6 @@ Additional header files for development with %{name}.
 %setup -q
 %patch1 -p1 -b .autotools
 %patch2 -p1 -b .fix_paths
-%patch3 -p1 -b .workaround_for_gcc
 
 
 %build
@@ -87,6 +84,10 @@ make check
 
 
 %changelog
+* Sat Sep 15 2012 Peter Lemenkov <lemenkov at gmail.com> - 0-0.13.20120915svn353
+- Next svn snapshot - ver. 353
+- Dropped upstreamed patch no.3
+
 * Mon Jul 30 2012 Peter Lemenkov <lemenkov at gmail.com> - 0-0.12.20120727svn312
 - Next svn snapshot - ver. 312
 
diff --git a/sources b/sources
index a31e097..013ec12 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cdff5867f3f474fdc293ab5db6fce379  libyuv-0.tar.bz2
+1c8f9c159a4191a8bb040e8d15f9741d  libyuv-0.tar.bz2


More information about the scm-commits mailing list