Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cosmic-ext-applet-tailscale for 
openSUSE:Factory checked in at 2026-08-21 16:56:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cosmic-ext-applet-tailscale (Old)
 and      /work/SRC/openSUSE:Factory/.cosmic-ext-applet-tailscale.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cosmic-ext-applet-tailscale"

Fri Aug 21 16:56:08 2026 rev:3 rq:1372669 version:3.10.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/cosmic-ext-applet-tailscale/cosmic-ext-applet-tailscale.changes
  2024-12-09 21:11:38.865157073 +0100
+++ 
/work/SRC/openSUSE:Factory/.cosmic-ext-applet-tailscale.new.1258/cosmic-ext-applet-tailscale.changes
        2026-08-21 16:57:27.713772138 +0200
@@ -1,0 +2,57 @@
+Sat Jun 20 21:12:20 UTC 2026 - Richard Rahl <[email protected]>
+
+- Update to version 3.10.2:
+  + fix an issue with updated dependencies
+- Abandoned just (and fix-justfile.patch), as the justfile is
+  nowadays only for flatpak
+
+-------------------------------------------------------------------
+Mon Jun 01 19:01:43 UTC 2026 - [email protected]
+
+- Update to version 3.10.1:
+  * Fix: workflow typo
+  * Fix: workflow typo
+  * Fix: release workflow
+  * Fix: workflow typo
+  * Update: Manually trigger flatpak_release
+  * Fix: flatpak_release.yml action
+  * Fix: flatpak_release.yml action
+  * Fix: flatpak_release.yml action
+  * Add: Release Action
+  * Remove: *.orig files
+  * Update Rust and deps
+  * Add account switching
+  * Update .desktop and justfile
+  * Update justfile
+  * Update deps
+  * Removed build-release from just install recipe
+  * Update justfile, deps, and max-popup size
+  * Update: README.md and screenshots
+  * Fix: UI constraints, translations
+  * Remove: Tailscale CLI
+  * Updated justfile to auto-install dependencies.
+  * Update Rust and deps
+  * Add account switching
+  * Update to match binary
+  * Update deps
+  * Change manifest branch to flatpak
+  * Update max width to 400px
+  * Updated max width value
+  * Fixed flatpak-spawn command
+  * Removed grep commands
+  * Fixed flatpak logic
+  * Updated to build flatpak
+  * Update window.rs
+  * Updated flatpak manifest
+  * Updated .gitignore, updated .desktop file, updated logic.rs - window.rs, 
deleted .flatpak directory
+  * Updated to work as a flatpak
+  * Fix icon installation in justfile
+  * i18n(nl)
+  * Create FUNDING.yml
+  * Create FUNDING.yml
+  * Updated README.md logic.rs and window.rs
+  * Removed outdated imports
+  * chore: update libcosmic
+  * Upgraded crates, libcosmic, and window.rs
+
+-------------------------------------------------------------------

Old:
----
  cosmic-ext-applet-tailscale-2.0.0+1.tar.zst
  fix-justfile.patch

New:
----
  cosmic-ext-applet-tailscale-3.10.2.tar.zst

----------(Old B)----------
  Old:  + fix an issue with updated dependencies
- Abandoned just (and fix-justfile.patch), as the justfile is
  nowadays only for flatpak
----------(Old E)----------

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

Other differences:
------------------
++++++ cosmic-ext-applet-tailscale.spec ++++++
--- /var/tmp/diff_new_pack.vnHreW/_old  2026-08-21 16:57:30.976889645 +0200
+++ /var/tmp/diff_new_pack.vnHreW/_new  2026-08-21 16:57:30.978889717 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cosmic-ext-applet-tailscale
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,19 @@
 #
 
 
-%define         appname com.github.bhh32.GUIScaleApplet
+%define         appid com.bhh32.gui-scale-applet
 Name:           cosmic-ext-applet-tailscale
-Version:        2.0.0+1
+Version:        3.10.2
 Release:        0
 Summary:        Tailscale applet for the COSMIC Desktop
 License:        BSD-3-Clause
 URL:            https://github.com/cosmic-utils/gui-scale-applet
 Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
-Patch0:         fix-justfile.patch
 BuildRequires:  cargo-packaging
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  just
 BuildRequires:  pkgconfig
-BuildRequires:  rust >= 1.80
-BuildRequires:  update-desktop-files
+BuildRequires:  rust >= 1.96
 BuildRequires:  pkgconfig(xkbcommon)
 
 %description
@@ -42,16 +39,19 @@
 %autosetup -a1
 
 %build
-just build-release
+%{cargo_build}
 
 %install
-just rootdir=%{buildroot} prefix=%{_prefix} install
-%suse_update_desktop_file %{appname}
+install -Dpm0755 ./target/release/gui-scale-applet -t %{buildroot}%{_bindir}
+install -Dpm0644 data/%{appid}.metainfo.xml -t %{buildroot}%{_datadir}/metainfo
+install -Dpm0644 data/%{appid}.desktop -t %{buildroot}%{_datadir}/applications
+install -Dpm0644 data/icons/scalable/apps/%{appid}.png -t 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps
 
 %files
 %license LICENSE
 %doc README.md
 %{_bindir}/gui-scale-applet
-%{_datadir}/applications/%{appname}.desktop
-%{_datadir}/icons/hicolor/scalable/status/%{appname}.png
+%{_datadir}/applications/%{appid}.desktop
+%{_datadir}/icons/hicolor/scalable/apps/%{appid}.png
+%{_datadir}/metainfo/%{appid}.metainfo.xml
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.vnHreW/_old  2026-08-21 16:57:31.017891122 +0200
+++ /var/tmp/diff_new_pack.vnHreW/_new  2026-08-21 16:57:31.025891410 +0200
@@ -3,9 +3,9 @@
   <service name="tar_scm" mode="manual">
     <param 
name="url">https://github.com/cosmic-utils/gui-scale-applet.git</param>
     <param name="scm">git</param>
-    <param name="revision">main</param>
-    <param name="versionrewrite-pattern">v(.*)\+0</param>
-    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="revision">refs/tags/3.10.2</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param name="package-meta">yes</param>
     <param name="filename">cosmic-ext-applet-tailscale</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.vnHreW/_old  2026-08-21 16:57:31.074893174 +0200
+++ /var/tmp/diff_new_pack.vnHreW/_new  2026-08-21 16:57:31.081893426 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/cosmic-utils/gui-scale-applet.git</param>
-              <param 
name="changesrevision">bdc313f026f44d97828db36cbc216d4cef650b98</param></service></servicedata>
+              <param 
name="changesrevision">85c17fba074ff75b02a16dbb182bf00ddbda121a</param></service></servicedata>
 (No newline at EOF)
 

++++++ cosmic-ext-applet-tailscale-2.0.0+1.tar.zst -> 
cosmic-ext-applet-tailscale-3.10.2.tar.zst ++++++
/work/SRC/openSUSE:Factory/cosmic-ext-applet-tailscale/cosmic-ext-applet-tailscale-2.0.0+1.tar.zst
 
/work/SRC/openSUSE:Factory/.cosmic-ext-applet-tailscale.new.1258/cosmic-ext-applet-tailscale-3.10.2.tar.zst
 differ: char 7, line 1

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/cosmic-ext-applet-tailscale/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.cosmic-ext-applet-tailscale.new.1258/vendor.tar.zst 
differ: char 8, line 1

Reply via email to