Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libopenraw for openSUSE:Factory checked in at 2023-08-02 16:50:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libopenraw (Old) and /work/SRC/openSUSE:Factory/.libopenraw.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libopenraw" Wed Aug 2 16:50:08 2023 rev:37 rq:1101892 version:0.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libopenraw/libopenraw.changes 2023-04-11 13:51:45.323567913 +0200 +++ /work/SRC/openSUSE:Factory/.libopenraw.new.22712/libopenraw.changes 2023-08-02 16:52:02.002075483 +0200 @@ -1,0 +2,31 @@ +Wed Aug 2 06:40:36 UTC 2023 - Dave Plater <davejpla...@gmail.com> + +- Update to version 0.3.7 and remove incorporated patch: + 03f8270d6bb255ca6618505e83169ab9d95ccef1.patch +- Fix build using %prep from Gentoo and autoconf +- Upstream changes: + *Bug fixes: + Fix a crash when rendering Leica M Monochron DNG files. + Preserve the raw data photometric interpretation when + decompressing raw data. + Properly decode uncompressed big endian 16 bit raw data from + Pentax PEF. Issue #2. Including PENTAX *ist DS. #2 + Added missing MPL-2.0 license to tarball. #15 + Fix build issue with Rust 1.70. + Fix offline Rust build from tarball. + Fix a missing include with gcc 13. Issue #12. + *New features: + The Rust crates are vendored for the tarball. Note: resulting + tarball is bigger. + *Camera support: + [ a * denote that static WB coefficients have been included, unless DNG ] + Added Leica M11 Monochrom, Q3. + [ a * denote that static WB coefficients have been included, unless DNG ] + Added coefficients for Canon R8* and R50*. + Added coefficients for Panasonic S5M2*. + Added Panasonic GF8*. + Added Sony ZV-E1*, ILME-FX30*. + *Other: + Updated Exif tags. + +------------------------------------------------------------------- Old: ---- 03f8270d6bb255ca6618505e83169ab9d95ccef1.patch libopenraw-0.3.4.tar.bz2 libopenraw-0.3.4.tar.bz2.asc New: ---- libopenraw-0.3.7.tar.bz2 libopenraw-0.3.7.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libopenraw.spec ++++++ --- /var/tmp/diff_new_pack.P5kqPB/_old 2023-08-02 16:52:03.206082756 +0200 +++ /var/tmp/diff_new_pack.P5kqPB/_new 2023-08-02 16:52:03.210082780 +0200 @@ -17,7 +17,7 @@ Name: libopenraw -Version: 0.3.4 +Version: 0.3.7 Release: 0 Summary: A library to decode digital camera RAW files License: LGPL-2.1-or-later @@ -30,11 +30,12 @@ Source3: vendor.tar.xz Source99: baselibs.conf # PATCH-FIX-UPSTREAM 03f8270d6bb255ca6618505e83169ab9d95ccef1.patch -- Include stdint.h where needed -Patch0: 03f8270d6bb255ca6618505e83169ab9d95ccef1.patch +#Patch0: 03f8270d6bb255ca6618505e83169ab9d95ccef1.patch BuildRequires: autoconf >= 2.69 BuildRequires: cargo BuildRequires: gcc-c++ +BuildRequires: libboost_test-devel >= 1.60.0 BuildRequires: libjpeg-devel BuildRequires: pkgconfig BuildRequires: rust @@ -42,11 +43,6 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0 -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_test-devel >= 1.60.0 -%else -BuildRequires: boost-devel >= 1.60.0 -%endif %description libopenraw is a library that aim at decoding digital camera RAW files. @@ -82,20 +78,24 @@ libopenraw is a library that aim at decoding digital camera RAW files. %prep -%autosetup -a3 -p1 -mv vendor lib/mp4/ -cd lib/mp4 -sed -i 's/byteorder = "1.2.1"/byteorder = "1.2.2"/' mp4parse/Cargo.toml +%autosetup -p1 +%{? +pushd lib/mp4 +cargo vendor -s Cargo.toml -s mp4parse/Cargo.toml -s mp4parse_capi/Cargo.toml mkdir .cargo -cat <<EOF >> .cargo/config.toml +cat << _EOF_ >> .cargo/config.toml [source.crates-io] replace-with = "vendored-sources" [source.vendored-sources] directory = "vendor" -EOF +_EOF_ +tar -cf %_sourcedir/%name-%version-mp4.tar vendor .cargo +popd +} %build +autoconf -f %configure --disable-static %make_build ++++++ libopenraw-0.3.4.tar.bz2 -> libopenraw-0.3.7.tar.bz2 ++++++ ++++ 444224 lines of diff (skipped)