Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openai-codex for openSUSE:Factory 
checked in at 2026-08-27 18:53:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openai-codex (Old)
 and      /work/SRC/openSUSE:Factory/.openai-codex.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openai-codex"

Thu Aug 27 18:53:57 2026 rev:4 rq:1373939 version:0.150.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openai-codex/openai-codex.changes        
2026-08-24 15:44:12.523972610 +0200
+++ /work/SRC/openSUSE:Factory/.openai-codex.new.1265/openai-codex.changes      
2026-08-27 18:56:37.533624923 +0200
@@ -1,0 +2,28 @@
+Thu Aug 27 08:05:39 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 0.150.1:
+  * Retained-image compaction budgeting is backported to the 0.150
+    line, restoring the behaviour 0.149.1 already had
+- Update to 0.150.0:
+  * Reference other Codex tasks with `@` mentions, and ask agents
+    to read, create or message tasks from the terminal
+  * `/copy` offers a picker for the full response, individual code
+    blocks and blockquotes
+  * Unnamed terminal tasks get descriptive titles automatically and
+    `/rename` suggests an editable one
+  * New keybindings cycle the permission modes, `.` in Vim mode
+    repeats the last edit, and `Interrupt` hooks run commands or
+    MCP handlers when an active top-level turn is interrupted
+  * Untrusted projects no longer supply project-level AGENTS.md
+    instructions, and managed deny-read rules stay enforced across
+    permission changes
+  * Wider credential redaction in app-server diagnostics, plus fixes
+    for remote MCP bearer tokens, Unix shutdown hangs and Amazon
+    Bedrock compaction; see upstream's release notes for the rest
+- Rebase codex-drop-v8-code-mode.patch and
+  codex-no-startup-update-check.patch
+- Regenerate vendor.tar.zst: rmcp and rmcp-macros move from 3.1.2
+  to 3.1.3 and are the only third-party crate change; the licence
+  set of the linked crates is unchanged
+
+-------------------------------------------------------------------

Old:
----
  codex-rust-v0.149.1.tar.gz

New:
----
  codex-rust-v0.150.1.tar.gz

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

Other differences:
------------------
++++++ openai-codex.spec ++++++
--- /var/tmp/diff_new_pack.vDhoaM/_old  2026-08-27 18:56:43.642857426 +0200
+++ /var/tmp/diff_new_pack.vDhoaM/_new  2026-08-27 18:56:43.644857502 +0200
@@ -17,16 +17,16 @@
 
 
 Name:           openai-codex
-Version:        0.149.1
+Version:        0.150.1
 Release:        0
 Summary:        OpenAI Codex coding agent for the terminal
 # Legal-Review-Notice: upstream codex is Apache-2.0. Everything after that
 # covers the third-party Rust crates statically linked into the shipped
 # %%{_bindir}/codex binary, enumerated with
 #   cargo tree --offline -p codex-cli -e normal,no-proc-macro
-# against the vendored tree (871 crates on aarch64, 873 on x86_64; every one
+# against the vendored tree (874 crates on aarch64, 876 on x86_64; every one
 # of them declares a licence, none is missing). Electing Apache-2.0 where it
-# is offered and MIT otherwise, the tally is Apache-2.0 644, MIT 174,
+# is offered and MIT otherwise, the tally is Apache-2.0 647, MIT 174,
 # Unicode-3.0 20, MPL-2.0 12, ISC 7, BSD-3-Clause 6, Zlib 5, BSD-2-Clause 1,
 # CC0-1.0 1, CDLA-Permissive-2.0 1.
 #  - self_cell 1.2.2 is "Apache-2.0 OR GPL-2.0-only" and is the ONLY crate

++++++ _service ++++++
--- /var/tmp/diff_new_pack.vDhoaM/_old  2026-08-27 18:56:43.683858987 +0200
+++ /var/tmp/diff_new_pack.vDhoaM/_new  2026-08-27 18:56:43.686859101 +0200
@@ -8,11 +8,11 @@
     the v8-poc/code-mode-runtime/code-mode-host workspace members (~213 MB of
     sources that are never compiled) stay out of the bundle.  To regenerate:
 
