Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package contrast for openSUSE:Factory 
checked in at 2026-05-26 16:34:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/contrast (Old)
 and      /work/SRC/openSUSE:Factory/.contrast.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "contrast"

Tue May 26 16:34:33 2026 rev:4 rq:1355122 version:0.0.11+53

Changes:
--------
--- /work/SRC/openSUSE:Factory/contrast/contrast.changes        2024-09-25 
21:55:44.090379985 +0200
+++ /work/SRC/openSUSE:Factory/.contrast.new.2084/contrast.changes      
2026-05-26 16:34:41.961653628 +0200
@@ -1,0 +2,13 @@
+Thu May 14 11:34:51 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 0.0.11+53:
+  * Update to gtk4-rs 0.10
+  * Delay calling the color picker
+  * Add "new-window" command-line option
+  * Add D-Bus service file
+  * Updated translations.
+- Switch to source service for tarball. This allows us to update
+  the vendored rust dependencies.
+- Replace appstream-glib with AppStream BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  contrast-0.0.11.tar.xz

New:
----
  _service
  contrast-0.0.11+53.tar.zst
  contrast.obsinfo
  vendor.tar.zst

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

Other differences:
------------------
++++++ contrast.spec ++++++
--- /var/tmp/diff_new_pack.8AZOOw/_old  2026-05-26 16:34:43.509717674 +0200
+++ /var/tmp/diff_new_pack.8AZOOw/_new  2026-05-26 16:34:43.513717841 +0200
@@ -2,7 +2,7 @@
 # spec file for package contrast
 #
 # Copyright (c) 2024 mantarimay
-# Copyright (c) 2023 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
@@ -18,20 +18,21 @@
 
 
 %define lname   org.gnome.design.Contrast
-%define lurl    06d276a9bf45f81a548c4dcefb27437d
+
 Name:           contrast
-Version:        0.0.11
+Version:        0.0.11+53
 Release:        0
 Summary:        Check difference between two colors
 License:        GPL-3.0-or-later
 URL:            https://gitlab.gnome.org/World/design/contrast
-Source:         
https://gitlab.gnome.org/-/project/8128/uploads/%{lurl}/%{name}-%{version}.tar.xz
-BuildRequires:  appstream-glib
+Source:         %{name}-%{version}.tar.zst
+Source1:        vendor.tar.zst
+BuildRequires:  AppStream
 BuildRequires:  cargo-packaging
 BuildRequires:  desktop-file-utils
 BuildRequires:  meson
 BuildRequires:  pkgconfig(gtk4) >= 4.13.0
-BuildRequires:  pkgconfig(libadwaita-1) 
+BuildRequires:  pkgconfig(libadwaita-1) >= 1.8.alpha
 
 %description
 Check whether the contrast between two colors meet the WCAG requirements.
@@ -39,7 +40,7 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -a1
 
 %build
 %meson
@@ -61,6 +62,7 @@
 %{_datadir}/applications/%{lname}.desktop
 %{_datadir}/icons/hicolor/*/*/%{lname}*svg
 %{_datadir}/metainfo/%{lname}.metainfo.xml
+%{_datadir}/dbus-1/services/%{lname}.service
 
 %files lang -f %{name}.lang
 

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://gitlab.gnome.org/World/design/contrast.git</param>
    <param name="revision">847ca5ba</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">(.*)\+0</param>
    <param name="versionrewrite-replacement">\1</param>
<!--    <param name="changesgenerate">enable</param> -->
  </service>
  <service name="tar" mode="manual"/>
  <service name="recompress" mode="manual">
    <param name="file">*.tar</param>
    <param name="compression">zst</param>
  </service>
  <service name="set_version" mode="manual"/>
  <service name="cargo_vendor" mode="manual">
        <param name="srcdir">contrast</param>
        <param name="compression">zst</param>
        <param name="update">true</param>
        <!-- Example ignore of sec risk (cargo audit) -->
        <!--      <param name="i-accept-the-risk">RUSTSEC-2023-0071</param> -->
        </service>
</services>


++++++ contrast.obsinfo ++++++
name: contrast
version: 0.0.11+53
mtime: 1774278648
commit: 847ca5ba0f43c320dd39245bb2c14cf5c64c21e3

Reply via email to