Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package brotli for openSUSE:Factory checked 
in at 2026-03-22 14:11:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brotli (Old)
 and      /work/SRC/openSUSE:Factory/.brotli.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brotli"

Sun Mar 22 14:11:27 2026 rev:15 rq:1341515 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/brotli/brotli.changes    2025-10-30 
17:09:41.082299438 +0100
+++ /work/SRC/openSUSE:Factory/.brotli.new.8177/brotli.changes  2026-03-22 
14:11:40.084114829 +0100
@@ -1,0 +2,5 @@
+Thu Mar 19 15:03:08 UTC 2026 - JS <[email protected]>
+
+- Add 0001-disable-BROTLI_MODEL-macro-for-LoongArch64.patch
+
+-------------------------------------------------------------------

New:
----
  0001-disable-BROTLI_MODEL-macro-for-LoongArch64.patch

----------(New B)----------
  New:
- Add 0001-disable-BROTLI_MODEL-macro-for-LoongArch64.patch
----------(New E)----------

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

Other differences:
------------------
++++++ brotli.spec ++++++
--- /var/tmp/diff_new_pack.6FiGxN/_old  2026-03-22 14:11:42.264204476 +0100
+++ /var/tmp/diff_new_pack.6FiGxN/_new  2026-03-22 14:11:42.288205463 +0100
@@ -27,6 +27,7 @@
 URL:            https://github.com/google/brotli
 Source:         https://github.com/google/brotli/archive/v%version.tar.gz
 Source99:       baselibs.conf
+Patch1:         0001-disable-BROTLI_MODEL-macro-for-LoongArch64.patch
 BuildRequires:  cmake >= 2.8.6
 BuildRequires:  gcc-c++
 BuildRequires:  gzip

++++++ 0001-disable-BROTLI_MODEL-macro-for-LoongArch64.patch ++++++
Index: brotli-1.2.0/c/common/platform.h
===================================================================
--- brotli-1.2.0/c/common/platform.h.orig
+++ brotli-1.2.0/c/common/platform.h
@@ -665,7 +665,7 @@ BROTLI_UNUSED_FUNCTION void BrotliSuppre
 #undef BROTLI_TEST
 #endif
 
-#if BROTLI_GNUC_HAS_ATTRIBUTE(model, 3, 0, 3)
+#if BROTLI_GNUC_HAS_ATTRIBUTE(model, 3, 0, 3) && 
!defined(BROTLI_TARGET_LOONGARCH64)
 #define BROTLI_MODEL(M) __attribute__((model(M)))
 #else
 #define BROTLI_MODEL(M) /* M */

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.6FiGxN/_old  2026-03-22 14:11:42.684221747 +0100
+++ /var/tmp/diff_new_pack.6FiGxN/_new  2026-03-22 14:11:42.716223063 +0100
@@ -1,5 +1,5 @@
-mtime: 1761740204
-commit: 35324979eb8d9a52a32008f1cc5fac8a4e5527c61cf4d1cb510b3d75943636ab
+mtime: 1773933465
+commit: 30a16e4e622e3c0d8c750b992f70ee4544e7dbf86c47e149867ee699902b16c6
 url: https://src.opensuse.org/jengelh/brotli
 revision: master
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-20 09:33:44.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to