Script 'mail_helper' called by obssrc
Hello community,

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

Package is "scx"

Fri Sep 11 18:03:22 2026 rev:22 rq:1377349 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/scx/scx.changes  2026-06-30 15:13:49.028820955 
+0200
+++ /work/SRC/openSUSE:Factory/.scx.new.1265/scx.changes        2026-09-11 
18:07:01.962146534 +0200
@@ -1,0 +2,10 @@
+Mon Aug 31 21:38:27 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- Update to version 1.1.3:
+  https://github.com/sched-ext/scx/releases/tag/v1.1.2
+  https://github.com/sched-ext/scx/releases/tag/v1.1.3
+- add missing BR for openssl
+- simplify the install section by installing all the scx binaries
+  from the target/release directory.
+
+-------------------------------------------------------------------

Old:
----
  scx-1.1.1.obscpio

New:
----
  scx-1.1.3.obscpio

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

Other differences:
------------------
++++++ scx.spec ++++++
--- /var/tmp/diff_new_pack.8pRzoV/_old  2026-09-11 18:07:05.165281062 +0200
+++ /var/tmp/diff_new_pack.8pRzoV/_new  2026-09-11 18:07:05.166281104 +0200
@@ -20,7 +20,7 @@
 %define libbpf_min_ver 1.4
 %define llvm_min_ver 17
 Name:           scx
-Version:        1.1.1
+Version:        1.1.3
 Release:        0
 Summary:        Sched_ext CPU schedulers
 License:        GPL-2.0-only
@@ -38,6 +38,7 @@
 BuildRequires:  rust+cargo >= 1.82
 BuildRequires:  pkgconfig(libbpf) >= %{libbpf_min_ver}
 BuildRequires:  pkgconfig(libseccomp)
+BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(protobuf)
 BuildRequires:  pkgconfig(systemd)
 
@@ -60,28 +61,7 @@
 %cargo_build
 
 %install
-export CARGO_HOME=$PWD/.cargo
-
-for path in ./tools/scxtop \
-       ./tools/scxcash \
-       ./scheds/rust/scx_beerland \
-       ./scheds/rust/scx_bpfland \
-       ./scheds/rust/scx_cake \
-       ./scheds/rust/scx_chaos \
-       ./scheds/rust/scx_cosmos \
-       ./scheds/rust/scx_flash \
-       ./scheds/rust/scx_lavd \
-       ./scheds/rust/scx_layered \
-       ./scheds/rust/scx_mitosis \
-       ./scheds/rust/scx_p2dq \
-       ./scheds/rust/scx_pandemonium \
-       ./scheds/rust/scx_rustland \
-       ./scheds/rust/scx_rusty \
-       ./scheds/rust/scx_tickless; do
-pushd "${path}"
-%{cargo_install}
-popd
-done
+install -D -m 0755 -t %{buildroot}%{_bindir} $(find target/release -maxdepth 1 
 -type f -executable -name scx_\*) target/release/scxtop
 
 install -Dm644 %{SOURCE2} \
     %{buildroot}%{_unitdir}/scx.service
@@ -108,7 +88,8 @@
 %files
 %license LICENSE
 %doc README.md OVERVIEW.md
-%{_bindir}/scx{cash,top,_*}
+%{_bindir}/scxtop
+%{_bindir}/scx_*
 %{_unitdir}/scx.service
 %config(noreplace) %{_sysconfdir}/default/%{name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8pRzoV/_old  2026-09-11 18:07:05.217283246 +0200
+++ /var/tmp/diff_new_pack.8pRzoV/_new  2026-09-11 18:07:05.222283456 +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.1.1</param>
+    <param name="revision">v1.1.3</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>
   <service mode="manual" name="set_version"/>

++++++ scx-1.1.1.obscpio -> scx-1.1.3.obscpio ++++++
++++ 2511235 lines of diff (skipped)

++++++ scx.obsinfo ++++++
--- /var/tmp/diff_new_pack.8pRzoV/_old  2026-09-11 18:07:08.320413574 +0200
+++ /var/tmp/diff_new_pack.8pRzoV/_new  2026-09-11 18:07:08.323413700 +0200
@@ -1,5 +1,5 @@
 name: scx
-version: 1.1.1
-mtime: 1778623475
-commit: 0eedd05bc233129fd3c884d7045edeb2c2a474a7
+version: 1.1.3
+mtime: 1787160723
+commit: c8728c6b6a3fde451f0f10b95f99aad7a32a750a
 

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

Reply via email to