Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package colorpicker for openSUSE:Factory checked in at 2024-12-06 14:26:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/colorpicker (Old) and /work/SRC/openSUSE:Factory/.colorpicker.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "colorpicker" Fri Dec 6 14:26:13 2024 rev:6 rq:1228612 version:1.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/colorpicker/colorpicker.changes 2020-05-26 17:21:45.956290263 +0200 +++ /work/SRC/openSUSE:Factory/.colorpicker.new.28523/colorpicker.changes 2024-12-06 14:26:23.696520743 +0100 @@ -1,0 +2,9 @@ +Sun Nov 17 19:27:38 UTC 2024 - Richard Rahl <[email protected]> + +- update spec file for Leap 16.0: + * remove %suse_update_desktop_file + * remove mention of elementary + * remove recommend of lang package + * remove stuff which were for Leap < 1500 + +------------------------------------------------------------------- Old: ---- ColorPicker-1.1.5.tar.gz New: ---- colorpicker-1.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ colorpicker.spec ++++++ --- /var/tmp/diff_new_pack.htc3uc/_old 2024-12-06 14:26:24.200541979 +0100 +++ /var/tmp/diff_new_pack.htc3uc/_new 2024-12-06 14:26:24.200541979 +0100 @@ -1,7 +1,7 @@ # # spec file for package colorpicker # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,36 +16,31 @@ # +%define appid com.github.ronnydo.colorpicker Name: colorpicker Version: 1.1.5 Release: 0 Summary: A Color Picker License: GPL-3.0-or-later -Group: Productivity/Graphics/Visualization/Other -URL: https://github.com/RonnyDo -Source: https://github.com/RonnyDo/ColorPicker/archive/%{version}.tar.gz#/ColorPicker-%{version}.tar.gz +URL: https://github.com/RonnyDo/ColorPicker +Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: meson >= 0.40.0 BuildRequires: pkgconfig -BuildRequires: update-desktop-files BuildRequires: vala BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(granite) BuildRequires: pkgconfig(gtk+-3.0) -Recommends: %{name}-lang -%glib2_gsettings_schema_requires %description -A color picker program designed for Elementary OS. +A color picker program designed for the Pantheon Desktop. %lang_package %prep -%setup -q -n ColorPicker-%{version} - -sed -i 's/\bmetainfo\b/appdata/' $(grep -rl 'metainfo') +%autosetup -n ColorPicker-%{version} %build %meson @@ -53,28 +48,17 @@ %install %meson_install -%suse_update_desktop_file -r com.github.ronnydo.colorpicker GTK Graphics Viewer -%find_lang com.github.ronnydo.colorpicker %{name}.lang -%fdupes %{buildroot}/%{_datadir} - -%post -%desktop_database_post -%icon_theme_cache_post -%glib2_gsettings_schema_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%glib2_gsettings_schema_postun +%find_lang %{appid} +%fdupes %{buildroot} %files -%doc AUTHORS COPYING README.md -%{_bindir}/com.github.ronnydo.colorpicker -%dir %{_datadir}/appdata -%{_datadir}/appdata/com.github.ronnydo.colorpicker.appdata.xml -%{_datadir}/applications/com.github.ronnydo.colorpicker.desktop -%{_datadir}/glib-2.0/schemas/com.github.ronnydo.colorpicker.gschema.xml -%{_datadir}/icons/hicolor/*/apps/com.github.ronnydo.colorpicker.svg +%license LICENSE +%doc AUTHORS README.md +%{_bindir}/%{appid} +%{_datadir}/metainfo/%{appid}.appdata.xml +%{_datadir}/applications/%{appid}.desktop +%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml +%{_datadir}/icons/hicolor/*/apps/%{appid}.svg -%files lang -f %{name}.lang +%files lang -f %{appid}.lang
