Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tail-tray for openSUSE:Factory 
checked in at 2026-03-05 17:29:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tail-tray (Old)
 and      /work/SRC/openSUSE:Factory/.tail-tray.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tail-tray"

Thu Mar  5 17:29:37 2026 rev:23 rq:1336641 version:0.2.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/tail-tray/tail-tray.changes      2026-02-10 
21:13:24.530042695 +0100
+++ /work/SRC/openSUSE:Factory/.tail-tray.new.561/tail-tray.changes     
2026-03-05 17:30:57.845980223 +0100
@@ -1,0 +2,9 @@
+Tue Mar 03 05:57:14 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.2.30:
+  * Bump version to 0.2.30
+  * [CI] - Update actions/upload-artifact to v7 and disable archive
+    so we finally can avoid having double zip zip files
+  * Icon fix for light mode from @david-bartlett
+
+-------------------------------------------------------------------

Old:
----
  tail-tray-0.2.29.obscpio

New:
----
  tail-tray-0.2.30.obscpio

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

Other differences:
------------------
++++++ tail-tray.spec ++++++
--- /var/tmp/diff_new_pack.kmaVIG/_old  2026-03-05 17:30:59.110032796 +0100
+++ /var/tmp/diff_new_pack.kmaVIG/_new  2026-03-05 17:30:59.114032962 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           tail-tray
-Version:        0.2.29
+Version:        0.2.30
 Release:        0
 Summary:        Tailscale tray menu and UI for the KDE Plasma Desktop
 License:        GPL-3.0-only

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kmaVIG/_old  2026-03-05 17:30:59.158034792 +0100
+++ /var/tmp/diff_new_pack.kmaVIG/_new  2026-03-05 17:30:59.166035125 +0100
@@ -2,8 +2,8 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/SneWs/tail-tray</param>
     <param name="scm">git</param>
-    <param name="revision">refs/tags/v0.2.29</param>
-    <param name="match-tag">v0.2.29</param>
+    <param name="revision">refs/tags/v0.2.30</param>
+    <param name="match-tag">v0.2.30</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.kmaVIG/_old  2026-03-05 17:30:59.238038120 +0100
+++ /var/tmp/diff_new_pack.kmaVIG/_new  2026-03-05 17:30:59.242038286 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/SneWs/tail-tray</param>
-              <param 
name="changesrevision">0d00227782213c1f0fbeb9f8a2264cb5d3be5612</param></service></servicedata>
+              <param 
name="changesrevision">6d5b36fb0967a4a7ce074cf33540355c3c5ca98c</param></service></servicedata>
 (No newline at EOF)
 

