Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eyedropper for openSUSE:Factory 
checked in at 2023-10-20 23:18:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eyedropper (Old)
 and      /work/SRC/openSUSE:Factory/.eyedropper.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eyedropper"

Fri Oct 20 23:18:39 2023 rev:2 rq:1119181 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eyedropper/eyedropper.changes    2023-10-02 
20:09:02.624365726 +0200
+++ /work/SRC/openSUSE:Factory/.eyedropper.new.1945/eyedropper.changes  
2023-10-20 23:21:26.200742365 +0200
@@ -1,0 +2,46 @@
+Fri Oct 20 07:59:26 UTC 2023 - Muhammad Akbar Yanuar Mantari <[email protected]>
+
+- Update to version 1.0.0
+  + Added
+    - Show visual feedback when parsing input
+    - Apply input with a new button
+    - Display colors in overview search
+    - Shadow to differentiate colors from background
+    - Export palettes to LibreOffice
+    - Tooltip on primary menu
+    - Czech translation
+    - Portuguese translation
+    - Parse any format input
+    - Allow for different separators in formats
+    - Allow for whitespace in formats
+    - Allow precision of 0
+    - Set a maximum precision of 15
+    - Duplicated colors will be removed from the history by 
+      @gregorni
+    - Commanding option for opening the picker
+  + Changed
+    - Use flat headerbar
+    - Show pop-over for export file formats
+    - Use GNOME 45 runtime
+    - Use CSS lab format
+    - Use von Kries Matrix to convert to XYZ
+    - Update to libadwaita 1.4
+    - Improved settings backend
+    - Improved Name sources dialog
+    - Removed default precision switch
+    - Removed unused debug info
+    - Moved to Blueprint
+    - Improved Search performance
+  + Fixed
+    - Hide toast when cancelled
+    - Fixed sandbox debug info
+    - Use correct screenshot links
+    - Fixed clippy lints
+    - Fixed typos
+    - Remove unused code
+- add source blueprint-compiler-v0.8.1: minimal requirement for
+  version 1.0.0
+- add python3-gobject BuildRequires: fix build blueprint-compiler
+- add appstream-glib BuildRequires: for build metadata
+
+-------------------------------------------------------------------

Old:
----
  eyedropper-0.7.0.beta.tar.xz

New:
----
  blueprint-compiler-v0.8.1.tar.bz2
  eyedropper-1.0.0.tar.xz

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

Other differences:
------------------
++++++ eyedropper.spec ++++++
--- /var/tmp/diff_new_pack.ui2miF/_old  2023-10-20 23:21:27.312782938 +0200
+++ /var/tmp/diff_new_pack.ui2miF/_new  2023-10-20 23:21:27.312782938 +0200
@@ -15,19 +15,29 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define lname com.github.finefindus.eyedropper
-%define _ver  v0.7.0-beta
-%define vbeta 0.7.0.beta
+%define _ver    v1.0.0
+%bcond_with     warp
+%define sname   blueprint-compiler
+%define sver    0.8.1
 Name:           eyedropper
-Version:        0.7.0~beta
+Version:        1.0.0
 Release:        0
 Summary:        Pick and format colors
 License:        GPL-3.0-or-later
 URL:            https://github.com/FineFindus/eyedropper
-Source:         %{url}/releases/download/%{_ver}/%{name}-%{vbeta}.tar.xz
+Source0:        %{url}/releases/download/%{_ver}/%{name}-%{version}.tar.xz
+%if %{with warp}
+BuildRequires:  blueprint-compiler
+%else
+Source1:        
https://gitlab.gnome.org/jwestman/%{sname}/-/archive/v%{sver}/%{sname}-v%{sver}.tar.bz2
+BuildRequires:  python3-gobject
+Provides:       bundled(blueprint-compiler)
+%endif
+BuildRequires:  appstream-glib
 BuildRequires:  cargo-packaging
 BuildRequires:  meson
-BuildRequires:  blueprint-compiler
 BuildRequires:  pkgconfig(gtk4)
 BuildRequires:  pkgconfig(libadwaita-1) 
 BuildRequires:  desktop-file-utils
@@ -46,7 +56,13 @@
 %lang_package
 
 %prep
-%autosetup -n %{name}-%{vbeta}
+%if %{with warp}
+%autosetup
+%else
+%setup -q
+mkdir subprojects/%{sname}
+tar -xf %{SOURCE1} --strip-components 1 -C subprojects/%{sname}
+%endif
 
 %build
 %meson

++++++ eyedropper-0.7.0.beta.tar.xz -> eyedropper-1.0.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/eyedropper/eyedropper-0.7.0.beta.tar.xz 
/work/SRC/openSUSE:Factory/.eyedropper.new.1945/eyedropper-1.0.0.tar.xz differ: 
char 26, line 1

Reply via email to