Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cosmic-ext-tasks for 
openSUSE:Factory checked in at 2025-06-23 15:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cosmic-ext-tasks (Old)
 and      /work/SRC/openSUSE:Factory/.cosmic-ext-tasks.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cosmic-ext-tasks"

Mon Jun 23 15:00:51 2025 rev:5 rq:1287439 version:0.2.0+1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cosmic-ext-tasks/cosmic-ext-tasks.changes        
2024-12-09 21:12:05.178257973 +0100
+++ 
/work/SRC/openSUSE:Factory/.cosmic-ext-tasks.new.7067/cosmic-ext-tasks.changes  
    2025-06-23 15:00:53.010825561 +0200
@@ -1,0 +2,47 @@
+Tue May 27 19:45:35 UTC 2025 - Richard Rahl <rra...@opensuse.org>
+
+- update to 0.2.0+1:
+  * fix: text input focus
+  * fix: added localized string for icon dialog placeholder
+  * fix: key bindings
+  * feat: sort tasks
+  * chore: update screenshots
+  * chore: bump to 0.2.0
+  * feat: add data migration
+  * chore: update keywords in appstream
+
+-------------------------------------------------------------------
+Fri May 23 14:56:34 UTC 2025 - Richard Rahl <rra...@opensuse.org>
+
+- update to 0.1.1+32:
+  * fix: hide completed behavior
+  * feat: add toggle option to view menu, persist view toggle in config
+  * fix: change message naming
+  * feat: add hide completed tasks button
+  * chore: update libcosmic
+  * remove: unused dependencies
+  * chore: split app.rs
+  * chore: organize messages
+  * chore: organize imports
+  * remove: wgpu
+  * Remove unused properties translation key
+  * fix: remove aux directory for windows
+  * fix: dropdown issue
+  * improv: menu item icons
+  * fix: og image
+  * add: open graph and viewport
+  * chore: update libcosmic/about page
+  * improv: code quality
+  * fix: lists
+- update to 0.1.1:
+  * fix README.md typo
+  * Update Ukrainian translation
+  * Correct cosmic-text issue
+  * Update repo link
+  * update metainfo for COSMIC Store featured page
+  * Replace provides ID
+  * Expand metainfo
+  * Use text editor for notes
+- switch to obs_scm
+
+-------------------------------------------------------------------

Old:
----
  cosmic-ext-tasks-0.1.0+git20241009.2fd615c.tar.zst

New:
----
  cosmic-ext-tasks-0.2.0+1.obscpio
  cosmic-ext-tasks.obsinfo
  license-list-data-0.2.0+1.tar.gz

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

Other differences:
------------------
++++++ cosmic-ext-tasks.spec ++++++
--- /var/tmp/diff_new_pack.w9Yert/_old  2025-06-23 15:00:55.410925893 +0200
+++ /var/tmp/diff_new_pack.w9Yert/_new  2025-06-23 15:00:55.414926060 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cosmic-ext-tasks
 #
-# 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.Tasks
 Name:           cosmic-ext-tasks
-Version:        0.1.0+git20241009.2fd615c
+Version:        0.2.0+1
 Release:        0
 Summary:        Task Management app for COSMIC DE
 License:        GPL-3.0-only
 URL:            https://github.com/cosmic-utils/tasks
 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:  gcc-c++
@@ -43,7 +47,9 @@
 %{summary}.
 
 %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

++++++ _service ++++++
--- /var/tmp/diff_new_pack.w9Yert/_old  2025-06-23 15:00:55.454927733 +0200
+++ /var/tmp/diff_new_pack.w9Yert/_new  2025-06-23 15:00:55.458927899 +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/tasks.git</param>
     <param name="scm">git</param>
     <param name="revision">main</param>
-    <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="package-meta">yes</param>
     <param name="filename">cosmic-ext-tasks</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-tasks.obsinfo ++++++
name: cosmic-ext-tasks
version: 0.2.0+1
mtime: 1748368772
commit: 56a6d040c52dc6115da02b29721cbde3544c20c2

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/cosmic-ext-tasks/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.cosmic-ext-tasks.new.7067/vendor.tar.zst differ: 
char 7, line 1

Reply via email to