++++++ tail-tray-0.2.29.obscpio -> tail-tray-0.2.30.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tail-tray-0.2.29/.github/workflows/debian-trixie-build.yml 
new/tail-tray-0.2.30/.github/workflows/debian-trixie-build.yml
--- old/tail-tray-0.2.29/.github/workflows/debian-trixie-build.yml      
2026-02-10 07:37:04.000000000 +0100
+++ new/tail-tray-0.2.30/.github/workflows/debian-trixie-build.yml      
2026-03-02 15:03:43.000000000 +0100
@@ -53,11 +53,12 @@
 
       - name: Upload DEB for PR builds
         if: github.event_name == 'pull_request'
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: Debian-Trixie.deb
           path: ${{ steps.strings.outputs.build-output-dir }}/*.deb
           overwrite: true
+          archive: false
       
       - name: Upload DEB files
         if: github.ref == 'refs/heads/master'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tail-tray-0.2.29/.github/workflows/ubuntu-24_04-build.yml 
new/tail-tray-0.2.30/.github/workflows/ubuntu-24_04-build.yml
--- old/tail-tray-0.2.29/.github/workflows/ubuntu-24_04-build.yml       
2026-02-10 07:37:04.000000000 +0100
+++ new/tail-tray-0.2.30/.github/workflows/ubuntu-24_04-build.yml       
2026-03-02 15:03:43.000000000 +0100
@@ -53,11 +53,12 @@
 
       - name: Upload DEB for PR builds
         if: github.event_name == 'pull_request'
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: Ubuntu-24.04.deb
           path: ${{ steps.strings.outputs.build-output-dir }}/*.deb
           overwrite: true
+          archive: false
           
       
       - name: Upload DEB files for latest Release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tail-tray-0.2.29/.github/workflows/ubuntu-25_10-build.yml 
new/tail-tray-0.2.30/.github/workflows/ubuntu-25_10-build.yml
--- old/tail-tray-0.2.29/.github/workflows/ubuntu-25_10-build.yml       
2026-02-10 07:37:04.000000000 +0100
+++ new/tail-tray-0.2.30/.github/workflows/ubuntu-25_10-build.yml       
2026-03-02 15:03:43.000000000 +0100
@@ -54,11 +54,12 @@
 
       - name: Upload DEB for PR builds
         if: github.event_name == 'pull_request'
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: Ubuntu-25.10.deb
           path: ${{ steps.strings.outputs.build-output-dir }}/*.deb
           overwrite: true
+          archive: false
       
       - name: Upload DEB files
         if: github.ref == 'refs/heads/master'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tail-tray-0.2.29/.github/workflows/windows_latest-build.yml 
new/tail-tray-0.2.30/.github/workflows/windows_latest-build.yml
--- old/tail-tray-0.2.29/.github/workflows/windows_latest-build.yml     
2026-02-10 07:37:04.000000000 +0100
+++ new/tail-tray-0.2.30/.github/workflows/windows_latest-build.yml     
2026-03-02 15:03:43.000000000 +0100
@@ -97,9 +97,10 @@
         gh release upload latest "$BUILD_DIR/Tail-Tray-Windows.zip" --clobber
 
     - name: Upload Windows Build Artifact
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v7
       with:
         name: Tail-Tray-Windows.zip
         path: "${{ steps.strings.outputs.build-output-dir }}/*.zip"
         overwrite: true
+        archive: false
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tail-tray-0.2.29/CMakeLists.txt 
new/tail-tray-0.2.30/CMakeLists.txt
--- old/tail-tray-0.2.29/CMakeLists.txt 2026-02-10 07:37:04.000000000 +0100
+++ new/tail-tray-0.2.30/CMakeLists.txt 2026-03-02 15:03:43.000000000 +0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.21)
 
-project(tail-tray VERSION 0.2.29 LANGUAGES CXX)
+project(tail-tray VERSION 0.2.30 LANGUAGES CXX)
 
 set(CMAKE_AUTOUIC ON)
 set(CMAKE_AUTOMOC ON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tail-tray-0.2.29/debian/changelog 
new/tail-tray-0.2.30/debian/changelog
--- old/tail-tray-0.2.29/debian/changelog       2026-02-10 07:37:04.000000000 
+0100
+++ new/tail-tray-0.2.30/debian/changelog       2026-03-02 15:03:43.000000000 
+0100
@@ -1,4 +1,4 @@
-tail-tray (0.2.29) UNRELEASED; urgency=medium
+tail-tray (0.2.30) UNRELEASED; urgency=medium
 
   * New upstream release.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tail-tray-0.2.29/icons/icon-light-on.svg 
new/tail-tray-0.2.30/icons/icon-light-on.svg
--- old/tail-tray-0.2.29/icons/icon-light-on.svg        2026-02-10 
07:37:04.000000000 +0100
+++ new/tail-tray-0.2.30/icons/icon-light-on.svg        2026-03-02 
15:03:43.000000000 +0100
@@ -1,8 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg"; version="1.1" viewBox="0 
0 512 512">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   id="Layer_1"
+   version="1.1"
+   viewBox="0 0 512 512"
+   sodipodi:docname="icon-light-on.svg"
+   inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:svg="http://www.w3.org/2000/svg";>
+  <sodipodi:namedview
+     id="namedview9"
+     pagecolor="#ffffff"
+     bordercolor="#000000"
+     borderopacity="0.25"
+     inkscape:showpageshadow="2"
+     inkscape:pageopacity="0.0"
+     inkscape:pagecheckerboard="0"
+     inkscape:deskcolor="#d1d1d1"
+     inkscape:zoom="1.6640625"
+     inkscape:cx="255.69953"
+     inkscape:cy="256"
+     inkscape:window-width="1800"
+     inkscape:window-height="1097"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="Layer_1" />
   <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 
2.1.1 Build 123)  -->
-  <defs>
-    <style>
+  <defs
+     id="defs1">
+    <style
+       id="style1">
       .st0 {
         fill: #333;
         stroke: #999;
@@ -16,13 +45,68 @@
       }
     </style>
   </defs>
-  <circle class="st0" cx="114.25" cy="113.43" r="46.87"/>
-  <circle class="st0" cx="256" cy="113.43" r="46.87"/>
-  <circle class="st0" cx="397.75" cy="113.43" r="46.87"/>
-  <circle class="st1" cx="114.25" cy="256" r="46.87"/>
-  <circle class="st1" cx="256" cy="256" r="46.87"/>
-  <circle class="st1" cx="397.75" cy="256" r="46.87"/>
-  <circle class="st0" cx="114.25" cy="398.57" r="46.87"/>
-  <circle class="st1" cx="256" cy="398.57" r="46.87"/>
-  <circle class="st0" cx="397.75" cy="398.57" r="46.87"/>
-</svg>
\ No newline at end of file
+  <circle
+     class="st0"
+     cx="114.25"
+     cy="113.37"
+     r="46.869999"
+     id="circle6-7"
+     style="fill:#ffffff;stroke:#444444;stroke-miterlimit:10"
+     inkscape:label="circle1" />
+  <circle
+     class="st0"
+     cx="256"
+     cy="113.37"
+     r="46.869999"
+     id="circle6-9"
+     style="fill:#ffffff;stroke:#444444;stroke-miterlimit:10"
+     inkscape:label="circle2" />
+  <circle
+     class="st0"
+     cx="397.75"
+     cy="113.37"
+     r="46.869999"
+     id="circle6-5"
+     style="fill:#ffffff;stroke:#444444;stroke-miterlimit:10"
+     inkscape:label="circle3" />
+  <circle
+     class="st1"
+     cx="114.25"
+     cy="256"
+     r="46.87"
+     id="circle4" />
+  <circle
+     class="st1"
+     cx="256"
+     cy="256"
+     r="46.87"
+     id="circle5" />
+  <circle
+     class="st1"
+     cx="397.75"
+     cy="256"
+     r="46.87"
+     id="circle6" />
+  <circle
+     class="st0"
+     cx="114.25"
+     cy="398.57001"
+     r="46.869999"
+     id="circle6-3"
+     style="fill:#ffffff;stroke:#444444;stroke-miterlimit:10"
+     inkscape:label="circle7" />
+  <circle
+     class="st1"
+     cx="256"
+     cy="398.57"
+     r="46.87"
+     id="circle8" />
+  <circle
+     class="st0"
+     cx="397.75"
+     cy="398.57001"
+     r="46.869999"
+     id="circle6-6"
+     style="fill:#ffffff;stroke:#444444;stroke-miterlimit:10"
+     inkscape:label="circle9" />
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tail-tray-0.2.29/src/Version.h 
new/tail-tray-0.2.30/src/Version.h
--- old/tail-tray-0.2.29/src/Version.h  2026-02-10 07:37:04.000000000 +0100
+++ new/tail-tray-0.2.30/src/Version.h  2026-03-02 15:03:43.000000000 +0100
@@ -1,6 +1,6 @@
 #pragma once
 
-#define TAIL_TRAY_VERSION "0.2.29"
+#define TAIL_TRAY_VERSION "0.2.30"
 #define TAIL_TRAY_VERSION_MAJOR 0
 #define TAIL_TRAY_VERSION_MINOR 2
-#define TAIL_TRAY_VERSION_PATCH 29
+#define TAIL_TRAY_VERSION_PATCH 30

++++++ tail-tray.obsinfo ++++++
--- /var/tmp/diff_new_pack.kmaVIG/_old  2026-03-05 17:30:59.750059415 +0100
+++ /var/tmp/diff_new_pack.kmaVIG/_new  2026-03-05 17:30:59.766060081 +0100
@@ -1,5 +1,5 @@
 name: tail-tray
-version: 0.2.29
-mtime: 1770705424
-commit: 0d00227782213c1f0fbeb9f8a2264cb5d3be5612
+version: 0.2.30
+mtime: 1772460223
+commit: 6d5b36fb0967a4a7ce074cf33540355c3c5ca98c
 

Reply via email to