From c568ef38e1b4aee4898ffc233cff9e969f731aa8 Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Nov 09 2012 07:44:59 +0000 Subject: New upstream release - 0.3 --- diff --git a/.gitignore b/.gitignore index d7f5503..663b94a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ gtg-0.2.4.tar.gz +/gtg-0.3.tar.gz diff --git a/gtg.spec b/gtg.spec index 07fe9f0..6bbcb42 100644 --- a/gtg.spec +++ b/gtg.spec @@ -1,9 +1,9 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%define gtg_milestone 0.2 +%define gtg_milestone 0.3 Name: gtg -Version: 0.2.4 -Release: 8%{?dist} +Version: 0.3 +Release: 1%{?dist} Summary: Personal organizer for the GNOME desktop Group: Applications/Productivity @@ -12,19 +12,7 @@ URL: http://gtg.fritalk.com BuildArch: noarch Source0: http://launchpad.net/%{name}/%{gtg_milestone}/%{version}/+download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Alternative way of testing for X, does not bring additional dependencies -Patch0: gtg-0.2.4-tryX.patch -# lp bug 537885 -# http://bazaar.launchpad.net/~gtg/gtg/trunk/revision/714 , -# avoids "RuntimeError: not holding the import lock" with recent pythons -Patch1: gtg-0.2.4-714.patch - -# workaround for bug https://bugzilla.redhat.com/show_bug.cgi?id=648981 -# changed a lot upstream will revisit when it gets released -Patch2: gtg-0.2.4-dragworkaround.patch - -# lp bug https://bugs.launchpad.net/gtg/+bug/744294 -Patch3: gtg-0.2.4-lp-bug-744249.patch +Patch1: gtg-desktop.patch BuildRequires: python-devel BuildRequires: gettext @@ -42,10 +30,7 @@ used as more than just GTD software. %prep %setup -q -%patch0 -p0 -b .tryX -%patch1 -p0 -b .714 -%patch2 -p1 -b .dragworkaround -%patch3 -p0 -b .lp-744294 +%patch1 -p1 -b .desktop sed -i -e "s|#!/usr/bin/env python||" GTG/gtg.py @@ -59,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/GTG/plugins/geolocalized_tasks rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/GTG/plugins/geolocalized-tasks.gtg-plugin desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop -%find_lang %{name} +%find_lang %{name} --with-gnome %clean @@ -83,8 +68,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %defattr(-,root,root,-) %doc AUTHORS CHANGELOG LICENSE README %{_bindir}/gtg +%{_bindir}/gtcli %{_bindir}/gtg_new_task -%{_datadir}/dbus-1/services/org.GTG.service +%{_datadir}/dbus-1/services/org.gnome.GTG.service %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name} %{_datadir}/icons/hicolor/*/apps/%{name}.* @@ -93,6 +79,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Nov 9 2012 Yanko Kaneti 0.3-1 +- New upstream release - 0.3 + * Wed Jul 18 2012 Yanko Kaneti 0.2.4-8 - Add patch for crash bug 841179 (lp bug 744294) diff --git a/sources b/sources index 477552c..e6e7932 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d8051f3f70d10f7614e3af2a66d96df5 gtg-0.2.4.tar.gz +4b25d10bab4e59f41573daaae19b5a5c gtg-0.3.tar.gz