Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgav1 for openSUSE:Factory checked 
in at 2023-11-13 22:21:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgav1 (Old)
 and      /work/SRC/openSUSE:Factory/.libgav1.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgav1"

Mon Nov 13 22:21:18 2023 rev:3 rq:1125260 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgav1/libgav1.changes  2023-05-03 
13:07:06.063296078 +0200
+++ /work/SRC/openSUSE:Factory/.libgav1.new.17445/libgav1.changes       
2023-11-13 22:24:55.712466646 +0100
@@ -1,0 +2,6 @@
+Thu Nov  2 20:20:33 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 0.19
+  * obu_parser: Add support for av1c box generation
+
+-------------------------------------------------------------------
@@ -2,0 +9 @@
+

Old:
----
  libgav1-0.18.0.tar.xz

New:
----
  libgav1-0.19.0.tar.xz

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

Other differences:
------------------
++++++ libgav1.spec ++++++
--- /var/tmp/diff_new_pack.74OZfG/_old  2023-11-13 22:24:56.204484762 +0100
+++ /var/tmp/diff_new_pack.74OZfG/_new  2023-11-13 22:24:56.208484909 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgav1
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname   libgav1-1
 Name:           libgav1
-Version:        0.18.0
+Version:        0.19.0
 Release:        0
 Summary:        AV1 video decoding library
 License:        Apache-2.0
@@ -31,13 +31,13 @@
 Patch4:         modern-cxx-standard.patch
 Patch5:         cpu_test-disable-test.patch
 BuildRequires:  cmake >= 3.7.1
-BuildRequires:  cmake(absl)
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
+BuildRequires:  xz
+BuildRequires:  cmake(absl)
 BuildRequires:  pkgconfig(gmock)
 BuildRequires:  pkgconfig(gtest)
 BuildRequires:  pkgconfig(gtest_main)
-BuildRequires:  xz
 
 %description
 libgav1 is a Main profile (0) & High profile (1) compliant AV1 decoder written

++++++ 0001-Unbundle-abseil.patch ++++++
--- /var/tmp/diff_new_pack.74OZfG/_old  2023-11-13 22:24:56.224485498 +0100
+++ /var/tmp/diff_new_pack.74OZfG/_new  2023-11-13 22:24:56.224485498 +0100
@@ -3,13 +3,13 @@
 Subject: Unbundle abseil
 
 ---
- CMakeLists.txt | 21 +++------------------
- 1 file changed, 3 insertions(+), 18 deletions(-)
+ CMakeLists.txt |   20 ++------------------
+ 1 file changed, 2 insertions(+), 18 deletions(-)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 52b1b32..d5e8f95 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
+Index: libgav1-0.19.0/CMakeLists.txt
+===================================================================
+--- libgav1-0.19.0.orig/CMakeLists.txt
++++ libgav1-0.19.0/CMakeLists.txt
 @@ -116,7 +116,6 @@ if(LIBGAV1_VERBOSE)
    libgav1_dump_options()
  endif()
@@ -35,7 +35,7 @@
 -        " examples & tests and libgav1 when LIBGAV1_THREADPOOL_USE_STD_MUTEX 
is"
 -        " not defined. To continue, download the Abseil repository to"
 -        " third_party/abseil-cpp:\n  git \\\n    -C ${libgav1_root} \\\n"
--        "    clone \\\n"
+-        "    clone -b 20220623.0 --depth 1 \\\n"
 -        "    https://github.com/abseil/abseil-cpp.git third_party/abseil-cpp")
 -  endif()
 -endif()

++++++ Unbundle-gtest.patch ++++++
--- /var/tmp/diff_new_pack.74OZfG/_old  2023-11-13 22:24:56.236485940 +0100
+++ /var/tmp/diff_new_pack.74OZfG/_new  2023-11-13 22:24:56.240486087 +0100
@@ -1,5 +1,11 @@
---- a/tests/libgav1_tests.cmake        2022-06-30 20:41:58.000000000 +0000
-+++ b/tests/libgav1_tests.cmake        2023-04-29 13:01:10.517636900 +0000
+---
+ tests/libgav1_tests.cmake |   64 
++++++++++++----------------------------------
+ 1 file changed, 17 insertions(+), 47 deletions(-)
+
+Index: libgav1-0.19.0/tests/libgav1_tests.cmake
+===================================================================
+--- libgav1-0.19.0.orig/tests/libgav1_tests.cmake
++++ libgav1-0.19.0/tests/libgav1_tests.cmake
 @@ -12,28 +12,9 @@
  # See the License for the specific language governing permissions and
  # limitations under the License.
@@ -20,7 +26,7 @@
 -      "GoogleTest not found, setting LIBGAV1_ENABLE_TESTS to false.\n"
 -      "To enable tests download the GoogleTest repository to"
 -      " third_party/googletest:\n\n  git \\\n    -C ${libgav1_root} \\\n"
--      "    clone \\\n"
+-      "    clone -b release-1.12.1 --depth 1 \\\n"
 -      "    https://github.com/google/googletest.git third_party/googletest\n")
 -    set(LIBGAV1_ENABLE_TESTS FALSE CACHE BOOL "Enables tests." FORCE)
 -  endif()
@@ -32,7 +38,7 @@
  
  # Check GoogleTest compiler requirements.
  if((CMAKE_CXX_COMPILER_ID
-@@ -195,31 +176,20 @@
+@@ -199,31 +180,20 @@ macro(libgav1_add_tests_targets)
          "This version of libgav1_add_tests_targets() should only be used with"
          " LIBGAV1_ENABLE_TESTS set to true.")
    endif()

++++++ _service ++++++
--- /var/tmp/diff_new_pack.74OZfG/_old  2023-11-13 22:24:56.264486971 +0100
+++ /var/tmp/diff_new_pack.74OZfG/_new  2023-11-13 22:24:56.268487118 +0100
@@ -1,14 +1,14 @@
 <services>
-       <service name="tar_scm" mode="disabled">
+       <service name="tar_scm" mode="manual">
                <param name="scm">git</param>
                <param 
name="url">https://chromium.googlesource.com/codecs/libgav1</param>
-               <param name="revision">v0.18.0</param>
-               <param name="versionformat">0.18.0</param>
+               <param name="revision">v0.19.0</param>
+               <param name="versionformat">0.19.0</param>
        </service>
-       <service name="recompress" mode="disabled">
+       <service name="recompress" mode="manual">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
-       <service name="set_version" mode="disabled"/>
+       <service name="set_version" mode="manual"/>
 </services>
 

++++++ libgav1-0.18.0.tar.xz -> libgav1-0.19.0.tar.xz ++++++
++++ 2068 lines of diff (skipped)

Reply via email to