Hello community, here is the log from the commit of package gwibber for openSUSE:Factory checked in at Mon Apr 11 13:17:04 CEST 2011.
-------- --- GNOME/gwibber/gwibber.changes 2011-02-12 20:26:02.000000000 +0100 +++ /mounts/work_src_done/STABLE/gwibber/gwibber.changes 2011-04-07 17:50:26.000000000 +0200 @@ -1,0 +2,115 @@ +Thu Apr 07 11:44:00 BST 2011 - [email protected] + +- Update to version 3.0.0: + + facebook: If there is no name associated with a link, use the + text "link" instead of displaying None + + Added new wrapper script for performing some operations + + Install the gwibber-client script + + Added Ayatana shortcut groups for unity integration, other + desktop environments will ignore them + + added gwibber entry to the unity menus + + Updated launcher categories, adding X-GNOME-PersonalSettings + + Added icons needed for links and videos (from gnome-icon-theme) + + Added definitions for links and videos, we need that + + enable receive as a feature to get the account to apprear in + the account tree (LP: #645584) + + Put the messages in the correct streams, specifically links, + images and videos + + Set the stream correctly + + Make Links and Videos translatable + + Don't try to display the name of a photo if it is None + + Don't display an empty notification for media posted without + text (LP: #697729) + + refreshed templates to get new strings from dispatcher.py + + vacuum database on startup to clean up fragmentation + + Remove the rounding in the last elif condition, to avoid an + error when the seconds part is between 59.5 and 60.0. (Per + Ångström) (LP: #705424) + + Fixed storage of the in_reply_to data for twitter, and made + minor change to make sure identi.ca and status.net behaves the + same way (LP: #677233) + + Don't try to send a message if it is empty (LP: #737798) + + Only add the reply to url link if we have enough information + to create the url + + Updated Unity quicklists to match the latest spec + + Make shortcut groups translatable + + Merged in database purging branch + + facebook: applied a slightly modified version of a patch from + Michael Jaros to handle a change in the data returned from the + facebook API for "likes" (LP: #740778) + + put twitter images in the proper stream + + remove redundant title + + put identica images in the proper stream + + put statusnet images in the proper stream + + Allow posting comments/replies to your own posts + + store retweeted_status in the message for future display of + native retweets + + Assume online if NetworkManager isn't available on dbus + (LP: #567037) + + Be less agressive starting a refresh when connection state + changes to online + + Less agressive purging of posts + + Don't set editable until the input is exposed (LP: #647406) + + use load_uri instead of the deprecated webkit.WebView.open API. + + Fixes for facebook links to posts and send_thread. + + Foursquare plugin fails if response contains a venue that has + been deleted (LP#687498). + + dispatcher: catch exception per every failing-message + (LP#645512). + + twitter plugin: upgrade the "unescape" function. + + Dump test data (~/.cache/gwibber/dump/) if GWIBBER_TEST_DUMP=1 + + Don't fail to check for data in desktopcouch, dynamically + import available services. (Fixes crash on first run) + + Merged auto account saving for twitter, identica, status.net + and facebook + + Fix for failing to find NSID for flickr. + + Save the window position and size when it changes. + + Treat strings starting "www." as a href. + + Autosave after auth. + + Removed unused code. + + Fixed dupe notifications as well as displaying dupes in the + stream. + + Added Unity Quick lists support. + + service: re-factoring splitting the plugins up and making + them more dynamic. Gwibber will now look for plugins in + $GWIBBER_PLUGIN_DIR, ~/.local/share/gwibber/plugins, + /usr/local/share/gwibber/plugins, /usr/share/gwibber/plugins + and /usr/lib/python2.6/dist-packages/gwibber/microblog/plugins + + service: return errors the same way we return messages, and + send a "Error" signal which the client can connect to + + client: connect to "Error" signal and display an infobar for + each message + + gwibber-accounts: display infobar reporting errors passed in + from the client + + Disable libproxy - crashes on amd64. + + OAuth support for Status.Net. + + Bring statusnet closer to indentica. + + Don't blow up if there is an account for an unknown service. + + Don't delete accounts that aren't selected. + + Remove all sqlite3 access from the client, move all the logic + to the service. The new Messages API isn't final, so expect + change. Right now you can pull messages from it and connect to + a signal to get each new message as they come in. + + Don't try to store the locale and reset it after parsing the + timestamp. + + Display recipient of "wall to wall" posts in facebook. + + Ask for flickr screen name instead of username. + + Re-enable first run experience if there are no accounts. + + Fixes for direct messages. + + Fix handling of comments for facebook. + + Fixed missing notifications in facebook. + + Fixes in digg. + + Don't fail if user["url"] is None. + + Don't crash the client if an account exists for a service that + isn't available + + Don't call get on the thread operation, it blocks the UI. + + Initial Foursquare support. + + Store url in the message for things like tomboy and view + message to work. + + Don't crash if an account exists for a service that isn't + available +- Re-roll gwibber-sqlite-migrate-opensuse.diff to work with new + code. +- Include new dbus service files. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gwibber-2.32.2.tar.bz2 New: ---- gwibber-3.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gwibber.spec ++++++ --- /var/tmp/diff_new_pack.cQguOe/_old 2011-04-11 13:08:16.000000000 +0200 +++ /var/tmp/diff_new_pack.cQguOe/_new 2011-04-11 13:08:16.000000000 +0200 @@ -19,8 +19,8 @@ Name: gwibber -Version: 2.32.2 -Release: 2 +Version: 3.0.0 +Release: 1 License: GPLv2+ Summary: Microblogging Client Url: http://gwibber.com ++++++ gwibber-2.32.2.tar.bz2 -> gwibber-3.0.0.tar.bz2 ++++++ ++++ 14013 lines of diff (skipped) ++++++ gwibber-sqlite-migrate-opensuse.diff ++++++ --- /var/tmp/diff_new_pack.cQguOe/_old 2011-04-11 13:08:16.000000000 +0200 +++ /var/tmp/diff_new_pack.cQguOe/_new 2011-04-11 13:08:16.000000000 +0200 @@ -1,7 +1,7 @@ -diff -ruN gwibber-2.31.90+bzr820.orig/gwibber/microblog/util/const.py gwibber-2.31.90+bzr820/gwibber/microblog/util/const.py ---- gwibber-2.31.90+bzr820.orig/gwibber/microblog/util/const.py 2010-08-21 09:25:42.646580000 +0100 -+++ gwibber-2.31.90+bzr820/gwibber/microblog/util/const.py 2010-08-24 09:04:53.168580198 +0100 -@@ -28,6 +28,13 @@ +diff -ruN gwibber-3.0.0.orig/gwibber/microblog/util/const.py gwibber-3.0.0/gwibber/microblog/util/const.py +--- gwibber-3.0.0.orig/gwibber/microblog/util/const.py 2011-04-05 22:08:20.000000000 +0100 ++++ gwibber-3.0.0/gwibber/microblog/util/const.py 2011-04-07 16:26:06.290044263 +0100 +@@ -25,6 +25,13 @@ if not isdir(cache_dir): mkdir(cache_dir) if not isdir(config_dir): mkdir(config_dir) @@ -12,6 +12,6 @@ + import shutil + shutil.copyfile(OLD_DB_FILENAME, SQLITE_DB_FILENAME) + - DEFAULT_SETTINGS = { - "interval": 15, - "view": "SingleStreamUi", + GWIBBER_TEST_DUMP = None + if environ.has_key("GWIBBER_TEST_DUMP"): + GWIBBER_TEST_DUMP = environ["GWIBBER_TEST_DUMP"] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
