Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package brotli for openSUSE:Factory checked in at 2023-11-08 22:16:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/brotli (Old) and /work/SRC/openSUSE:Factory/.brotli.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brotli" Wed Nov 8 22:16:32 2023 rev:13 rq:1118318 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/brotli/brotli.changes 2023-03-09 17:45:03.098688076 +0100 +++ /work/SRC/openSUSE:Factory/.brotli.new.17445/brotli.changes 2023-11-08 22:16:35.964685774 +0100 @@ -1,0 +2,12 @@ +Tue Oct 17 10:43:01 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- build with optflags again + +------------------------------------------------------------------- +Thu Aug 31 09:53:27 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 1.1 + * CLI: added a --dictionary option +- Reomve 0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch + +------------------------------------------------------------------- Old: ---- 0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch v1.0.9.tar.gz New: ---- v1.1.0.tar.gz BETA DEBUG BEGIN: Old: * CLI: added a --dictionary option - Reomve 0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brotli.spec ++++++ --- /var/tmp/diff_new_pack.8rEWBz/_old 2023-11-08 22:16:36.844718103 +0100 +++ /var/tmp/diff_new_pack.8rEWBz/_new 2023-11-08 22:16:36.844718103 +0100 @@ -19,7 +19,7 @@ %define sover 1 Name: brotli -Version: 1.0.9 +Version: 1.1.0 Release: 0 Summary: Lossless Compression Algorithm License: MIT @@ -27,7 +27,6 @@ URL: https://github.com/google/brotli Source: https://github.com/google/brotli/archive/v%version.tar.gz Source99: baselibs.conf -Patch1: 0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch BuildRequires: cmake >= 2.8.6 BuildRequires: gcc-c++ BuildRequires: gzip @@ -102,12 +101,12 @@ %autosetup -p1 %build -%cmake -DCMAKE_C_FLAGS="-DBROTLI_ENCODER_CLEANUP_ON_OOM" +export CFLAGS="%{optflags} -DBROTLI_ENCODER_CLEANUP_ON_OOM" +%cmake %cmake_build %install %cmake_install -rm %buildroot/%_libdir/libbrotli*-static.a mkdir -p "%buildroot/%_mandir/man1" "%buildroot/%_mandir/man3" install -pm0644 docs/*.1 "%buildroot/%_mandir/man1/" install -pm0644 docs/*.3 "%buildroot/%_mandir/man3/" ++++++ v1.0.9.tar.gz -> v1.1.0.tar.gz ++++++ ++++ 16381 lines of diff (skipped)