commit gtg for openSUSE:Factory

2018-12-20 Thread root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2018-12-21 08:21:39

Comparing /work/SRC/openSUSE:Factory/gtg (Old)
 and  /work/SRC/openSUSE:Factory/.gtg.new.28833 (New)


Package is "gtg"

Fri Dec 21 08:21:39 2018 rev:29 rq:659985 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Factory/gtg/gtg.changes  2018-03-22 12:10:09.474832731 
+0100
+++ /work/SRC/openSUSE:Factory/.gtg.new.28833/gtg.changes   2018-12-21 
08:21:43.541552780 +0100
@@ -1,0 +2,5 @@
+Mon Dec 17 16:39:02 UTC 2018 - Dan Čermák 
+
+- Fix name of python-liblarch_gtk to python-liblarch-gtk
+
+---



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.inoimM/_old  2018-12-21 08:21:44.117552240 +0100
+++ /var/tmp/diff_new_pack.inoimM/_new  2018-12-21 08:21:44.121552237 +0100
@@ -38,7 +38,7 @@
 Requires:   python-gobject2
 Requires:   python-gtk
 Requires:   python-liblarch >= 2.1
-Requires:   python-liblarch_gtk >= 2.1
+Requires:   python-liblarch-gtk >= 2.1
 Requires:   python-notify
 Requires:   python-xdg
 Recommends: %{name}-lang




commit gtg for openSUSE:Factory

2018-03-22 Thread root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2018-03-22 12:04:12

Comparing /work/SRC/openSUSE:Factory/gtg (Old)
 and  /work/SRC/openSUSE:Factory/.gtg.new (New)


Package is "gtg"

