Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libyuv for openSUSE:Factory checked 
in at 2022-10-28 19:29:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyuv (Old)
 and      /work/SRC/openSUSE:Factory/.libyuv.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyuv"

Fri Oct 28 19:29:28 2022 rev:5 rq:1031572 version:20220920+f9fda6e

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyuv/libyuv.changes    2022-10-03 
13:44:48.597355757 +0200
+++ /work/SRC/openSUSE:Factory/.libyuv.new.2275/libyuv.changes  2022-10-28 
19:29:49.810721550 +0200
@@ -1,0 +2,32 @@
+Thu Oct 27 14:35:19 UTC 2022 - gm...@opensuse.org
+
+- Update to version 20220920+f9fda6e:
+  * Fix shift amount for SSSE3 assembly for I012 format conversions
+  * 10/12 bit YUV replicate upper bits to low bits before converting to RGB
+  * Fix immediate offsets for row_neon build on gcc
+
+-------------------------------------------------------------------
+Thu Oct 20 11:29:30 UTC 2022 - gm...@opensuse.org
+
+- Update to version 20220920+248172e:
+  * I422ToRGB24, I422ToRAW, I422ToRGB24MatrixFilter conversion functions added.
+  * Remove include resource.h for Fuchsia build
+  * I420ToRGB24MatrixFilter function added
+  * SSE2 MM21->YUY2 conversion
+  * MM21ToYUY2 and  ABGRToJ420 conversion
+  * AB64ToARGB fix for inplace conversion
+  * Bump up version to 1838
+  * Add I422ToRGB565Matrix
+  * RAWToJ400 require multiple of 16 pixels for NEON
+  * row_neon*: Explicitly initialize pad in RgbConstants
+  * Fix MSVC warnings by adding casts
+  * Define _CRT_SECURE_NO_WARNINGS if MSVC CRT is used
+  * Reduce cmake verbosity and update min version
+  * Set IMPORT_PREFIX to "lib" on Windows
+  * Android.bp: Remove reference to LICENSE_THIRD_PARTY
+  * Fix SSE2 version of ScalePlaneUp2_16_Bilinear
+  * Disable bilinear 16 bit scale up for SSE2
+  * Add .vpython3 to libyuv.
+  * Switch from python to python3.
+
+-------------------------------------------------------------------

Old:
----
  libyuv-20220713+d248929c.obscpio

New:
----
  libyuv-20220920+f9fda6e.obscpio

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

Other differences:
------------------
++++++ libyuv.spec ++++++
--- /var/tmp/diff_new_pack.cepqIS/_old  2022-10-28 19:29:50.530725161 +0200
+++ /var/tmp/diff_new_pack.cepqIS/_new  2022-10-28 19:29:50.538725201 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           libyuv
-Version:        20220713+d248929c
+Version:        20220920+f9fda6e
 Release:        0
 Summary:        YUV scaling and conversion library
 License:        BSD-3-Clause
@@ -31,8 +32,8 @@
 Patch3:         Don-t-install-conversion-tool.patch
 Patch4:         Use-library-suffix-during-installation.patch
 Patch5:         Link-main-library-against-libjpeg.patch
-BuildRequires:  gcc-c++
 BuildRequires:  cmake
+BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libjpeg)
 

