Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libheif for openSUSE:Factory checked in at 2023-01-10 14:59:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libheif (Old) and /work/SRC/openSUSE:Factory/.libheif.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libheif" Tue Jan 10 14:59:11 2023 rev:13 rq:1057020 version:1.14.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libheif/libheif.changes 2023-01-04 18:10:28.580502611 +0100 +++ /work/SRC/openSUSE:Factory/.libheif.new.32243/libheif.changes 2023-01-10 14:59:28.185096955 +0100 @@ -1,0 +2,9 @@ +Sat Jan 7 16:16:22 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to v1.14.2: + * A function name typo in the C++ wrapper was corrected in v1.14.1, but + the old function name should not have been removed from the API + * (ColorProfile_nclx::set_color_primaries()). The old name is added to the + API again in this release. + +------------------------------------------------------------------- Old: ---- libheif-1.14.1.tar.gz New: ---- libheif-1.14.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libheif.spec ++++++ --- /var/tmp/diff_new_pack.pyOakY/_old 2023-01-10 14:59:28.749099974 +0100 +++ /var/tmp/diff_new_pack.pyOakY/_new 2023-01-10 14:59:28.757100017 +0100 @@ -19,7 +19,7 @@ %define gdk_pixbuf_binary_version 2.10.0 %bcond_with x265 Name: libheif -Version: 1.14.1 +Version: 1.14.2 Release: 0 Summary: HEIF/AVIF file format decoder and encoder License: GPL-2.0-or-later ++++++ libheif-1.14.1.tar.gz -> libheif-1.14.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libheif-1.14.1/CMakeLists.txt new/libheif-1.14.2/CMakeLists.txt --- old/libheif-1.14.1/CMakeLists.txt 2023-01-03 12:53:56.000000000 +0100 +++ new/libheif-1.14.2/CMakeLists.txt 2023-01-06 16:32:23.000000000 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.0) -project(libheif LANGUAGES C CXX VERSION 1.14.1) +project(libheif LANGUAGES C CXX VERSION 1.14.2) # https://cmake.org/cmake/help/v3.1/policy/CMP0054.html cmake_policy(VERSION 3.0...3.22) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libheif-1.14.1/configure new/libheif-1.14.2/configure --- old/libheif-1.14.1/configure 2023-01-03 13:06:14.000000000 +0100 +++ new/libheif-1.14.2/configure 2023-01-06 16:35:04.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libheif 1.14.1. +# Generated by GNU Autoconf 2.71 for libheif 1.14.2. # # Report bugs to <opensou...@struktur.de>. # @@ -621,8 +621,8 @@ # Identity of this package. PACKAGE_NAME='libheif' PACKAGE_TARNAME='libheif' -PACKAGE_VERSION='1.14.1' -PACKAGE_STRING='libheif 1.14.1' +PACKAGE_VERSION='1.14.2' +PACKAGE_STRING='libheif 1.14.2' PACKAGE_BUGREPORT='opensou...@struktur.de' PACKAGE_URL='' @@ -1491,7 +1491,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libheif 1.14.1 to adapt to many kinds of systems. +\`configure' configures libheif 1.14.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1563,7 +1563,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libheif 1.14.1:";; + short | recursive ) echo "Configuration of libheif 1.14.2:";; esac cat <<\_ACEOF @@ -1721,7 +1721,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libheif configure 1.14.1 +libheif configure 1.14.2 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2177,7 +2177,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libheif $as_me 1.14.1, which was +It was created by libheif $as_me 1.14.2, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3155,7 +3155,7 @@ # Note: do not forget to set the version in the CMakeLists.txt file accordingly PROJECT_VERSION_MAJOR=1 PROJECT_VERSION_MINOR=14 -PROJECT_VERSION_PATCH=1 +PROJECT_VERSION_PATCH=2 PROJECT_VERSION_TWEAK=0 @@ -3169,7 +3169,7 @@ # If any interfaces have been removed or changed since the last public release, then set age to 0. LIBHEIF_CURRENT=15 -LIBHEIF_REVISION=1 +LIBHEIF_REVISION=2 LIBHEIF_AGE=14 @@ -17720,7 +17720,7 @@ # Define the identity of the package. PACKAGE='libheif' - VERSION='1.14.1' + VERSION='1.14.2' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -20746,7 +20746,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libheif $as_me 1.14.1, which was +This file was extended by libheif $as_me 1.14.2, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20814,7 +20814,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -libheif config.status 1.14.1 +libheif config.status 1.14.2 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libheif-1.14.1/configure.ac new/libheif-1.14.2/configure.ac --- old/libheif-1.14.1/configure.ac 2023-01-03 12:53:56.000000000 +0100 +++ new/libheif-1.14.2/configure.ac 2023-01-06 16:33:33.000000000 +0100 @@ -1,12 +1,12 @@ AC_PREREQ([2.68]) -AC_INIT([libheif],[1.14.1],[opensou...@struktur.de]) +AC_INIT([libheif],[1.14.2],[opensou...@struktur.de]) AC_CONFIG_SRCDIR([libheif/box.cc]) AC_CONFIG_HEADERS([config.h]) # Note: do not forget to set the version in the CMakeLists.txt file accordingly PROJECT_VERSION_MAJOR=1 PROJECT_VERSION_MINOR=14 -PROJECT_VERSION_PATCH=1 +PROJECT_VERSION_PATCH=2 PROJECT_VERSION_TWEAK=0 AC_SUBST(PROJECT_VERSION_MAJOR) AC_SUBST(PROJECT_VERSION_MINOR) @@ -20,7 +20,7 @@ # If any interfaces have been removed or changed since the last public release, then set age to 0. LIBHEIF_CURRENT=15 -LIBHEIF_REVISION=1 +LIBHEIF_REVISION=2 LIBHEIF_AGE=14 AC_SUBST(LIBHEIF_CURRENT) AC_SUBST(LIBHEIF_REVISION) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libheif-1.14.1/libheif/heif_cxx.h new/libheif-1.14.2/libheif/heif_cxx.h --- old/libheif-1.14.1/libheif/heif_cxx.h 2023-01-03 12:53:56.000000000 +0100 +++ new/libheif-1.14.2/libheif/heif_cxx.h 2023-01-06 16:21:26.000000000 +0100 @@ -286,6 +286,9 @@ void set_color_primaries(heif_color_primaries cp); + // DEPRECATED: typo in function name. Use set_color_primaries() instead. + void set_color_primaties(heif_color_primaries cp); + void set_transfer_characteristics(heif_transfer_characteristics tc); void set_matrix_coefficients(heif_matrix_coefficients mc); @@ -814,6 +817,9 @@ inline void ColorProfile_nclx::set_color_primaries(heif_color_primaries cp) { mProfile->color_primaries = cp; } + inline void ColorProfile_nclx::set_color_primaties(heif_color_primaries cp) + { set_color_primaries(cp); } + inline void ColorProfile_nclx::set_transfer_characteristics(heif_transfer_characteristics tc) { mProfile->transfer_characteristics = tc; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libheif-1.14.1/libheif/heif_version.h new/libheif-1.14.2/libheif/heif_version.h --- old/libheif-1.14.1/libheif/heif_version.h 2023-01-03 13:06:18.000000000 +0100 +++ new/libheif-1.14.2/libheif/heif_version.h 2023-01-06 16:35:07.000000000 +0100 @@ -28,10 +28,10 @@ #define LIBHEIF_HEIF_VERSION_H /* Numeric representation of the version */ -#define LIBHEIF_NUMERIC_VERSION ((1<<24) | (14<<16) | (1<<8) | 0) +#define LIBHEIF_NUMERIC_VERSION ((1<<24) | (14<<16) | (2<<8) | 0) /* Version string */ -#define LIBHEIF_VERSION "1.14.1" +#define LIBHEIF_VERSION "1.14.2" #define LIBHEIF_PLUGIN_DIRECTORY "@PLUGIN_DIRECTORY@"