Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eww for openSUSE:Factory checked in 
at 2024-09-27 17:11:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eww (Old)
 and      /work/SRC/openSUSE:Factory/.eww.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eww"

Fri Sep 27 17:11:08 2024 rev:3 rq:1204005 version:0.6.0+git53

Changes:
--------
--- /work/SRC/openSUSE:Factory/eww/eww.changes  2024-06-03 17:42:15.048359569 
+0200
+++ /work/SRC/openSUSE:Factory/.eww.new.29891/eww.changes       2024-09-27 
17:11:45.183305330 +0200
@@ -1,0 +2,17 @@
+Thu Sep 26 14:27:51 UTC 2024 - Soc Virnyl Estela <[email protected]>
+
+- Update to version 0.6.0+git53:
+  * Implement explicitly setting a center of rotation (#783)
+  * Clean up example SCSS file (#644)
+  * fix: demote two logging statements to debug (#1183)
+  * fix: fix system tray not displaying anything (#1181)
+  * Fixing missing commas in example (#1174)
+  * docs(readme): improve spacing (#886)
+  * fix: make formattime follow system locale (#1177)
+  * fix: remove unused import (#1168)
+  * Fix Typo ("procent" -> "percent") (#1169)
+  * add `EWW_BATTERY` support in (free|open|net)bsd (#645)
+- Switch over to obs-scm in _service for now
+- Update vendored dependencies
+
+-------------------------------------------------------------------

Old:
----
  eww-0.6.0.tar.gz

New:
----
  eww-0.6.0+git53.tar.zst

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

Other differences:
------------------
++++++ eww.spec ++++++
--- /var/tmp/diff_new_pack.IT7wbT/_old  2024-09-27 17:11:49.351479360 +0200
+++ /var/tmp/diff_new_pack.IT7wbT/_new  2024-09-27 17:11:49.351479360 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package eww
 #
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2024 mantarimay
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,18 +19,19 @@
 
 %bcond_without test
 Name:           eww
-Version:        0.6.0
+Version:        0.6.0+git53
 Release:        0
 Summary:        ElKowars wacky widgets
 License:        MIT
 URL:            https://github.com/elkowar/eww
-Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
+BuildRequires:  cargo >= 1.70.0
 BuildRequires:  cargo-packaging
-BuildRequires:  libdbusmenu-gtk3-devel
 BuildRequires:  gtk-layer-shell-devel
 BuildRequires:  gtk3-devel
-BuildRequires:  rust >= 1.70.0
+BuildRequires:  libdbusmenu-gtk3-devel
+BuildRequires:  zstd
 
 %description
 Elkowars Wacky Widgets is a standalone widget system made in Rust that

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IT7wbT/_old  2024-09-27 17:11:49.395481197 +0200
+++ /var/tmp/diff_new_pack.IT7wbT/_new  2024-09-27 17:11:49.399481364 +0200
@@ -1,10 +1,24 @@
 <services>
-  <service name="download_files" mode="manual" />
+  <service mode="manual" name="obs_scm">
+    <param name="url">https://github.com/elkowar/eww</param>
+    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
+    <param name="scm">git</param>
+    <param name="revision">8661abf2bf07f5a809fc995233d93810cc1ac871</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="versionrewrite-replacement">\1</param>
+    <param name="changesgenerate">enable</param>
+  </service>
+  <service mode="manual" name="tar" />
+  <service mode="manual" name="recompress">
+    <param name="file">*.tar</param>
+    <param name="compression">zst</param>
+  </service>
+  <service mode="manual" name="set_version"/>
   <service name="cargo_vendor" mode="manual">
-     <param name="src">eww-*.tar.gz</param>
-     <param name="compression">zst</param>
+     <param name="src">eww*.tar*</param>
      <param name="update">false</param>
+     <param name="filter">false</param>
   </service>
-  <service name="cargo_audit" mode="manual"/>
+  <service name="cargo_audit" mode="manual" />
 </services>
 

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

Reply via email to