Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scx for openSUSE:Factory checked in 
at 2025-10-24 17:23:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scx (Old)
 and      /work/SRC/openSUSE:Factory/.scx.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scx"

Fri Oct 24 17:23:12 2025 rev:15 rq:1313223 version:1.0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/scx/scx.changes  2025-09-22 16:42:02.903382622 
+0200
+++ /work/SRC/openSUSE:Factory/.scx.new.1980/scx.changes        2025-10-24 
17:23:40.940036998 +0200
@@ -1,0 +2,15 @@
+Tue Oct 21 14:13:30 UTC 2025 - Fredrik Lönnegren <[email protected]>
+
+- Update to version 1.0.17:
+  * scx_cosmos: Introduce --avoid-smt
+  * scx_lavd: Add virtual LLC support
+  * scx_p2dq: Add overload scheduling
+  * scx_p2dq: Add LLC sharding
+  * scxcash: Add task hint backend
+  * scx_p2dq: Fix keep running
+  * scx_rustland: rename min_vruntime to vruntime_now
+  * scx_bpfland: Print command line options
+  * scx_layered: add TTL for layer membership
+- Add scx.service which was dropped by upstream in favor of scx_loader
+
+-------------------------------------------------------------------

Old:
----
  scx-1.0.16.obscpio

New:
----
  scx-1.0.17.obscpio
  scx.service

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

Other differences:
------------------
++++++ scx.spec ++++++
--- /var/tmp/diff_new_pack.SdzeYb/_old  2025-10-24 17:23:43.352138541 +0200
+++ /var/tmp/diff_new_pack.SdzeYb/_new  2025-10-24 17:23:43.356138710 +0200
@@ -20,13 +20,14 @@
 %define libbpf_min_ver 1.4
 %define llvm_min_ver 17
 Name:           scx
-Version:        1.0.16
+Version:        1.0.17
 Release:        0
 Summary:        Sched_ext CPU schedulers
 License:        GPL-2.0-only
 URL:            https://github.com/sched-ext/scx
 Source0:        %{name}-%{version}.tar
 Source1:        vendor.tar.zst
+Source2:        scx.service
 BuildRequires:  bpftool >= 7.5.0
 BuildRequires:  cargo-packaging
 BuildRequires:  clang >= %{llvm_min_ver}
@@ -85,7 +86,7 @@
 popd
 done
 
-install -Dm644 services/systemd/scx.service \
+install -Dm644 %{SOURCE2} \
     %{buildroot}%{_unitdir}/scx.service
 
 install -Dm644 services/scx \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.SdzeYb/_old  2025-10-24 17:23:43.420141404 +0200
+++ /var/tmp/diff_new_pack.SdzeYb/_new  2025-10-24 17:23:43.424141573 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/sched-ext/scx.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v1.0.16</param>
+    <param name="revision">v1.0.17</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>
   <service mode="manual" name="set_version"/>

++++++ scx-1.0.16.obscpio -> scx-1.0.17.obscpio ++++++
++++ 561429 lines of diff (skipped)

++++++ scx.obsinfo ++++++
--- /var/tmp/diff_new_pack.SdzeYb/_old  2025-10-24 17:23:52.156509183 +0200
+++ /var/tmp/diff_new_pack.SdzeYb/_new  2025-10-24 17:23:52.200511036 +0200
@@ -1,5 +1,5 @@
 name: scx
-version: 1.0.16
-mtime: 1757112566
-commit: e25cc6e5920f33d5bbe2bd62b2e7a5854de88a19
+version: 1.0.17
+mtime: 1759866194
+commit: 8d994512640fa69fe1257ab9b32bec0aef195270
 

++++++ scx.service ++++++
[Unit]
Description=Start scx_scheduler
StartLimitIntervalSec=30
StartLimitBurst=2

[Service]
Type=simple
EnvironmentFile=/etc/default/scx
ExecStart=/bin/bash -c 'exec ${SCX_SCHEDULER_OVERRIDE:-$SCX_SCHEDULER} 
${SCX_FLAGS_OVERRIDE:-$SCX_FLAGS} '
Restart=on-failure
StandardError=journal

[Install]
WantedBy=graphical.target

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

Reply via email to