[oe-commits] [openembedded-core] 31/46: speex: upgrade 1.2rc2 -> 1.2.0

git at git.openembedded.org git at git.openembedded.org
Tue May 16 13:09:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 3e414545d650835e351f2939375c92ac7aca0569
Author: Marc Ferland <ferlandm at amotus.ca>
AuthorDate: Thu Apr 27 11:39:48 2017 -0400

    speex: upgrade 1.2rc2 -> 1.2.0
    
    Upgrade speex to 1.2.0. Very small diff between 1.2rc2 and 1.2.0, mostly
    compiler warning fixes, tabs vs spaces, trailing whitespaces and one
    liners.
    
    Signed-off-by: Marc Ferland <ferlandm at amotus.ca>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/speex/{speex_1.2rc2.bb => speex_1.2.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/speex/speex_1.2rc2.bb b/meta/recipes-multimedia/speex/speex_1.2.0.bb
similarity index 82%
rename from meta/recipes-multimedia/speex/speex_1.2rc2.bb
rename to meta/recipes-multimedia/speex/speex_1.2.0.bb
index f7d23db..fc020a2 100644
--- a/meta/recipes-multimedia/speex/speex_1.2rc2.bb
+++ b/meta/recipes-multimedia/speex/speex_1.2.0.bb
@@ -9,8 +9,8 @@ DEPENDS = "libogg speexdsp"
 
 SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "6ae7db3bab01e1d4b86bacfa8ca33e81"
-SRC_URI[sha256sum] = "caa27c7247ff15c8521c2ae0ea21987c9e9710a8f2d3448e8b79da9806bce891"
+SRC_URI[md5sum] = "8ab7bb2589110dfaf0ed7fa7757dc49c"
+SRC_URI[sha256sum] = "eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094"
 
 inherit autotools pkgconfig lib_package
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list