Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2012-04-20 15:17:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtg (Old)
 and      /work/SRC/openSUSE:Factory/.gtg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtg", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtg/gtg.changes  2012-01-05 19:12:41.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes     2012-04-20 
15:17:08.000000000 +0200
@@ -1,0 +2,53 @@
+Wed Feb 15 19:06:35 UTC 2012 - [email protected]
+
+- Update to version 0.2.9:
+  + Big refractorization of code, now using liblarch
+  + Extended backend system to support multiple backends
+  + Backend GUI configuration
+  + Backends:
+    - Added Mantis Bug Tracker backend
+    - Added Tomboy/Gnote backend
+    - Added Launchpad backend
+    - Added Twitter/Identica backend
+  + Graphical crash handler
+  + Command line tool based on DBus interface of GTG
+  + Added search feature
+  + Rewritten notification area plugin with showing only 10 most
+    doable tasks from Workview
+  + Setting start/due date by a right click menu in the task
+    browser
+  + Right click behaviour in the task treeview is now consistant
+    with other GNOME applications
+  + Rework of deleting dialog
+  + Previewing task content (gmail-like-ui) [lp#384049]
+  + Attaching file to a task by drag-and-dropping it on the task or
+    writing file:// URI
+  + Added script for anonymizing task files
+  + "Sexy" export template
+  + DBus API is now CamelCase
+  + Fuzzy date "Later" was renamed to "Someday"
+  + Daily backup of gtg_tasks.xml
+  + Save perferences, window positions and statuses immediately
+    after a change
+  + Fixed crash traceback when pressing 'delete' key
+  + Fixed url autolinking for http(s) schemes
+  + Underscore characters in tasks not treated as accelerators
+    [lp#676088]
+  + Fixed several bugs about hamster integration
+  + Added link to web documentation in Help menu
+  + Fixed bug with data consistency lp#579189 (empty tags.xml)
+  + Added samba bugzilla to the bugzilla plugin
+  + Fixed lp#532392, a start date is later than a due date
+  + support for gtg:// URIs
+  + Fixed lp#584667, indicating missing plugin dependencies
+  + Add a new tag dialog keeps the previous value
+  + Added keyword bko for recognizing and linking KDE bugs
+  + Several usability improvements
+  + Several code refratorings
+- Drop gtg-hamster-plugin-not-starting-tracking-tasks.patch: GTG
+  received a complete rewrite, thus the patch no longer applies.
+- Add python-liblarch and python-liblarch_gtk Requires, following
+  upstream code changes.
+- Remove obsolete openSUSE Version checkes (up to 11.3).
+
+-------------------------------------------------------------------

Old:
----
  gtg-0.2.5.tar.gz
  gtg-hamster-plugin-not-starting-tracking-tasks.patch

New:
----
  gtg-0.2.9.tar.gz

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

Other differences:
------------------
++++++ gtg.spec ++++++
--- /var/tmp/diff_new_pack.2ebNAb/_old  2012-04-20 15:17:09.000000000 +0200
+++ /var/tmp/diff_new_pack.2ebNAb/_new  2012-04-20 15:17:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtg
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,14 @@
 #
 
 
-
 Name:           gtg
-Version:        0.2.5
-Release:        1
-License:        GPL-3.0+
+Version:        0.2.9
+Release:        0
 Summary:        Personal Organizer for GNOME
-Url:            https://gtg.fritalk.com
+License:        GPL-3.0+
 Group:          Productivity/Office/Organizers
-Source:         
http://launchpad.net/gtg/0.2/%{version}/+download/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gtg-hamster-plugin-not-starting-tracking-tasks.patch 
lp#620313 bnc#683748 [email protected] -- Fix After activiting the 
Hamster (Time Tracking) plugin in GTG nothing happens.
-Patch0:         gtg-hamster-plugin-not-starting-tracking-tasks.patch
+Url:            https://gtg.fritalk.com
+Source:         
http://launchpad.net/gtg/0.3/%{version}/+download/%{name}-%{version}.tar.gz
 BuildRequires:  dbus-1
 # dbus-1 is only required for file ownerships
 BuildRequires:  fdupes
@@ -38,16 +35,12 @@
 Requires:       python-gobject2
 Requires:       python-gtk
 Requires:       python-xdg
+Requires:       python-liblarch
+Requires:       python-liblarch_gtk
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{suse_version} > 1110
 BuildArch:      noarch
-%endif
 %py_requires
-%if %suse_version <= 1110
-%define python_sitelib %{py_sitedir}
-%define python_sitearch %{py_sitedir}
-%endif
 
 %description
 Getting Things GNOME! (GTG) is a personal organizer for the GNOME desktop
@@ -61,7 +54,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -75,32 +67,26 @@
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} > 1130
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
-%endif
-
-%if 0%{?suse_version} > 1130
 
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-, root, root)
 %doc AUTHORS LICENSE CHANGELOG README
 %{_bindir}/gtg
 %{_bindir}/gtg_new_task
-%{_bindir}/downgrade-gtg-0.2.9.py
+%{_bindir}/gtcli
 %{python_sitelib}/GTG/
 %{python_sitelib}/gtg-%{version}*.egg-info
 %{_datadir}/applications/gtg.desktop
 %{_datadir}/gtg/
 %{_datadir}/icons/hicolor/*/apps/gtg.*
-%{_datadir}/dbus-1/services/org.GTG.service
+%{_datadir}/dbus-1/services/org.gnome.GTG.service
 %{_mandir}/man1/gtg.1.gz
 %{_mandir}/man1/gtg_new_task.1.gz
 

++++++ gtg-0.2.5.tar.gz -> gtg-0.2.9.tar.gz ++++++
++++ 158542 lines of diff (skipped)

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

Reply via email to