Thu Mar 22 12:04:12 2018 rev:28 rq:589157 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Factory/gtg/gtg.changes  2015-05-18 22:31:44.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2018-03-22 
12:10:09.474832731 +0100
@@ -1,0 +2,7 @@
+Sun Mar 18 23:36:55 UTC 2018 - luc1...@linuxmail.org
+
+- Add gtg-fix-pynotify-crash.patch and python-notify Requires to
+  fix a crashing due to the lack of installed python-notify
+  (lp#1264846).
+
+---

New:

  gtg-fix-pynotify-crash.patch



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.oRX8he/_old  2018-03-22 12:10:11.358765205 +0100
+++ /var/tmp/diff_new_pack.oRX8he/_new  2018-03-22 12:10:11.366764918 +0100
@@ -25,6 +25,8 @@
 Url:http://gtgnome.net/
 Source0:
http://launchpad.net/gtg/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 Source1:gtg.appdata.xml
+# PATCH-FIX-UPSTREAM gtg-fix-pynotify-crash.patch luc1...@linuxmail.org -- Fix 
crashing due to the lack of python-notify installation (lp#1264846).
+Patch0: gtg-fix-pynotify-crash.patch
 BuildRequires:  dbus-1
 # dbus-1 is only required for file ownerships
 BuildRequires:  fdupes
@@ -37,6 +39,7 @@
 Requires:   python-gtk
 Requires:   python-liblarch >= 2.1
 Requires:   python-liblarch_gtk >= 2.1
+Requires:   python-notify
 Requires:   python-xdg
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,6 +58,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__python} setup.py build

++ gtg-fix-pynotify-crash.patch ++
Fix for lp#1264846 --
A function was registered with atexit which executed pynotify.uninit()
without checking whether the user had pynotify installed or not.
Since pynotify.init() was called everytime a notification had to
be sent, I've added uninit() in the same function.

Index: b/GTG/plugins/bugzilla/notification.py
===
--- a/GTG/plugins/bugzilla/notification.py
+++ b/GTG/plugins/bugzilla/notification.py
@@ -4,7 +4,6 @@
 Notification is used to show messages to GTG users.
 '''
 
-import atexit
 import subprocess
 
 __all__ = ("send_notification", )
@@ -24,6 +23,7 @@ def _notify_via_pynotify(title, message)
 # Keep quiet here when notification service is not avialable currently
 # sometime. For example, if user is using LXDE, no notifyd by default.
 pass
+pynotify.uninit()
 
 
 def _notify_via_notify_send(title, message):
@@ -57,8 +57,3 @@ def send_notification(title, message):
 
 if _notify_handler is not None:
 _notify_handler(title, message)
-
-
-@atexit.register
-def uinit_pynotify():
-pynotify.uninit()



commit gtg for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2015-05-18 22:31:42

Comparing /work/SRC/openSUSE:Factory/gtg (Old)
 and  /work/SRC/openSUSE:Factory/.gtg.new (New)


Package is gtg

Changes:

--- /work/SRC/openSUSE:Factory/gtg/gtg.changes  2014-10-22 16:23:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2015-05-18 
22:31:44.0 +0200
@@ -1,0 +2,5 @@
+Mon May 18 08:56:58 UTC 2015 - fcro...@suse.com
+
+- Update url field in specfile.
+
+---



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.BBEGGU/_old  2015-05-18 22:31:45.0 +0200
+++ /var/tmp/diff_new_pack.BBEGGU/_new  2015-05-18 22:31:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtg
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:Personal Organizer for GNOME
 License:GPL-3.0+
 Group:  Productivity/Office/Organizers
-Url:https://gtg.fritalk.com
+Url:http://gtgnome.net/
 Source0:
http://launchpad.net/gtg/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 Source1:gtg.appdata.xml
 BuildRequires:  dbus-1





commit gtg for openSUSE:Factory

2014-10-22 Thread h_root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2014-10-22 16:23:34

Comparing /work/SRC/openSUSE:Factory/gtg (Old)
 and  /work/SRC/openSUSE:Factory/.gtg.new (New)


Package is gtg

Changes:

--- /work/SRC/openSUSE:Factory/gtg/gtg.changes  2013-12-02 07:22:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2014-10-22 
16:23:35.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 19 11:11:04 UTC 2014 - dims...@opensuse.org
+
+- Add gtg.appdata.xml: allow GTG to show up as an application in
+  gnome-software (installation will abort when upstream ships the
+  file).
+
+---

New:

  gtg.appdata.xml



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.BnPe2x/_old  2014-10-22 16:23:36.0 +0200
+++ /var/tmp/diff_new_pack.BnPe2x/_new  2014-10-22 16:23:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtg
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,8 @@
 License:GPL-3.0+
 Group:  Productivity/Office/Organizers
 Url:https://gtg.fritalk.com
-Source: 
http://launchpad.net/gtg/trunk/%{version}/+download/%{name}-%{version}.tar.gz
+Source0:
http://launchpad.net/gtg/trunk/%{version}/+download/%{name}-%{version}.tar.gz
+Source1:gtg.appdata.xml
 BuildRequires:  dbus-1
 # dbus-1 is only required for file ownerships
 BuildRequires:  fdupes
@@ -65,6 +66,14 @@
 mv %{buildroot}%{_datadir}/icons/hicolor/svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps
 # We don't ship any other icons in those icon sets.. 
 rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono-{dark,light}
+if [ -f %{buildroot}%{_datadir}/appdata/gtg.appdata.xml ]; then
+  echo Please remove the added gtg.appdata.xml file from the sources - the 
tarball installs it
+  false
+else
+  mkdir -p %{buildroot}%{_datadir}/appdata
+  cp %{S:1} %{buildroot}%{_datadir}/appdata/
+fi
+
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}
 
@@ -88,6 +97,8 @@
 %{_bindir}/gtg_new_task
 %{python_sitelib}/GTG/
 %{python_sitelib}/gtg-%{version}*.egg-info
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gtg.appdata.xml
 %{_datadir}/applications/gtg.desktop
 %{_datadir}/gtg/
 %{_datadir}/icons/hicolor/*/*/*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtg for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2013-12-02 07:22:23

Comparing /work/SRC/openSUSE:Factory/gtg (Old)
 and  /work/SRC/openSUSE:Factory/.gtg.new (New)


Package is gtg

Changes:

--- /work/SRC/openSUSE:Factory/gtg/gtg.changes  2013-02-07 14:17:05.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2013-12-02 
07:22:25.0 +0100
@@ -1,0 +2,19 @@
+Tue Nov 26 20:46:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.3.1:
+  + Added command gtcli overview.
+  + Pep8ification of code.
+  + System level global shortcut key for quick adding task.
+  + Refactor Bugzilla plugin.
+  + Switch from external configobj to Python's ConfigParser.
+  + Bugs fixed: lp#487582, lp#487585, lp#816356, lp#1024473,
+lp#1029342, lp#1032745, lp#1039651, lp#1043457, lp#1047753,
+lp#1062659, lp#1073607, lp#1076029, lp#1079143, lp#1090301,
+lp#1094307, lp#1095390, lp#1096622, lp#1102453, lp#1141582,
+lp#1193678, lp#1218093, lp#1236066, lp#1242083, lp#1242279,
+lp#1242384.
+  + Updated translations.
+- Drop gtg-Correct-handling-of-liblarch-API-1.0.patch: fixed
+  upstream.
+
+---

Old:

  gtg-0.3.tar.gz
  gtg-Correct-handling-of-liblarch-API-1.0.patch

New:

  gtg-0.3.1.tar.gz



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.qBV8Oi/_old  2013-12-02 07:22:26.0 +0100
+++ /var/tmp/diff_new_pack.qBV8Oi/_new  2013-12-02 07:22:26.0 +0100
@@ -17,15 +17,13 @@
 
 
 Name:   gtg
-Version:0.3
+Version:0.3.1
 Release:0
 Summary:Personal Organizer for GNOME
 License:GPL-3.0+
 Group:  Productivity/Office/Organizers
 Url:https://gtg.fritalk.com
-Source: 
http://launchpad.net/gtg/0.3/%{version}/+download/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gtg-Correct-handling-of-liblarch-API-1.0.patch bgo#800684 
zai...@opensuse.org -- Output a proper errormsg if installed python-liblarch is 
to old.
-Patch:  gtg-Correct-handling-of-liblarch-API-1.0.patch 
+Source: 
http://launchpad.net/gtg/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 BuildRequires:  dbus-1
 # dbus-1 is only required for file ownerships
 BuildRequires:  fdupes
@@ -56,7 +54,6 @@
 %lang_package
 %prep
 %setup -q
-%patch
 
 %build
 %{__python} setup.py build
@@ -64,6 +61,10 @@
 %install
 %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %find_lang %{name} %{?no_lang_C}
+mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable
+mv %{buildroot}%{_datadir}/icons/hicolor/svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps
+# We don't ship any other icons in those icon sets.. 
+rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono-{dark,light}
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}
 
@@ -89,7 +90,7 @@
 %{python_sitelib}/gtg-%{version}*.egg-info
 %{_datadir}/applications/gtg.desktop
 %{_datadir}/gtg/
-%{_datadir}/icons/hicolor/*/apps/gtg.*
+%{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/dbus-1/services/org.gnome.GTG.service
 %{_mandir}/man1/gtcli.1%{?ext_man}
 %{_mandir}/man1/gtg.1%{?ext_man}

++ gtg-0.3.tar.gz - gtg-0.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/gtg/gtg-0.3.tar.gz 
/work/SRC/openSUSE:Factory/.gtg.new/gtg-0.3.1.tar.gz differ: char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtg for openSUSE:Factory

2013-02-07 Thread h_root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2013-02-07 14:17:03

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  2013-01-07 15:17:45.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2013-02-07 
14:17:05.0 +0100
@@ -1,0 +2,8 @@
+Sat Jan 26 16:05:57 UTC 2013 - zai...@opensuse.org
+
+- Add gtg-Correct-handling-of-liblarch-API-1.0.patch, gtg now
+  requires a minimum of version 1,2 of python-liblarch. It not
+  really needed, but users will get an informative reason as to why
+  gtg does not run.
+
+---

New:

  gtg-Correct-handling-of-liblarch-API-1.0.patch



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.bs3XSP/_old  2013-02-07 14:17:06.0 +0100
+++ /var/tmp/diff_new_pack.bs3XSP/_new  2013-02-07 14:17:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtg
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -24,6 +24,8 @@
 Group:  Productivity/Office/Organizers
 Url:https://gtg.fritalk.com
 Source: 
http://launchpad.net/gtg/0.3/%{version}/+download/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM gtg-Correct-handling-of-liblarch-API-1.0.patch bgo#800684 
zai...@opensuse.org -- Output a proper errormsg if installed python-liblarch is 
to old.
+Patch:  gtg-Correct-handling-of-liblarch-API-1.0.patch 
 BuildRequires:  dbus-1
 # dbus-1 is only required for file ownerships
 BuildRequires:  fdupes
@@ -34,8 +36,8 @@
 Requires:   python-configobj
 Requires:   python-gobject2
 Requires:   python-gtk
-Requires:   python-liblarch
-Requires:   python-liblarch_gtk
+Requires:   python-liblarch = 2.1
+Requires:   python-liblarch_gtk = 2.1
 Requires:   python-xdg
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +56,7 @@
 %lang_package
 %prep
 %setup -q
+%patch
 
 %build
 %{__python} setup.py build

++ gtg-Correct-handling-of-liblarch-API-1.0.patch ++
=== modified file 'GTG/tools/import_liblarch.py'
--- GTG/tools/import_liblarch.py2012-12-18 09:50:32 +
+++ GTG/tools/import_liblarch.py2013-01-12 15:52:17 +
@@ -78,11 +78,17 @@
 
 is_liblarch_compatible = False
 if not is_liblarch_compatible:
+try:
+liblarch_version = liblarch.API
+except AttributeError:
+# Liblarch 1.0 has lowercased API variable
+liblarch_version = liblarch.api
+
 print Your liblarch copy has its API at version %s
 but your GTG copy need liblarch API version %s
 You may fix that by downloading the last version of liblarch with
 
-%s  % (liblarch.API, REQUIRED_LIBLARCH_API, GIT_CMD)
+%s  % (liblarch_version, REQUIRED_LIBLARCH_API, GIT_CMD)
 return False
 
 return True

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtg for openSUSE:Factory

2013-01-07 Thread h_root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2013-01-07 15:17:43

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-04-20 15:17:08.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2013-01-07 
15:17:45.0 +0100
@@ -1,0 +2,25 @@
+Wed Nov  7 09:30:03 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.3:
+  + Performance: GTG has recovered its youth and can handle your
+many tasks way faster than before!
+  + Data backup: GTG keeps several copies of your data, and it's
+now able to restore the most recent backup automatically if
+your data are corrupted.
+  + Help: GTG now has many help pages providing useful
+documentation for GTG.
+  + UI: we've improved our UI in several ways. The most notable
+will probably be the new tag editor, which provides an easier
+way to customize and edit tag's properties such as colors,
+icon, etc.
+  + Stability: many bugs causing crashes were fixed
+  + Various other fixes:
+- Updated and improved plugins: notification area icon, urgency
+  color, export, ...
+- Improved Quick Add Toolbar, with more features and flags for
+  you geeks.
+- Improved command line clients
+- Saner handling of due dates constraints.
+  + Updated translations.
+
+---

Old:

  gtg-0.2.9.tar.gz

New:

  gtg-0.3.tar.gz



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.inHX5Q/_old  2013-01-07 15:17:46.0 +0100
+++ /var/tmp/diff_new_pack.inHX5Q/_new  2013-01-07 15:17:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gtg
-Version:0.2.9
+Version:0.3
 Release:0
 Summary:Personal Organizer for GNOME
 License:GPL-3.0+
@@ -34,9 +34,9 @@
 Requires:   python-configobj
 Requires:   python-gobject2
 Requires:   python-gtk
-Requires:   python-xdg
 Requires:   python-liblarch
 Requires:   python-liblarch_gtk
+Requires:   python-xdg
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -61,7 +61,7 @@
 %install
 %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file %{name} ProjectManagement
+%suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}
 
 %clean
@@ -78,17 +78,19 @@
 %files
 %defattr(-, root, root)
 %doc AUTHORS LICENSE CHANGELOG README
+%doc %{_datadir}/help/C/gtg/
+%{_bindir}/gtcli
 %{_bindir}/gtg
 %{_bindir}/gtg_new_task
-%{_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.gnome.GTG.service
-%{_mandir}/man1/gtg.1.gz
-%{_mandir}/man1/gtg_new_task.1.gz
+%{_mandir}/man1/gtcli.1%{?ext_man}
+%{_mandir}/man1/gtg.1%{?ext_man}
+%{_mandir}/man1/gtg_new_task.1%{?ext_man}
 
 %files lang -f %{name}.lang
 

++ gtg-0.2.9.tar.gz - gtg-0.3.tar.gz ++
 183284 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtg for openSUSE:Factory

2012-04-20 Thread h_root
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.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2012-04-20 
15:17:08.0 +0200
@@ -1,0 +2,53 @@
+Wed Feb 15 19:06:35 UTC 2012 - dims...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.2ebNAb/_new  2012-04-20 15:17:09.0 +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 malcolmle...@opensuse.org -- 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 

commit gtg for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2012-01-05 19:12:39

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  2011-10-02 10:10:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2012-01-05 
19:12:41.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec  2 20:55:58 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.2.5:
+  + Ability to downgrade data from development, future GTG 0.3 code
+- Update license tag to spdx identifier (GPL-3.0+)
+
+---

Old:

  gtg-0.2.4.tar.bz2

New:

  gtg-0.2.5.tar.gz



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.SCr50x/_old  2012-01-05 19:12:42.0 +0100
+++ /var/tmp/diff_new_pack.SCr50x/_new  2012-01-05 19:12:42.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   gtg
-Version:0.2.4
-Release:7
-License:GPLv3+
+Version:0.2.5
+Release:1
+License:GPL-3.0+
 Summary:Personal Organizer for GNOME
 Url:https://gtg.fritalk.com
 Group:  Productivity/Office/Organizers
-Source: %{name}-%{version}.tar.bz2
+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 malcolmle...@opensuse.org -- Fix After activiting the 
Hamster (Time Tracking) plugin in GTG nothing happens.
 Patch0: gtg-hamster-plugin-not-starting-tracking-tasks.patch
 BuildRequires:  dbus-1
@@ -94,6 +94,7 @@
 %doc AUTHORS LICENSE CHANGELOG README
 %{_bindir}/gtg
 %{_bindir}/gtg_new_task
+%{_bindir}/downgrade-gtg-0.2.9.py
 %{python_sitelib}/GTG/
 %{python_sitelib}/gtg-%{version}*.egg-info
 %{_datadir}/applications/gtg.desktop

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtg for openSUSE:Factory

2011-04-03 Thread h_root

Hello community,

here is the log from the commit of package gtg for openSUSE:Factory
checked in at Sun Apr 3 12:22:19 CEST 2011.




--- GNOME/gtg/gtg.changes   2011-02-12 20:25:49.0 +0100
+++ /mounts/work_src_done/STABLE/gtg/gtg.changes2011-04-01 
17:13:54.0 +0200
@@ -1,0 +2,7 @@
+Wed Mar 30 14:43:17 UTC 2011 - malcolmle...@opensuse.org
+
+- Add: gtg-hamster-plugin-not-starting-tracking-tasks.patch: After
+  activating the Hamster (Time Tracking) Plugin in GTG, nothing
+  happens (bnc#683748).
+
+---

calling whatdependson for head-i586


New:

  gtg-hamster-plugin-not-starting-tracking-tasks.patch



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.ndPZKI/_old  2011-04-03 12:20:27.0 +0200
+++ /var/tmp/diff_new_pack.ndPZKI/_new  2011-04-03 12:20:27.0 +0200
@@ -19,12 +19,14 @@
 
 Name:   gtg
 Version:0.2.4
-Release:2
+Release:7
 License:GPLv3+
 Summary:Personal Organizer for GNOME
 Url:https://gtg.fritalk.com
 Group:  Productivity/Office/Organizers
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gtg-hamster-plugin-not-starting-tracking-tasks.patch 
lp#620313 bnc#683748 malcolmle...@opensuse.org -- Fix After activiting the 
Hamster (Time Tracking) plugin in GTG nothing happens.
+Patch0: gtg-hamster-plugin-not-starting-tracking-tasks.patch
 BuildRequires:  dbus-1
 # dbus-1 is only required for file ownerships
 BuildRequires:  fdupes
@@ -59,6 +61,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__python} setup.py build

++ gtg-hamster-plugin-not-starting-tracking-tasks.patch ++
diff --git a/GTG/plugins/hamster/hamster.py b/GTG/plugins/hamster/hamster.py
index b4e2208..09f003b 100755
--- a/GTG/plugins/hamster/hamster.py
+++ b/GTG/plugins/hamster/hamster.py
@@ -65,15 +65,18 @@ class hamsterPlugin:
 hamster_activities=dict([(unicode(x[0]), unicode(x[1])) for x in 
self.hamster.GetActivities()])
 if (gtg_title in hamster_activities
 or gtg_title.replace(,, ) in hamster_activities):
-category = @%s % hamster_activities[gtg_title]
+category = %s % hamster_activities[gtg_title]
 
 if (self.preferences['category'] == 'tag' or 
   (self.preferences['category'] == 'auto_tag' and not category)):
 # See if any of the tags match existing categories
-categories = dict([(unicode(x).lower(), unicode(x)) for x in 
self.hamster.GetCategories()])
+categories = dict([(unicode(x[1]).lower(), unicode(x[1])) for x in 
self.hamster.GetCategories()])
 intersection = set(categories.keys()).intersection(set([x.lower() 
for x in gtg_tags]))
 if len(intersection)  0:
-category = @%s % categories[intersection.pop()]
+category = %s % categories[intersection.pop()]
+else:
+# Force category if not found
+category = gtg_tags[0]
 
 description = 
 if self.preferences['description'] == 'title':
@@ -91,11 +94,10 @@ class hamsterPlugin:
 except dbus.exceptions.DBusException:
 # old hamster version, doesn't support tags
 pass
-tag_str = .join([ # + x for x in tag_candidates])
-
+tag_str = .join([,  + x for x in tag_candidates])   
 #print '%s%s,%s%s'%(activity, category, description, tag_str)
-hamster_id=self.hamster.AddFact('%s%s,%s%s'%(activity, category, 
description, tag_str), 0, 0)
-
+hamster_id=self.hamster.AddFact(activity, tag_str, 0, 0, category, 
description, False)
+ 
 ids=self.get_hamster_ids(task)
 ids.append(str(hamster_id))
 self.set_hamster_ids(task, ids)





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org