Hello community,

here is the log from the commit of package gwibber for openSUSE:Factory checked 
in at 2012-02-20 16:13:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gwibber (Old)
 and      /work/SRC/openSUSE:Factory/.gwibber.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gwibber", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gwibber/gwibber.changes  2012-02-03 
10:23:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gwibber.new/gwibber.changes     2012-02-20 
16:13:16.000000000 +0100
@@ -1,0 +2,29 @@
+Fri Feb 17 08:27:02 UTC 2012 - [email protected]
+
+- Update to version 3.3.6:
+  + Translation fixes (lp#926665)
+  + Shutdown the service when using Quit from the menu if the unity
+    lens isn't running. (lp#923863)
+  + Make searching in the lens faster using Dee's TreeIndex
+  + New StatusBar widget that will be used for displaying errors
+    and other information in the future, right now it is only wired
+    up to the LoadingStarted and LoadingComplete signals.
+- Changes from version 3.3.5:
+  + Remove dependency on several static python bindings.
+- Remove python-curl, python-gconf, python-gnomekeyring,
+  python-mako, python-notify, python-webkitgtk, python-wnck
+  Requires: not needed anymore.
+
+-------------------------------------------------------------------
+Wed Feb 15 09:26:04 UTC 2012 - [email protected]
+
+- Update to version 3.3.4:
+  + Completed dropped python multiprocessing and refactored the
+    service threading
+  + Bugs fixed:
+    - Can't response or write to someone from their user
+      information page (lp#926081)
+    - "Repeat"ing a status on StatusNet fails silently (lp#923144)
+- Rebase gwibber-sqlite-migrate-opensuse.diff.
+
+-------------------------------------------------------------------

Old:
----
  gwibber-3.3.3.tar.gz

New:
----
  gwibber-3.3.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gwibber.spec ++++++
--- /var/tmp/diff_new_pack.SCt6Lo/_old  2012-02-20 16:13:19.000000000 +0100
+++ /var/tmp/diff_new_pack.SCt6Lo/_new  2012-02-20 16:13:19.000000000 +0100
@@ -21,7 +21,7 @@
 %define __requires_exclude 
typelib\\(Dbusmenu\\)|typelib\\(Indicate\\)|typelib\\(Unity\\)
 
 Name:           gwibber
-Version:        3.3.3
+Version:        3.3.6
 Release:        0
 Summary:        Microblogging Client
 License:        GPL-2.0+
@@ -51,17 +51,10 @@
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(pangocairo)
 Requires:       dbus-1-python
-Requires:       python-curl
 Requires:       python-egenix-mx-base
-Requires:       python-gconf
-Requires:       python-gnomekeyring
 Requires:       python-imaging
-Requires:       python-mako
-Requires:       python-notify
 Requires:       python-oauth
 Requires:       python-simplejson
-Requires:       python-webkitgtk
-Requires:       python-wnck
 Requires:       python-xdg
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ gwibber-3.3.3.tar.gz -> gwibber-3.3.6.tar.gz ++++++
++++ 115989 lines of diff (skipped)

++++++ gwibber-sqlite-migrate-opensuse.diff ++++++
--- /var/tmp/diff_new_pack.SCt6Lo/_old  2012-02-20 16:13:20.000000000 +0100
+++ /var/tmp/diff_new_pack.SCt6Lo/_new  2012-02-20 16:13:20.000000000 +0100
@@ -1,9 +1,10 @@
-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)
+Index: gwibber-3.3.4/gwibber/microblog/util/const.py
+===================================================================
+--- gwibber-3.3.4.orig/gwibber/microblog/util/const.py
++++ gwibber-3.3.4/gwibber/microblog/util/const.py
+@@ -25,6 +25,13 @@ SQLITE_DB_FILENAME = "%s/gwibber.sqlite"
+ if not isdir(cache_dir): makedirs(cache_dir)
+ if not isdir(config_dir): makedirs(config_dir)
  
 +import os.path
 +if not os.path.exists(SQLITE_DB_FILENAME):

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to