Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libaom for openSUSE:Factory checked in at 2024-09-17 18:17:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libaom (Old) and /work/SRC/openSUSE:Factory/.libaom.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libaom" Tue Sep 17 18:17:23 2024 rev:20 rq:1201522 version:3.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libaom/libaom.changes 2024-08-29 15:42:43.599633833 +0200 +++ /work/SRC/openSUSE:Factory/.libaom.new.29891/libaom.changes 2024-09-17 18:17:24.981045227 +0200 @@ -1,0 +2,11 @@ +Mon Sep 16 10:46:42 UTC 2024 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 3.9.1: + * This release includes new codec interfaces, compression + efficiency and perceptual improvements, speedup for RTC for both + video and screen content, and many bug fixes. +- Please see https://aomedia.googlesource.com/aom/+/refs/tags/v3.9.1/CHANGELOG + for detailed changes since version 3.7.2 +- Rebase patches with quilt. + +------------------------------------------------------------------- Old: ---- libaom-3.7.2.obscpio New: ---- libaom-3.9.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libaom.spec ++++++ --- /var/tmp/diff_new_pack.509gjf/_old 2024-09-17 18:17:26.433105380 +0200 +++ /var/tmp/diff_new_pack.509gjf/_new 2024-09-17 18:17:26.433105380 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package libaom # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %define __builder ninja %define __builddir _build Name: libaom%{psuffix} -Version: 3.7.2 +Version: 3.9.1 Release: 0 %if "%{flavor}" == "" Summary: AV1 codec library ++++++ _service ++++++ --- /var/tmp/diff_new_pack.509gjf/_old 2024-09-17 18:17:26.481107369 +0200 +++ /var/tmp/diff_new_pack.509gjf/_new 2024-09-17 18:17:26.481107369 +0200 @@ -5,7 +5,7 @@ <param name="filename">libaom</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v([0-9\.]*)</param> - <param name="revision">v3.7.2</param> + <param name="revision">v3.9.1</param> <param name="exclude">third_party/googletest/*</param> <param name="exclude">third_party/libyuv/*</param> </service> ++++++ libaom-0001-Do-not-disable-_FORTIFY_SOURCE.patch ++++++ --- /var/tmp/diff_new_pack.509gjf/_old 2024-09-17 18:17:26.505108363 +0200 +++ /var/tmp/diff_new_pack.509gjf/_new 2024-09-17 18:17:26.509108529 +0200 @@ -1,8 +1,8 @@ -diff --git a/build/cmake/aom_configure.cmake b/build/cmake/aom_configure.cmake -index 43d60ae3d..175339178 100644 ---- a/build/cmake/aom_configure.cmake -+++ b/build/cmake/aom_configure.cmake -@@ -321,9 +321,6 @@ else() +Index: libaom-3.9.1/build/cmake/aom_configure.cmake +=================================================================== +--- libaom-3.9.1.orig/build/cmake/aom_configure.cmake ++++ libaom-3.9.1/build/cmake/aom_configure.cmake +@@ -392,9 +392,6 @@ else() add_compiler_flag_if_supported("-Werror") endif() @@ -11,5 +11,5 @@ - endif() add_compiler_flag_if_supported("-D_LARGEFILE_SOURCE") add_compiler_flag_if_supported("-D_FILE_OFFSET_BITS=64") - endif() + ++++++ libaom-3.7.2.obscpio -> libaom-3.9.1.obscpio ++++++ /work/SRC/openSUSE:Factory/libaom/libaom-3.7.2.obscpio /work/SRC/openSUSE:Factory/.libaom.new.29891/libaom-3.9.1.obscpio differ: char 48, line 1 ++++++ libaom.obsinfo ++++++ --- /var/tmp/diff_new_pack.509gjf/_old 2024-09-17 18:17:26.549110186 +0200 +++ /var/tmp/diff_new_pack.509gjf/_new 2024-09-17 18:17:26.553110352 +0200 @@ -1,5 +1,5 @@ name: libaom -version: 3.7.2 -mtime: 1705592807 -commit: 79a355d2fceafe8181ac7fc4d8abded26d56bdf9 +version: 3.9.1 +mtime: 1717625991 +commit: 8ad484f8a18ed1853c094e7d3a4e023b2a92df28 ++++++ system-gtest.patch ++++++ --- /var/tmp/diff_new_pack.509gjf/_old 2024-09-17 18:17:26.569111014 +0200 +++ /var/tmp/diff_new_pack.509gjf/_new 2024-09-17 18:17:26.573111181 +0200 @@ -1,6 +1,8 @@ ---- a/test/test.cmake 2022-06-17 19:46:18.000000000 +0200 -+++ b/test/test.cmake 2022-08-30 12:26:32.563379100 +0200 -@@ -14,6 +14,7 @@ +Index: libaom-3.9.1/test/test.cmake +=================================================================== +--- libaom-3.9.1.orig/test/test.cmake ++++ libaom-3.9.1/test/test.cmake +@@ -14,6 +14,7 @@ endif() # AOM_TEST_TEST_CMAKE_ set(AOM_TEST_TEST_CMAKE_ 1) include(ProcessorCount) @@ -8,7 +10,7 @@ include("${AOM_ROOT}/test/test_data_util.cmake") -@@ -362,34 +363,21 @@ +@@ -402,34 +403,21 @@ if(ENABLE_TESTS) set(CMAKE_MACOSX_RPATH 1) endif() ++++++ system-yuv.patch ++++++ --- /var/tmp/diff_new_pack.509gjf/_old 2024-09-17 18:17:26.585111677 +0200 +++ /var/tmp/diff_new_pack.509gjf/_new 2024-09-17 18:17:26.589111843 +0200 @@ -1,6 +1,8 @@ ---- a/CMakeLists.txt.old 2022-06-17 19:46:18.000000000 +0200 -+++ b/CMakeLists.txt 2022-08-30 12:58:06.276718500 +0200 -@@ -457,11 +457,14 @@ +Index: libaom-3.8.1/CMakeLists.txt +=================================================================== +--- libaom-3.8.1.orig/CMakeLists.txt ++++ libaom-3.8.1/CMakeLists.txt +@@ -451,11 +451,14 @@ if(CONFIG_AV1_DECODER AND ENABLE_EXAMPLE endif() if(CONFIG_LIBYUV OR CONFIG_TUNE_BUTTERAUGLI) @@ -20,7 +22,7 @@ endif() if(CONFIG_AV1_ENCODER) -@@ -579,10 +583,10 @@ +@@ -577,10 +580,10 @@ if(CONFIG_AV1_ENCODER) set_target_properties(aom_static PROPERTIES LINKER_LANGUAGE CXX) endif() @@ -34,7 +36,7 @@ endif() endif() -@@ -732,7 +736,7 @@ +@@ -730,7 +733,7 @@ if(ENABLE_EXAMPLES OR ENABLE_TESTS OR EN if(CONFIG_LIBYUV) # Add to existing targets. foreach(aom_app ${AOM_APP_TARGETS}) @@ -43,20 +45,11 @@ set_property(TARGET ${aom_app} PROPERTY LINKER_LANGUAGE CXX) endforeach() endif() ---- a/test/test.cmake -+++ b/test/test.cmake -@@ -458,7 +458,7 @@ - target_link_libraries(test_libaom ${AOM_LIB_LINK_TYPE} aom aom_gtest) - - if(CONFIG_LIBYUV) -- target_sources(test_libaom PRIVATE $<TARGET_OBJECTS:yuv>) -+ target_link_libraries(test_libaom PRIVATE system_libyuv) - endif() - if(CONFIG_WEBM_IO) - target_sources(test_libaom PRIVATE $<TARGET_OBJECTS:webm>) ---- a/apps/aomdec.c -+++ b/apps/aomdec.c -@@ -44,7 +44,7 @@ +Index: libaom-3.8.1/apps/aomdec.c +=================================================================== +--- libaom-3.8.1.orig/apps/aomdec.c ++++ libaom-3.8.1/apps/aomdec.c +@@ -43,7 +43,7 @@ #include "common/y4menc.h" #if CONFIG_LIBYUV @@ -65,8 +58,10 @@ #endif static const char *exec_name; ---- a/apps/aomenc.c -+++ b/apps/aomenc.c +Index: libaom-3.8.1/apps/aomenc.c +=================================================================== +--- libaom-3.8.1.orig/apps/aomenc.c ++++ libaom-3.8.1/apps/aomenc.c @@ -47,7 +47,7 @@ #include "stats/rate_hist.h"