Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ca-certificates-mozilla for
openSUSE:Factory checked in at 2025-03-26 21:17:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ca-certificates-mozilla (Old)
and /work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ca-certificates-mozilla"
Wed Mar 26 21:17:59 2025 rev:67 rq:1255908 version:2.74
Changes:
--------
---
/work/SRC/openSUSE:Factory/ca-certificates-mozilla/ca-certificates-mozilla.changes
2025-02-07 22:58:28.805541092 +0100
+++
/work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new.2696/ca-certificates-mozilla.changes
2025-03-26 21:19:28.664688381 +0100
@@ -1,0 +2,11 @@
+Tue Mar 25 09:45:30 UTC 2025 - Elisei Roca <[email protected]>
+
+- Fix awk to compare (missing a =) and give the following output:
+ # NSS_BUILTINS_LIBRARY_VERSION "2.74"
+
+-------------------------------------------------------------------
+Tue Mar 25 08:11:46 UTC 2025 - Marcus Meissner <[email protected]>
+
+- pass file argument to awk (bsc#1240009)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ca-certificates-mozilla.spec ++++++
--- /var/tmp/diff_new_pack.kuB5tw/_old 2025-03-26 21:19:29.308715114 +0100
+++ /var/tmp/diff_new_pack.kuB5tw/_new 2025-03-26 21:19:29.308715114 +0100
@@ -110,7 +110,7 @@
#
# Generated from:
EOF
- awk '$2 = "NSS_BUILTINS_LIBRARY_VERSION" {print "# " $2 " " $3}';
+ awk '$2 == "NSS_BUILTINS_LIBRARY_VERSION" {print "# " $2 " " $3}' %{SOURCE1}
echo '#';
ls -1 certs/*.tmp-p11-kit | sort | xargs cat
) > %{name}.trust.p11-kit