Package: gnome-recipes / 2.0.4-4

Metadata

Package Version Patches format
gnome-recipes 2.0.4-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable failing test.patch | (download)

tests/meson.build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable-failing-test

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=786264

Port to libsoup 3.0 and librest 1.0.patch | (download)

meson.build | 4 2 + 2 - 0 !
src/gr-app.c | 2 1 + 1 - 0 !
src/gr-image.c | 78 53 + 25 - 0 !
src/gr-recipe-store.c | 43 30 + 13 - 0 !
src/gr-shopping-list-exporter.c | 82 40 + 42 - 0 !
5 files changed, 126 insertions(+), 83 deletions(-)

 port to libsoup 3.0 and librest 1.0

Closes: https://gitlab.gnome.org/GNOME/recipes/-/issues/155

Fix deprecation warnings for use of GTimeVal.patch | (download)

meson.build | 6 3 + 3 - 0 !
src/gr-image.c | 15 6 + 9 - 0 !
src/gr-recipe-store.c | 15 6 + 9 - 0 !
3 files changed, 15 insertions(+), 21 deletions(-)

 fix deprecation warnings for use of gtimeval

Only 18 years left until this would have been an issue

(cherry picked from commit e80b4dcfd85f8eab1e2becee7738849bf5601ca7)

Fix a few more compiler warnings.patch | (download)

src/gr-cooking-view.c | 2 1 + 1 - 0 !
src/gr-edit-page.c | 2 1 + 1 - 0 !
src/gr-image-viewer.c | 2 1 + 1 - 0 !
src/gr-ingredients-viewer-row.c | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 fix a few more compiler warnings

Use g_ptr_array_unref() where appropriate, and cast to GtkTreeModel
since GtkListStore implements that.

(cherry picked from commit c0304675f63a33737b24fdf37e06c6b154a91a31)