++++++ Disable-static-library.patch ++++++
--- /var/tmp/diff_new_pack.cepqIS/_old  2022-10-28 19:29:50.562725322 +0200
+++ /var/tmp/diff_new_pack.cepqIS/_new  2022-10-28 19:29:50.566725342 +0200
@@ -17,8 +17,8 @@
  
  FILE ( GLOB_RECURSE   ly_source_files ${ly_src_dir}/*.cc )
 @@ -22,9 +21,6 @@ LIST ( SORT                  ly_unittest_sources )
- 
- INCLUDE_DIRECTORIES( BEFORE ${ly_inc_dir} )
+   ADD_DEFINITIONS ( -D_CRT_SECURE_NO_WARNINGS )
+ endif()
  
 -# this creates the static library (.a)
 -ADD_LIBRARY                           ( ${ly_lib_static} STATIC 
${ly_source_files} )

++++++ Don-t-install-conversion-tool.patch ++++++
--- /var/tmp/diff_new_pack.cepqIS/_old  2022-10-28 19:29:50.578725402 +0200
+++ /var/tmp/diff_new_pack.cepqIS/_new  2022-10-28 19:29:50.582725422 +0200
@@ -9,7 +9,7 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -28,15 +28,9 @@ SET_TARGET_PROPERTIES       ( ${ly_lib_shared} PROPERTIES 
PREFIX "lib" )
- INCLUDE ( CM_linux_packages.cmake )
+ INCLUDE       ( CM_linux_packages.cmake )
  SET_TARGET_PROPERTIES ( ${ly_lib_shared} PROPERTIES VERSION ${YUV_VERSION} 
SOVERSION ${YUV_VER_MAJOR} )
  
 -# this creates the conversion tool

++++++ Use-a-proper-so-version.patch ++++++
--- /var/tmp/diff_new_pack.cepqIS/_old  2022-10-28 19:29:50.606725542 +0200
+++ /var/tmp/diff_new_pack.cepqIS/_new  2022-10-28 19:29:50.610725563 +0200
@@ -8,11 +8,11 @@
 index ed4948f0..e1f87062 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -30,6 +30,9 @@ ADD_LIBRARY                          ( ${ly_lib_shared} 
SHARED ${ly_source_files} )
- SET_TARGET_PROPERTIES ( ${ly_lib_shared} PROPERTIES OUTPUT_NAME 
"${ly_lib_name}" )
- SET_TARGET_PROPERTIES ( ${ly_lib_shared} PROPERTIES PREFIX "lib" )
- 
-+INCLUDE ( CM_linux_packages.cmake )
+@@ -37,6 +37,9 @@
+   SET_TARGET_PROPERTIES       ( ${ly_lib_shared} PROPERTIES IMPORT_PREFIX 
"lib" )
+ endif()
+
++INCLUDE       ( CM_linux_packages.cmake )
 +SET_TARGET_PROPERTIES ( ${ly_lib_shared} PROPERTIES VERSION ${YUV_VERSION} 
SOVERSION ${YUV_VER_MAJOR} )
 +
  # this creates the conversion tool

++++++ _service ++++++
--- /var/tmp/diff_new_pack.cepqIS/_old  2022-10-28 19:29:50.634725683 +0200
+++ /var/tmp/diff_new_pack.cepqIS/_new  2022-10-28 19:29:50.638725703 +0200
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param 
name="url">https://chromium.googlesource.com/libyuv/libyuv.git</param>
-    <param name="revision">d248929c059ff7629a85333699717d7a677d8d96</param>
+    <param name="revision">f9fda6e7d819c07a684ba6bc97cbf0e257bbcb37</param>
     <param name="versionformat">%cd+%h</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.cepqIS/_old  2022-10-28 19:29:50.666725843 +0200
+++ /var/tmp/diff_new_pack.cepqIS/_new  2022-10-28 19:29:50.670725863 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://chromium.googlesource.com/libyuv/libyuv.git</param>
-              <param 
name="changesrevision">d248929c059ff7629a85333699717d7a677d8d96</param></service></servicedata>
+              <param 
name="changesrevision">f9fda6e7d819c07a684ba6bc97cbf0e257bbcb37</param></service></servicedata>
 (No newline at EOF)
 

++++++ libyuv-20220713+d248929c.obscpio -> libyuv-20220920+f9fda6e.obscpio 
++++++
++++ 7499 lines of diff (skipped)

++++++ libyuv.obsinfo ++++++
--- /var/tmp/diff_new_pack.cepqIS/_old  2022-10-28 19:29:51.050727769 +0200
+++ /var/tmp/diff_new_pack.cepqIS/_new  2022-10-28 19:29:51.054727789 +0200
@@ -1,5 +1,5 @@
 name: libyuv
-version: 20220713+d248929c
-mtime: 1657710509
-commit: d248929c059ff7629a85333699717d7a677d8d96
+version: 20220920+f9fda6e
+mtime: 1663715273
+commit: f9fda6e7d819c07a684ba6bc97cbf0e257bbcb37
 

Reply via email to