-      tar xf codex-rust-v0.149.1.tar.gz
-      patch -p1 -d codex-rust-v0.149.1 < codex-drop-v8-code-mode.patch
-      rm -rf codex-rust-v0.149.1/codex-rs/vendor
+      tar xf codex-rust-v0.150.1.tar.gz
+      patch -p1 -d codex-rust-v0.150.1 < codex-drop-v8-code-mode.patch
+      rm -rf codex-rust-v0.150.1/codex-rs/vendor
       osc service manualrun
-      rm -rf codex-rust-v0.149.1
+      rm -rf codex-rust-v0.150.1
 
     The codex-rs/vendor removal drops the bundled bubblewrap 0.11.2 C sources,
     which %prep removes as well - codex uses the system bubblewrap instead.
@@ -28,7 +28,7 @@
     with the cargo_vendor "update-crate" parameter instead.
   -->
   <service name="cargo_vendor" mode="manual">
-    <param name="srcdir">codex-rust-v0.149.1/codex-rs</param>
+    <param name="srcdir">codex-rust-v0.150.1/codex-rs</param>
     <param name="compression">zst</param>
     <param name="update">false</param>
   </service>

++++++ codex-drop-v8-code-mode.patch ++++++
--- /var/tmp/diff_new_pack.vDhoaM/_old  2026-08-27 18:56:43.697859519 +0200
+++ /var/tmp/diff_new_pack.vDhoaM/_new  2026-08-27 18:56:43.700859633 +0200
@@ -13,7 +13,7 @@
 
 --- a/codex-rs/Cargo.toml
 +++ b/codex-rs/Cargo.toml
-@@ -23,9 +23,7 @@
+@@ -24,9 +24,7 @@
      "install-context",
      "codex-backend-openapi-models",
      "code-mode",
@@ -23,7 +23,7 @@
      "codex-home",
      "cloud-config",
      "cloud-tasks",
-@@ -94,7 +92,6 @@
+@@ -96,7 +94,6 @@
      "otel",
      "tui",
      "tools",
@@ -31,7 +31,7 @@
      "websocket-client",
      "workload-identity",
      "utils/absolute-path",
-@@ -173,7 +170,6 @@
+@@ -177,7 +174,6 @@
  codex-cloud-tasks-mock-client = { path = "cloud-tasks-mock-client" }
  codex-code-mode = { path = "code-mode" }
  codex-code-mode-protocol = { path = "code-mode-protocol" }
@@ -39,7 +39,7 @@
  codex-home = { path = "codex-home" }
  codex-http-client = { path = "http-client" }
  codex-websocket-client = { path = "websocket-client" }
-@@ -273,7 +269,6 @@
+@@ -279,7 +275,6 @@
  codex-utils-stream-parser = { path = "utils/stream-parser" }
  codex-utils-string = { path = "utils/string" }
  codex-utils-template = { path = "utils/template" }
@@ -47,7 +47,7 @@
  codex-workload-identity = { path = "workload-identity" }
  codex-windows-sandbox = { path = "windows-sandbox-rs" }
  core_test_support = { path = "core/tests/common" }
-@@ -482,7 +477,6 @@
+@@ -488,7 +483,6 @@
  url = "2"
  urlencoding = "2.1"
  uuid = "1"
@@ -55,7 +55,7 @@
  vt100 = "0.16.2"
  walkdir = "2.5.0"
  webbrowser = "1.2.2"
-@@ -543,7 +537,6 @@
+@@ -549,7 +543,6 @@
  ignored = [
      "icu_provider",
      "openssl-sys",

++++++ codex-no-startup-update-check.patch ++++++
--- /var/tmp/diff_new_pack.vDhoaM/_old  2026-08-27 18:56:43.711860052 +0200
+++ /var/tmp/diff_new_pack.vDhoaM/_new  2026-08-27 18:56:43.714860166 +0200
@@ -12,7 +12,7 @@
 
 --- a/codex-rs/core/src/config/mod.rs
 +++ b/codex-rs/core/src/config/mod.rs
-@@ -3868,7 +3868,7 @@
+@@ -3900,7 +3900,7 @@
  
          let review_model = override_review_model.or(cfg.review_model);
  

++++++ codex-rust-v0.149.1.tar.gz -> codex-rust-v0.150.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/openai-codex/codex-rust-v0.149.1.tar.gz 
/work/SRC/openSUSE:Factory/.openai-codex.new.1265/codex-rust-v0.150.1.tar.gz 
differ: char 73, line 1

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/openai-codex/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.openai-codex.new.1265/vendor.tar.zst differ: char 
10, line 1

Reply via email to