Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eyedropper for openSUSE:Factory 
checked in at 2026-04-10 17:49:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eyedropper (Old)
 and      /work/SRC/openSUSE:Factory/.eyedropper.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eyedropper"

Fri Apr 10 17:49:47 2026 rev:6 rq:1343069 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eyedropper/eyedropper.changes    2025-05-22 
16:57:15.670918242 +0200
+++ /work/SRC/openSUSE:Factory/.eyedropper.new.21863/eyedropper.changes 
2026-04-10 17:52:44.561163603 +0200
@@ -1,0 +2,20 @@
+Thu Mar 26 19:58:41 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Switch to source service, vendor rust dependencies.
+- Following the above: Remove conditional bundling of old
+  blueprint-compiler.
+- Replace appstream-glib with AppStream BuildRequires following
+  upstream changes, enable tests again.
+
+-------------------------------------------------------------------
+Wed Mar 18 22:24:56 UTC 2026 - Muhammad Akbar Yanuar Mantari <[email protected]>
+
+- Update to version 2.2.0
+  * RGB can now be displayed in decimal notation
+  * Colors can now be directly entered, without picking a color first
+  * Support for focus-independent (global) shortcuts
+  * Fixed a layout issue on systems where scrollbars are always shown
+  * Updated to modern GNOME styling
+  * Improved checking for unsupported systems
+
+-------------------------------------------------------------------

Old:
----
  blueprint-compiler-v0.8.1.tar.bz2
  eyedropper-2.1.0.tar.xz

New:
----
  _service
  eyedropper-2.2.0.tar.xz
  eyedropper.obsinfo
  vendor.tar.xz

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

Other differences:
------------------
++++++ eyedropper.spec ++++++
--- /var/tmp/diff_new_pack.1RQPXF/_old  2026-04-10 17:52:45.497202179 +0200
+++ /var/tmp/diff_new_pack.1RQPXF/_new  2026-04-10 17:52:45.501202344 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package eyedropper
 #
-# Copyright (c) 2025 mantarimay
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 mantarimay
+# 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,30 +18,24 @@
 
 
 %define lname   com.github.finefindus.eyedropper
-%bcond_with     warp
-%bcond_with     test
-%define sname   blueprint-compiler
-%define sver    0.8.1
+
 Name:           eyedropper
-Version:        2.1.0
+Version:        2.2.0
 Release:        0
 Summary:        Pick and format colors
 License:        GPL-3.0-or-later
 URL:            https://github.com/FineFindus/eyedropper
-Source0:        %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
-%if %{with warp}
-Source1:        
https://gitlab.gnome.org/jwestman/%{sname}/-/archive/v%{sver}/%{sname}-v%{sver}.tar.bz2
-BuildRequires:  python3-gobject
-Provides:       bundled(blueprint-compiler)
-%else
+Source0:        %{name}-%{version}.tar.xz
+Source1:        vendor.tar.xz
+
+BuildRequires:  AppStream
 BuildRequires:  blueprint-compiler
-%endif
-BuildRequires:  appstream-glib
 BuildRequires:  cargo-packaging
+BuildRequires:  desktop-file-utils
 BuildRequires:  meson
-BuildRequires:  pkgconfig(gtk4)
+BuildRequires:  python3-gobject
+BuildRequires:  pkgconfig(gtk4) >= 4.22.0
 BuildRequires:  pkgconfig(libadwaita-1) >= 1.7.0
-BuildRequires:  desktop-file-utils
 
 %description
 An application to pick and format colors.
@@ -57,11 +51,7 @@
 %lang_package
 
 %prep
-%autosetup -p1
-%if %{with warp}
-mkdir subprojects/%{sname}
-tar -xf %{SOURCE1} --strip-components 1 -C subprojects/%{sname}
-%endif
+%autosetup -p1 -a1
 
 %build
 %meson
@@ -71,10 +61,8 @@
 %meson_install
 %find_lang %{name} %{?no_lang_C}
 
-%if %{with test}
 %check
 %meson_test
-%endif
 
 %files
 %license LICENSE
@@ -84,6 +72,7 @@
 %{_datadir}/%{name}/
 %{_datadir}/glib-2.0/schemas/%{lname}.gschema.xml
 %{_datadir}/dbus-1/services/%{lname}.SearchProvider.service
+%{_datadir}/dbus-1/services/%{lname}.service
 %dir %{_datadir}/gnome-shell/
 %dir %{_datadir}/gnome-shell/search-providers
 %{_datadir}/gnome-shell/search-providers/%{lname}.search-provider.ini

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://github.com/FineFindus/eyedropper.git</param>
    <param name="revision">v2.2.0</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">v?(.*)\+0</param>
    <param name="versionrewrite-replacement">\1</param>
  </service>
  <service name="tar" mode="manual"/>
  <service name="recompress" mode="manual">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="manual"/>
  <service name="cargo_vendor" mode="manual">
    <param name="srcdir">eyedropper</param>
    <param name="update">true</param>
    <param name="compression">xz</param>
  </service>
</services>

++++++ eyedropper-2.1.0.tar.xz -> eyedropper-2.2.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/eyedropper/eyedropper-2.1.0.tar.xz 
/work/SRC/openSUSE:Factory/.eyedropper.new.21863/eyedropper-2.2.0.tar.xz 
differ: char 13, line 1

++++++ eyedropper.obsinfo ++++++
name: eyedropper
version: 2.2.0
mtime: 1773852055
commit: 3457d6f794efcf3f61e8427c0700629de33baa89

Reply via email to