Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zellij for openSUSE:Factory checked 
in at 2024-11-08 12:00:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zellij (Old)
 and      /work/SRC/openSUSE:Factory/.zellij.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zellij"

Fri Nov  8 12:00:50 2024 rev:22 rq:1222611 version:0.41.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/zellij/zellij.changes    2024-05-09 
17:28:38.727361677 +0200
+++ /work/SRC/openSUSE:Factory/.zellij.new.2017/zellij.changes  2024-11-08 
12:05:08.987913571 +0100
@@ -1,0 +2,16 @@
+Tue Nov 05 10:16:30 UTC 2024 - gerald_c...@foxmail.com
+
+- Update _service file
+- Update to version 0.41.1:
+  * chore(release): v0.41.1
+  * HOTFIX: patch version
+  * HOTFIX: default plugins generic compilation issue
+  * chore(release): v0.41.0
+  * docs(changelog): base mode keybindings fix
+  * fix(ux): forward keys to pane in locked mode and base mode rather than 
hard-coded normal mode (#3715)
+  * docs(changelog): configuration fixes
+  * fix(ux): configuration fixes (#3713)
+  * docs(readme): add https to curl download
+  * docs(changelog): MoveFocusOrTab fullscreen awareness
+
+-------------------------------------------------------------------

Old:
----
  README.suse-maint.md
  zellij-0.40.1.tar.gz

New:
----
  _servicedata
  zellij-0.41.1.tar.zst

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

Other differences:
------------------
++++++ zellij.spec ++++++
--- /var/tmp/diff_new_pack.YRjcyN/_old  2024-11-08 12:05:09.619940039 +0100
+++ /var/tmp/diff_new_pack.YRjcyN/_new  2024-11-08 12:05:09.623940206 +0100
@@ -22,14 +22,13 @@
 
 %bcond_with     test
 Name:           zellij
-Version:        0.40.1
+Version:        0.41.1
 Release:        0
 Summary:        Terminal workspace with batteries included
 License:        MIT
 URL:            https://github.com/zellij-org/zellij
-Source0:        
https://github.com/zellij-org/zellij/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
-Source2:        README.suse-maint.md
 BuildRequires:  cargo
 BuildRequires:  cargo-packaging
 BuildRequires:  zstd
@@ -106,6 +105,12 @@
 pushd default-plugins/fixture-plugin-for-tests
 cargo --offline build --release --target=wasm32-wasi
 popd
+pushd default-plugins/configuration
+cargo --offline build --release --target=wasm32-wasi
+popd
+pushd default-plugins/plugin-manager
+cargo --offline build --release --target=wasm32-wasi
+popd
 
 # Move the results to the place they are expected
 mv -v target/wasm32-wasi/release/*.wasm zellij-utils/assets/plugins/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YRjcyN/_old  2024-11-08 12:05:09.655941547 +0100
+++ /var/tmp/diff_new_pack.YRjcyN/_new  2024-11-08 12:05:09.659941714 +0100
@@ -1,12 +1,25 @@
 <services>
-  <service name="download_files" mode="manual" />
-  <service name="cargo_vendor" mode="manual">
-     <param name="srctar">zellij-*.tar.gz</param>
-     <param name="compression">zst</param>
-     <param name="update">true</param>
-     <param name="filter">true</param>
+  <service mode="disabled" name="obs_scm">
+    <param name="url">https://github.com/zellij-org/zellij.git</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="scm">git</param>
+    <param name="revision">v0.41.1</param>
+    <param name="match-tag">*</param>
+    <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
+    <param name="versionrewrite-replacement">\1</param>
+    <param name="changesgenerate">enable</param>
+    <param name="changesauthor">gerald_c...@foxmail.com</param>
+  </service>
+  <service mode="disabled" name="tar"/>
+  <service mode="disabled" name="recompress">
+    <param name="file">*.tar</param>
+    <param name="compression">zst</param>
+  </service>
+  <service mode="disabled" name="set_version"/>
+  <service name="cargo_vendor" mode="disabled">
+    <param name="src">zellij</param>
+    <param name="compression">zst</param>
+    <param name="update">true</param>
   </service>
-  <service name="cargo_audit" mode="manual" />
 </services>
 
-

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/zellij-org/zellij.git</param>
              <param 
name="changesrevision">9b756be3d7dd9341ea1a62ed7539692982e89a18</param></service></servicedata>
(No newline at EOF)

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

Reply via email to