Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvpx for openSUSE:Factory checked 
in at 2021-10-11 15:30:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvpx (Old)
 and      /work/SRC/openSUSE:Factory/.libvpx.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvpx"

Mon Oct 11 15:30:30 2021 rev:44 rq:924206 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes    2021-04-22 
18:03:15.842441603 +0200
+++ /work/SRC/openSUSE:Factory/.libvpx.new.2443/libvpx.changes  2021-10-11 
15:30:46.254763555 +0200
@@ -1,0 +2,25 @@
+Fri Oct  8 10:54:37 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- update to 1.11.0:
+  - Enhancement:
+    Numerous improvements for Neon optimizations.
+    Code clean-up and refactoring.
+    Calculation of rd multiplier is changed with BDRATE gains.
+  - Bug fixes:
+    Fix to overflow on duration.
+    Fix to several instances of -Wunused-but-set-variable.
+    Fix to avoid chroma resampling for 420mpeg2 input.
+    Fix to overflow in calc_iframe_target_size.
+    Fix to disallow skipping transform and quantization.
+    Fix some -Wsign-compare warnings in simple_encode.
+    Fix input file path in simple_encode_test.
+    Fix valid range for under/over_shoot pct.
+- Remove libvpx-armv7-use-hard-float.patch: fixed
+
+-------------------------------------------------------------------
+Sat Oct  2 16:35:37 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- Enable PIC:
+  * Remove libvpx-define-config_pic.patch
+
+-------------------------------------------------------------------

Old:
----
  libvpx-1.10.0.obscpio
  libvpx-armv7-use-hard-float.patch
  libvpx-define-config_pic.patch

New:
----
  libvpx-1.11.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvpx.spec ++++++
--- /var/tmp/diff_new_pack.C2uJVF/_old  2021-10-11 15:30:46.914764614 +0200
+++ /var/tmp/diff_new_pack.C2uJVF/_new  2021-10-11 15:30:46.918764620 +0200
@@ -16,19 +16,17 @@
 #
 
 
-%define         sover 6
+%define         sover 7
 Name:           libvpx
-Version:        1.10.0
+Version:        1.11.0
 Release:        0
 Summary:        VP8/VP9 codec library
 License:        BSD-3-Clause AND GPL-2.0-or-later
 Group:          Productivity/Multimedia/Other
 URL:            https://www.webmproject.org/
-Source0:        %name-%version.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 Source1000:     baselibs.conf
-Patch1:         libvpx-define-config_pic.patch
 Patch2:         libvpx-configure-add-s390.patch
-Patch4:         libvpx-armv7-use-hard-float.patch
 # Needed to be able to create pkgconfig() provides.
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
@@ -91,10 +89,7 @@
 The WebM file structure is based on the Matroska container.
 
 %prep
-%setup -q
-%patch1 -p1
-%patch2 -p1
-%patch4 -p1
+%autosetup -p1
 
 %build
 %define _lto_cflags %{nil}
@@ -116,12 +111,14 @@
     --libdir=%{_libdir} \
     --enable-unit-tests \
     --enable-shared \
+    --enable-pic \
     --disable-static \
     --enable-vp8 \
     --enable-vp9 \
     --enable-vp9-highbitdepth \
     --enable-postproc \
     --enable-multithread \
+    --enable-pic \
 %ifarch ppc64le
     --disable-vsx \
 %endif

++++++ _service ++++++
--- /var/tmp/diff_new_pack.C2uJVF/_old  2021-10-11 15:30:46.954764677 +0200
+++ /var/tmp/diff_new_pack.C2uJVF/_new  2021-10-11 15:30:46.958764684 +0200
@@ -1,16 +1,15 @@
 <services>
   <service name="obs_scm" mode="manual">
-    <param name="url">https://github.com/webmproject/libvpx.git</param>
+    <param name="url">https://chromium.googlesource.com/webm/libvpx.git</param>
     <param name="scm">git</param>
-    <param name="version">1.10.0</param>
-    <param name="revision">v1.10.0</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="revision">v1.11.0</param>
   </service>
-  <service mode="manual" name="set_version" />
-
-  <service mode="buildtime" name="tar" />
-  <service mode="buildtime" name="recompress">
+  <service name="set_version" mode="manual"/>
+  <service name="tar" mode="buildtime"/>
+  <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
 </services>
-

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.C2uJVF/_old  2021-10-11 15:30:46.978764716 +0200
+++ /var/tmp/diff_new_pack.C2uJVF/_new  2021-10-11 15:30:46.982764723 +0200
@@ -1 +1 @@
-libvpx6
+libvpx7

++++++ libvpx-1.10.0.obscpio -> libvpx-1.11.0.obscpio ++++++
/work/SRC/openSUSE:Factory/libvpx/libvpx-1.10.0.obscpio 
/work/SRC/openSUSE:Factory/.libvpx.new.2443/libvpx-1.11.0.obscpio differ: char 
28, line 1

++++++ libvpx.obsinfo ++++++
--- /var/tmp/diff_new_pack.C2uJVF/_old  2021-10-11 15:30:47.030764800 +0200
+++ /var/tmp/diff_new_pack.C2uJVF/_new  2021-10-11 15:30:47.030764800 +0200
@@ -1,5 +1,4 @@
 name: libvpx
-version: 1.10.0
-mtime: 1616097586
-commit: b41ffb53f1000ab2227c1736d8c1355aa5081c40
-
+version: 1.11.0
+mtime: 1633542079
+commit: 626ff35955c2c35b806b3e0ecf551a1a8611cdbf

Reply via email to