Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package drawing for openSUSE:Factory checked in at 2022-04-20 16:56:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drawing (Old) and /work/SRC/openSUSE:Factory/.drawing.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drawing" Wed Apr 20 16:56:30 2022 rev:3 rq:970821 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/drawing/drawing.changes 2022-03-02 18:22:46.212659497 +0100 +++ /work/SRC/openSUSE:Factory/.drawing.new.1941/drawing.changes 2022-04-20 16:56:54.978599862 +0200 @@ -1,0 +2,40 @@ +Thu Apr 7 22:48:00 UTC 2022 - Emily Gonyer <[email protected]> + +- Fixed translation and help file locations. + +------------------------------------------------------------------ +Mon Apr 4 14:22:12 UTC 2022 - Emily Gonyer <[email protected]> + +- Patched meson.build in help to fix build issue with itstool which kept it from building. + meson_build.patch + +------------------------------------------------------------------- +Sun Apr 3 22:34:13 UTC 2022 - Emily Gonyer <[email protected]> +- updated to 1.0.0 release + - enable tools with "alt+letter" mnemonics + - larger sidebar items, where the selected tool is easier to see + - new "skew" tool + - enable or disable specific tools options with the [shift] or [alt] keyboard modifiers + - show more numerous, more dynamic, more contextual help tips as the window's subtitle + - display cursor coordinates and other related data when pressing the [ctrl] keyboard modifier + - dynamically change the label of the "options" submenu in the menu-bar, to increase its discoverability + - scale tool option to set the size in percentage + - suggest to "apply & save" when trying to save while an operation is unapplied + - highlighter option to straighten the line, so it better follows the underlying text + - improvements to the "points" tool's numbers readability + - suggest to "apply & deselect" when trying to save while the selection is active + - more precise tools for tiny modifications required by pixel-art + - display pixels sharply when zooming deeper than 400% + - hide information messages after 4 seconds if they're not that useful + - disable the 'reload image from the disk' action if the image has never been saved + - new 'reset the canvas' action (ctrl+backspace) + - warn the user if they're opening an already opened image + - suggest to reload the picture if it has changed on the disk + - artificially limited framerate to avoid overloading the CPU + - menu item and action to change the theme variant preference + - toggle the menubar with ctrl+f2 + - update the user help manual + - shorter appdata summary, to comply with guidelines + - update several translations + +------------------------------------------------------------------- @@ -16 +56 @@ -- updated to 0.8.0 release +- updated 0.8.0 release Old: ---- 0.8.0.tar.gz New: ---- 1.0.0.tar.gz meson_build.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drawing.spec ++++++ --- /var/tmp/diff_new_pack.hEr6mS/_old 2022-04-20 16:56:55.894600717 +0200 +++ /var/tmp/diff_new_pack.hEr6mS/_new 2022-04-20 16:56:55.898600721 +0200 @@ -18,14 +18,17 @@ %define _name com.github.maoschanz.drawing Name: drawing -Version: 0.8.0 +Version: 1.0.0 Release: 0 -Summary: A simple draw application for Linux +Summary: A simple drawing application for Linux. License: GPL-3.0-only Group: Productivity/Graphics/Bitmap Editors URL: https://github.com/maoschanz/drawing Source: https://github.com/maoschanz/drawing/archive/refs/tags/%{version}.tar.gz Source2: drawing-rpmlintrc + +Patch0: meson_build.patch + BuildRequires: fdupes BuildRequires: gobject-introspection BuildRequires: itstool @@ -44,9 +47,13 @@ BuildArch: noarch %description -This application is a free basic image editor, similar to Microsoft Paint, but aiming at the GNOME desktop. +This application is a free basic image editor, similar to Microsoft Paint, is aiming at the GNOME desktop. + +PNG, JPEG and BMP files are supported. -More traditional design user interfaces are available too, as well as an elementaryOS layout. The app should also be compatible with GNU-Linux smartphones. +Besides GNOME, the app is well integrated in traditional-looking desktops, as well as an elementaryOS layout. + +It should also be compatible with the Pinephone and Librem 5 smartphones. %lang_package @@ -59,7 +66,7 @@ %install %meson_install -%find_lang %{name} --without-gnome +%find_lang %{name} --with-gnome %fdupes -s %{buildroot} %files @@ -69,7 +76,7 @@ %{_datadir}/glib-2.0/schemas/%{_name}.gschema.xml %{_datadir}/icons/hicolor/*/*/* %{_datadir}/metainfo/%{_name}.appdata.xml -%{_datadir}/help/C/* + %doc CONTRIBUTING.md README.md %license LICENSE ++++++ 0.8.0.tar.gz -> 1.0.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/drawing/0.8.0.tar.gz /work/SRC/openSUSE:Factory/.drawing.new.1941/1.0.0.tar.gz differ: char 13, line 1 ++++++ meson_build.patch ++++++ diff --git a/help/meson.build b/help/meson.build index 103b867d..e08646f2 100644 --- a/help/meson.build +++ b/help/meson.build @@ -5,10 +5,6 @@ else itstool = false endif -if not itstool - i18n = [] -endif - gnome.yelp( meson.project_name(), sources: [
