Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cosmic-ext-calculator for 
openSUSE:Factory checked in at 2026-03-10 17:52:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cosmic-ext-calculator (Old)
 and      /work/SRC/openSUSE:Factory/.cosmic-ext-calculator.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cosmic-ext-calculator"

Tue Mar 10 17:52:29 2026 rev:4 rq:1337798 version:0.2.0+8

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/cosmic-ext-calculator/cosmic-ext-calculator.changes  
    2025-06-23 15:01:13.599686240 +0200
+++ 
/work/SRC/openSUSE:Factory/.cosmic-ext-calculator.new.8177/cosmic-ext-calculator.changes
    2026-03-10 17:52:33.337672155 +0100
@@ -1,0 +2,21 @@
+Thu Nov 20 13:14:31 UTC 2025 - Richard Rahl <[email protected]>
+
+- Update to version 0.2.0+8:
+  * Update metainfo.xml PL translation
+  * Update app.desktop PL mime
+  * justfile: fix (un)install
+  * chore: update screenshots
+  * fix: use terse flag for qalc
+  * feat: add parentheses, sqrt and power operator
+  * Create cosmic_ext_calculator.ftl PL Initial Translation
+  * i18n(es): add translation
+  * fix(flatpak): add missing libraries
+  * fix(qalc): remove async code
+- add dependency qalculate
+
+-------------------------------------------------------------------
+Wed Nov 19 20:01:44 UTC 2025 - Richard Rahl <[email protected]>
+
+- remove fix-justfile.patch
+
+-------------------------------------------------------------------

Old:
----
  cosmic-ext-calculator-0.1.1+23.obscpio
  license-list-data-0.1.1+23.tar.gz

New:
----
  _servicedata
  cosmic-ext-calculator-0.2.0+8.obscpio

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

Other differences:
------------------
++++++ cosmic-ext-calculator.spec ++++++
--- /var/tmp/diff_new_pack.wt3IyV/_old  2026-03-10 17:52:37.145829383 +0100
+++ /var/tmp/diff_new_pack.wt3IyV/_new  2026-03-10 17:52:37.149829548 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cosmic-ext-calculator
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -20,29 +20,26 @@
 %define         lic_data_ver 3.25.0
 %define         appid dev.edfloreshz.Calculator
 Name:           cosmic-ext-calculator
-Version:        0.1.1+23
+Version:        0.2.0+8
 Release:        0
 Summary:        A simple calculator for the COSMIC desktop
 License:        GPL-3.0-only
 URL:            https://github.com/edfloreshz/cosmic-ext-calculator
 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:  hicolor-icon-theme
 BuildRequires:  just
 BuildRequires:  pkgconfig
 BuildRequires:  rust >= 1.80
 BuildRequires:  pkgconfig(xkbcommon)
+Requires:       qalculate
 
 %description
 %{summary}.
 
 %prep
-%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/
+%autosetup -a1 -p1
 
 %build
 just build-release
@@ -56,4 +53,5 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/%{appid}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg
+%{_datadir}/metainfo/%{appid}.metainfo.xml
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wt3IyV/_old  2026-03-10 17:52:37.185831035 +0100
+++ /var/tmp/diff_new_pack.wt3IyV/_new  2026-03-10 17:52:37.189831199 +0100
@@ -7,6 +7,7 @@
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="package-meta">yes</param>
     <param name="filename">cosmic-ext-calculator</param>
+    <param name="changesgenerate">enable</param>
   </service>
   <service name="tar" mode="buildtime" />
   <service name="recompress" mode="buildtime">

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/cosmic-utils/calculator.git</param>
              <param 
name="changesrevision">bb770fa8f562eff56c80e2f54f07c1463c77cc1b</param></service></servicedata>
(No newline at EOF)

++++++ cosmic-ext-calculator-0.1.1+23.obscpio -> 
cosmic-ext-calculator-0.2.0+8.obscpio ++++++
++++ 8543 lines of diff (skipped)

++++++ cosmic-ext-calculator.obsinfo ++++++
--- /var/tmp/diff_new_pack.wt3IyV/_old  2026-03-10 17:52:37.613848706 +0100
+++ /var/tmp/diff_new_pack.wt3IyV/_new  2026-03-10 17:52:37.621849037 +0100
@@ -1,5 +1,5 @@
 name: cosmic-ext-calculator
-version: 0.1.1+23
-mtime: 1747510568
-commit: 277343ec73ae00d5d350a8993d1b5a5c46f3fbcd
+version: 0.2.0+8
+mtime: 1763322487
+commit: bb770fa8f562eff56c80e2f54f07c1463c77cc1b
 

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

Reply via email to