Hello community, here is the log from the commit of package libvpx for openSUSE:Factory checked in at 2015-12-23 08:48:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvpx (Old) and /work/SRC/openSUSE:Factory/.libvpx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvpx" Changes: -------- --- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes 2015-05-18 23:03:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libvpx.new/libvpx.changes 2015-12-23 08:48:22.000000000 +0100 @@ -1,0 +2,19 @@ +Sat Dec 19 17:08:27 UTC 2015 - [email protected] + +- Update to version 1.5.0 + + This release improves upon the VP9 encoder and speeds up the + encoding and decoding processes. + + Upgrading: + This release is ABI incompatible with 1.4.0. It drops deprecated + VP8 controls and adds a variety of VP9 controls for testing. + The vpxenc utility now prefers VP9 by default. + + Enhancements: + Faster VP9 encoding and decoding. + Smaller library size by combining functions used by VP8 and VP9. + + Bug Fixes: + A variety of fuzzing issues. +- Fixed libvpx-configure-add-s390.patch and changed baselibs.conf + to libvpx3. +- Removed uneeded servive file. + +------------------------------------------------------------------- Old: ---- libvpx-1.4.0.tar.xz New: ---- libvpx-1.5.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvpx.spec ++++++ --- /var/tmp/diff_new_pack.S6YUW4/_old 2015-12-23 08:48:23.000000000 +0100 +++ /var/tmp/diff_new_pack.S6YUW4/_new 2015-12-23 08:48:23.000000000 +0100 @@ -16,16 +16,16 @@ # -%define soname 2 +%define soname 3 Name: libvpx -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: VP8 codec library License: BSD-3-Clause and GPL-2.0+ Group: Productivity/Multimedia/Other Url: http://www.webmproject.org/ -Source0: %{name}-%{version}.tar.xz +Source0: http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-%{version}.tar.bz2 Source1000: baselibs.conf # PATCH-FIX-UPSTREAM libvpx-define-config_pic.patch [email protected] -- For older compilers, CONFIG_PIC need to be defined. Patch1: libvpx-define-config_pic.patch @@ -34,7 +34,6 @@ Patch4: libvpx-armv7-use-hard-float.patch # Needed to be able to create pkgconfig() provides. BuildRequires: pkg-config -BuildRequires: xz BuildRequires: yasm BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.S6YUW4/_old 2015-12-23 08:48:24.000000000 +0100 +++ /var/tmp/diff_new_pack.S6YUW4/_new 2015-12-23 08:48:24.000000000 +0100 @@ -1 +1 @@ -libvpx2 +libvpx3 ++++++ libvpx-1.4.0.tar.xz -> libvpx-1.5.0.tar.bz2 ++++++ ++++ 319258 lines of diff (skipped) ++++++ libvpx-configure-add-s390.patch ++++++ --- /var/tmp/diff_new_pack.S6YUW4/_old 2015-12-23 08:48:25.000000000 +0100 +++ /var/tmp/diff_new_pack.S6YUW4/_new 2015-12-23 08:48:25.000000000 +0100 @@ -1,8 +1,8 @@ ---- build/make/configure.sh.orig 2015-04-03 20:49:19.000000000 +0200 -+++ build/make/configure.sh 2015-05-12 10:50:23.351736000 +0200 -@@ -646,6 +646,12 @@ - *powerpc*) - tgt_isa=ppc32 +--- build/make/configure.sh.orig 2015-12-12 20:56:28.655120207 +0100 ++++ build/make/configure.sh 2015-12-12 20:56:28.695120479 +0100 +@@ -661,6 +661,12 @@ + *i[3456]86*) + tgt_isa=x86 ;; + *s390x*) + tgt_isa=s390x @@ -13,12 +13,12 @@ *sparc*) tgt_isa=sparc ;; ---- configure.orig 2015-04-03 20:49:19.000000000 +0200 -+++ configure 2015-05-12 10:50:25.179744000 +0200 -@@ -118,6 +118,8 @@ - all_platforms="${all_platforms} ppc64-darwin8-gcc" - all_platforms="${all_platforms} ppc64-darwin9-gcc" - all_platforms="${all_platforms} ppc64-linux-gcc" +--- configure.orig 2015-12-12 20:58:14.703787697 +0100 ++++ configure 2015-12-12 20:58:14.755788001 +0100 +@@ -111,6 +111,8 @@ + all_platforms="${all_platforms} armv7s-darwin-gcc" + all_platforms="${all_platforms} mips32-linux-gcc" + all_platforms="${all_platforms} mips64-linux-gcc" +all_platforms="${all_platforms} s390-linux-gcc" +all_platforms="${all_platforms} s390x-linux-gcc" all_platforms="${all_platforms} sparc-solaris-gcc"
