Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cosmic-ext-tweaks for
openSUSE:Factory checked in at 2025-06-23 15:01:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cosmic-ext-tweaks (Old)
and /work/SRC/openSUSE:Factory/.cosmic-ext-tweaks.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cosmic-ext-tweaks"
Mon Jun 23 15:01:02 2025 rev:3 rq:1287443 version:0.1.3+42
Changes:
--------
--- /work/SRC/openSUSE:Factory/cosmic-ext-tweaks/cosmic-ext-tweaks.changes
2024-10-12 13:36:03.577991106 +0200
+++
/work/SRC/openSUSE:Factory/.cosmic-ext-tweaks.new.7067/cosmic-ext-tweaks.changes
2025-06-23 15:01:07.683438922 +0200
@@ -1,0 +2,46 @@
+Fri May 23 14:45:10 UTC 2025 - Richard Rahl <[email protected]>
+
+- update to 0.1.3+42:
+ * refactor(app): split file into modules
+ * refactor: better code structure
+ * improv: error handling
+ * refactor: move grid code to separate file
+ * refactor: config
+ * improv: color schemes
+ * remove: wgpu
+ * chore: update libcosmic
+ * feat: shortcuts
+ * remove: multi-window feature
+ * fix: dropdown issue
+ * fix: localization and file structure refactor
+ * improv: menu item icons
+ * improv: new branding
+ * fix: og image
+ * add: open graph and viewport
+ * Update CNAME
+ * remove: window corners
+ * fix: spacing in menu items
+ * fix: page reinitialization on view render
+- update to 0.1.3:
+ * Added snapshots
+ * Revamped about page
+ * Window borders added
+- update to 0.1.2:
+ * docs: Add Flathub badge to README
+ * docs: Extend metainfo
+ * Create cosmic_ext_tweaks.ftl
+ * Add layouts page
+ * chore: update cosmic-panel-config and friends
+ * feat(windows template): Include system tray on right side
+ * Move available color schemes to a dialog
+- update to 0.1.1:
+ * add option to remove top panel
+ * chore: rename to comply with trademark policy
+ * Correct cosmic-text issue
+ * feat: option to force panel button to display icons instead of text
+ * improv: load cosmic-themes
+ * update metainfo for COSMIC Store featured page
+- switch to obs_scm
+- remove update-desktop-files from BR, deprecated
+
+-------------------------------------------------------------------
Old:
----
cosmic-ext-tweaks-0.1.0+git20241006.40bd0d2.tar.zst
New:
----
cosmic-ext-tweaks-0.1.3+42.obscpio
cosmic-ext-tweaks.obsinfo
license-list-data-0.1.3+42.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cosmic-ext-tweaks.spec ++++++
--- /var/tmp/diff_new_pack.xWjvrW/_old 2025-06-23 15:01:10.523557648 +0200
+++ /var/tmp/diff_new_pack.xWjvrW/_new 2025-06-23 15:01:10.523557648 +0200
@@ -1,7 +1,7 @@
#
# spec file for package cosmic-ext-tweaks
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,19 @@
#
+%define lic_crate_ver 3.6.0
+%define lic_data_ver 3.26.0
%define appname dev.edfloreshz.CosmicTweaks
Name: cosmic-ext-tweaks
-Version: 0.1.0+git20241006.40bd0d2
+Version: 0.1.3+42
Release: 0
Summary: A tweaking tool for the COSMIC DE
License: GPL-3.0-only
URL: https://github.com/edfloreshz/cosmic-tweaks
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
+# https://github.com/evenorog/license/issues/6
+Source2:
https://github.com/spdx/license-list-data/archive/refs/tags/v%{lic_data_ver}.tar.gz#/license-list-data-%{version}.tar.gz
BuildRequires: cargo-packaging
BuildRequires: fdupes
BuildRequires: git-core
@@ -32,7 +36,6 @@
BuildRequires: just
BuildRequires: pkgconfig
BuildRequires: rust >= 1.80
-BuildRequires: update-desktop-files
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(xkbcommon)
@@ -40,14 +43,15 @@
This is a tool which gives you advanced tweaking options for the Cosmic Desktop
%prep
-%autosetup -a1
+%autosetup -a1 -b2
+mkdir -p vendor/license-%{lic_crate_ver}+%{lic_data_ver}/license-list-data
+cp -r ../license-list-data-%{lic_data_ver}/*
vendor/license-%{lic_crate_ver}+%{lic_data_ver}/license-list-data/
%build
just build-release
%install
just rootdir=%{buildroot} prefix=%{_prefix} install
-%suse_update_desktop_file %{appname}
%fdupes %{buildroot}
%check
++++++ _service ++++++
--- /var/tmp/diff_new_pack.xWjvrW/_old 2025-06-23 15:01:10.555558986 +0200
+++ /var/tmp/diff_new_pack.xWjvrW/_new 2025-06-23 15:01:10.559559154 +0200
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<services>
- <service name="tar_scm" mode="manual">
+ <service name="obs_scm" mode="manual">
<param name="url">https://github.com/cosmic-utils/tweaks.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
- <param name="versionformat">0.1.0+git%cd.%h</param>
+ <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="package-meta">yes</param>
<param name="filename">cosmic-ext-tweaks</param>
</service>
- <service name="recompress" mode="manual">
+ <service name="tar" mode="buildtime" />
+ <service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zstd</param>
</service>
++++++ cosmic-ext-tweaks.obsinfo ++++++
name: cosmic-ext-tweaks
version: 0.1.3+42
mtime: 1747755468
commit: 187e4057351a5e4de5e87884782b0f293fa2199a
++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/cosmic-ext-tweaks/vendor.tar.zst
/work/SRC/openSUSE:Factory/.cosmic-ext-tweaks.new.7067/vendor.tar.zst differ:
char 7, line 1