Hello community, here is the log from the commit of package gthumb for openSUSE:Factory checked in at 2014-08-13 08:48:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gthumb (Old) and /work/SRC/openSUSE:Factory/.gthumb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gthumb" Changes: -------- --- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes 2014-01-23 15:44:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes 2014-08-13 08:48:39.000000000 +0200 @@ -1,0 +2,38 @@ +Sat Aug 9 10:42:16 UTC 2014 - [email protected] + +- Update to version 3.3.2: + + Bugs fixed: + - Allow the user to edit tags using the contextual menu also + (bgo#728467). + - Special directories: added DOWNLOAD, removed DESKTOP + (bgo#728445, bgo#728446). + - Web album: fixed thumbnail size (bgo#727775). + - Desktop background: use the stretched option in some cases + (bgo#726708). + - Make copy and paste in same folder equivalent to duplicating + (bgo#722726). + - Can view tiff files, but can not print (bgo#726260). + - image viewer: use a smaller frame border (bgo#726091). + - Extra image appears in image viewer (bgo#722631). + - Added AppData file for GNOME Software Center (bgo#722770). + - Ctrl+P doesn't work (bgo#722707). + - Script editor: help buttons don't work (bgo#722925). + - Toolbox: Fix the undo and the redo symbols in RTL + (bgo#723542). + - Sharpen: Fix the undo symbols in RTL (bgo#723542). + - Rotate image: Fix the undo symbols in RTL (bgo#723542). + - Adjust colors: Fix the undo symbols in RTL (bgo#723542). + - Updated obsolete info in license text (bgo#721455). + - gThumb doesn't honour privacy settings (bgo#722349). + - Remove unnecessary gdkx.h include from gth-screensaver + (bgo#597594). + - Use unity-control-center if in Unity (bgo#722233). + - Fix build failing without libtiff installed (bgo#722183). + - Cannot Save As with uppercase .JPG (bgo#721281). + + Updated translations. +- Add gthumb-new-icon-for-gear-menu.patch, use the new icon with + GNOME 3.13 and newer. +- Add gthumb-fix-forbidden-flicker-upload.patch, fix forbidden when + trying to upload to flicker. + +------------------------------------------------------------------- Old: ---- gthumb-3.3.1.tar.xz New: ---- gthumb-3.3.2.tar.xz gthumb-fix-forbidden-flicker-upload.patch gthumb-new-icon-for-gear-menu.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gthumb.spec ++++++ --- /var/tmp/diff_new_pack.aGEYzC/_old 2014-08-13 08:48:40.000000000 +0200 +++ /var/tmp/diff_new_pack.aGEYzC/_new 2014-08-13 08:48:40.000000000 +0200 @@ -17,7 +17,7 @@ Name: gthumb -Version: 3.3.1 +Version: 3.3.2 Release: 0 # FIXME: Add libchamplain BuildRequires once the map feature is considered stable. Summary: An Image Viewer and Browser for GNOME @@ -25,6 +25,10 @@ Group: Productivity/Graphics/Viewers Url: http://live.gnome.org/gthumb Source: http://download.gnome.org/sources/gthumb/3.3/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gthumb-new-icon-for-gear-menu.patch [email protected] -- gear menu: use the new icon if using gtk+ 3.13 or newer, taken from upstream git. +Patch0: gthumb-new-icon-for-gear-menu.patch +# PATCH-FIX-UPSTREAM gthumb-fix-forbidden-flicker-upload.patch [email protected] -- Fix forbidden when trying to upload to Flickr, taken from upstream git. +Patch1: gthumb-fix-forbidden-flicker-upload.patch # For web albums BuildRequires: bison BuildRequires: fdupes @@ -86,6 +90,8 @@ %prep %setup -q translation-update-upstream +%patch0 -p1 +%patch1 -p1 %build %configure\ @@ -122,6 +128,8 @@ %doc %{_datadir}/help/C/%{name}/ %{_bindir}/gthumb %{_libdir}/gthumb/ +%dir %{_datadir}/appdata/ +%{_datadir}/appdata/gthumb.appdata.xml %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/gthumb.png %{_datadir}/icons/hicolor/*/apps/gthumb.svg ++++++ gthumb-3.3.1.tar.xz -> gthumb-3.3.2.tar.xz ++++++ ++++ 87685 lines of diff (skipped) ++++++ gthumb-fix-forbidden-flicker-upload.patch ++++++ >From 066d5ded64061f1dc7b878c98c07d28451fcc9d6 Mon Sep 17 00:00:00 2001 From: Paolo Bacchilega <[email protected]> Date: Mon, 21 Jul 2014 19:07:47 +0200 Subject: Forbidden when trying to upload to Flickr [bug #732557] diff --git a/extensions/flicker/actions.c b/extensions/flicker/actions.c index 4b9124e..efa65ae 100644 --- a/extensions/flicker/actions.c +++ b/extensions/flicker/actions.c @@ -32,17 +32,17 @@ static FlickrServer www_flickr_com = { "Flickr", "flickr", - "http://www.flickr.com", - "http", + "https://www.flickr.com", + "https", - "http://www.flickr.com/services/oauth/request_token", - "http://www.flickr.com/services/oauth/authorize", - "http://www.flickr.com/services/oauth/access_token", + "https://www.flickr.com/services/oauth/request_token", + "https://www.flickr.com/services/oauth/authorize", + "https://www.flickr.com/services/oauth/access_token", "8960706ee7f4151e893b11837e9c24ce", "1ff8d1e45c873423", - "http://api.flickr.com/services/rest", - "http://api.flickr.com/services/upload", + "https://api.flickr.com/services/rest", + "https://up.flickr.com/services/upload", "static.flickr.com", FALSE, TRUE -- cgit v0.10.1 ++++++ gthumb-new-icon-for-gear-menu.patch ++++++ >From 1d798951150e92526807beb781a6a3b14a059bd0 Mon Sep 17 00:00:00 2001 From: Paolo Bacchilega <[email protected]> Date: Mon, 21 Jul 2014 18:54:23 +0200 Subject: gear menu: use the new icon if using gtk+ 3.13 or newer diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c index 3b8f766..a0c9297 100644 --- a/gthumb/gth-browser.c +++ b/gthumb/gth-browser.c @@ -4202,7 +4202,11 @@ gth_browser_init (GthBrowser *browser) builder = _gtk_builder_new_from_resource ("gears-menu.ui"); menu = G_MENU_MODEL (gtk_builder_get_object (builder, "menu")); button = _gtk_menu_button_new_for_header_bar (); +#if ! GTK_CHECK_VERSION(3,13,0) gtk_container_add (GTK_CONTAINER (button), gtk_image_new_from_icon_name ("emblem-system-symbolic", GTK_ICON_SIZE_MENU)); +#else + gtk_menu_button_set_direction (GTK_MENU_BUTTON (button), GTK_ARROW_NONE); +#endif gtk_menu_button_set_menu_model (GTK_MENU_BUTTON (button), menu); gtk_widget_show_all (button); gtk_header_bar_pack_end (GTK_HEADER_BAR (header_bar), button); -- cgit v0.10.1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
