Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rtk for openSUSE:Factory checked in 
at 2026-09-04 12:41:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtk (Old)
 and      /work/SRC/openSUSE:Factory/.rtk.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtk"

Fri Sep  4 12:41:05 2026 rev:4 rq:1375597 version:0.47.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtk/rtk.changes  2026-08-27 18:57:27.391422637 
+0200
+++ /work/SRC/openSUSE:Factory/.rtk.new.1265/rtk.changes        2026-09-04 
12:42:05.545129272 +0200
@@ -1,0 +2,25 @@
+Thu Sep  3 09:35:29 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 0.47.0:
+  * grep: incompatible flag change, -t, -l and -m under "rtk grep" are
+    now the native grep flags and the never-wired --file-type is gone;
+    use "rtk rg -t <type>" for type filtering
+  * ctest: new compact output filter
+  * phpt: new filter for php-src run-tests.php
+  * mvn: recognise the Maven Daemon via "rtk mvnd"
+  * ls: cap long listings with a tee tail hint and follow the standard
+    dotfile semantics
+  * diff, git-diff: render a real diff instead of dumping both files,
+    keep the +/- markers at column 0, end hunks at their declared
+    length and pass word diffs through untouched
+  * hooks: honour CLAUDE_CONFIG_DIR and exclude_commands under wrapped
+    commands, and tolerate a UTF-8 BOM on hook stdin and JSON input
+  * tsc: handle pretty diagnostics and bound the failure dump
+- Refresh rtk-unbundle-sqlite.patch and rtk-no-deny-warnings.patch
+  against the 0.47.0 manifest (context only, both still needed --
+  upstream PRs 3446 and 3447 are open)
+- No licence change: the re-vendored set still resolves to the existing
+  License tag; refreshed the crate counts in the Legal-Review-Notice
+  comment (194 vendored, 134 linked)
+
+-------------------------------------------------------------------

Old:
----
  rtk-0.46.0.tar.gz

New:
----
  rtk-0.47.0.tar.gz

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

Other differences:
------------------
++++++ rtk.spec ++++++
--- /var/tmp/diff_new_pack.K9Ymek/_old  2026-09-04 12:42:09.338262483 +0200
+++ /var/tmp/diff_new_pack.K9Ymek/_new  2026-09-04 12:42:09.339262518 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           rtk
-Version:        0.46.0
+Version:        0.47.0
 Release:        0
 Summary:        CLI proxy that reduces LLM token consumption of dev commands
 # Legal-Review-Notice: rtk itself is Apache-2.0, but the binary statically 
links
 # the vendored Rust dependencies, so the tag below covers the whole linked set.
 # Derived on this re-vendor with "cargo tree --offline -p rtk -e normal" over 
the
-# vendored tree (193 crates vendored, 134 in the linked graph): MPL-2.0 comes
+# vendored tree (194 crates vendored, 134 in the linked graph): MPL-2.0 comes
 # from colored and option-ext, Unicode-3.0 from the 18 ICU/zerovec crates, ISC
 # from rustls-webpki and untrusted (and from ring, "Apache-2.0 AND ISC"),
 # CDLA-Permissive-2.0 from webpki-roots, BSD-3-Clause from subtle, and MIT from

++++++ _service ++++++
--- /var/tmp/diff_new_pack.K9Ymek/_old  2026-09-04 12:42:09.371263641 +0200
+++ /var/tmp/diff_new_pack.K9Ymek/_new  2026-09-04 12:42:09.373263712 +0200
@@ -1,6 +1,6 @@
 <services>
   <service name="cargo_vendor" mode="manual">
-    <param name="srctar">rtk-0.46.0.tar.gz</param>
+    <param name="srctar">rtk-0.47.0.tar.gz</param>
     <param name="compression">zst</param>
     <param name="update">true</param>
   </service>

++++++ rtk-0.46.0.tar.gz -> rtk-0.47.0.tar.gz ++++++
++++ 15075 lines of diff (skipped)

++++++ rtk-no-deny-warnings.patch ++++++
--- /var/tmp/diff_new_pack.K9Ymek/_old  2026-09-04 12:42:09.698275126 +0200
+++ /var/tmp/diff_new_pack.K9Ymek/_new  2026-09-04 12:42:09.706275407 +0200
@@ -6,12 +6,12 @@
 lint. The unsafe_code deny is kept -- that one is a deliberate design
 constraint, not a lint-drift hazard.
 
-Index: rtk-0.45.0/Cargo.toml
+Index: rtk-0.47.0/Cargo.toml
 ===================================================================
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -68,4 +68,3 @@
-
+@@ -80,4 +80,3 @@
+ 
  [lints.rust]
  unsafe_code = "deny"
 -warnings = "deny"

++++++ rtk-unbundle-sqlite.patch ++++++
--- /var/tmp/diff_new_pack.K9Ymek/_old  2026-09-04 12:42:09.727276144 +0200
+++ /var/tmp/diff_new_pack.K9Ymek/_new  2026-09-04 12:42:09.736276460 +0200
@@ -3,11 +3,11 @@
 statically linked SQLite would have to be tracked and patched separately
 for every SQLite CVE.
 
-Index: rtk-0.45.0/Cargo.toml
+Index: rtk-0.47.0/Cargo.toml
 ===================================================================
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -22,7 +22,7 @@
+@@ -30,7 +30,7 @@
  serde_json = { version = "1", features = ["preserve_order"] }
  colored = "3"
  dirs = "5"

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/rtk/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.rtk.new.1265/vendor.tar.zst differ: char 7, line 1

Reply via email to