rpms/gnotime/F-8 gnotime.spec,1.25,1.26

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Sat Dec 8 07:44:07 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/gnotime/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1352

Modified Files:
	gnotime.spec 
Log Message:

* Fri Dec 7 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.3-3
- Upstream's fix needed some fuzz cleanups.
- Fix the desktop file's Icon definition.
- Fix for drag and drop.



Index: gnotime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnotime/F-8/gnotime.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gnotime.spec	29 Oct 2007 04:38:04 -0000	1.25
+++ gnotime.spec	8 Dec 2007 07:43:32 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           gnotime
 Version:        2.2.3
-Release:        1%{?dist}.1
+Release:        3%{?dist}
 Summary:        Tracks and reports time spent
 
 Group:          Applications/Productivity
@@ -11,6 +11,8 @@
 # This changes a Makefile.am just to fix permissions on a script.  Submitted
 # upstream but fixed in spec via chmod so we don't need automake.
 Patch1:         gnotime-install-scripts.patch
+# Patch from upstream to fix drag and drop of projects
+Patch2:         fix_drag_and_drop.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkhtml3-devel
@@ -42,6 +44,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch2 -p1
+sed -i 's/\(Icon=.*\)\.png/\1/' gnotime.desktop.in
 
 %build
 autoconf
@@ -106,13 +110,18 @@
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %attr(0755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
+%{_datadir}/omf/*
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_mandir}/man[^3]/*
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
-* Fri Oct 26 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.3-1.1
-- Bump for mistagging caused by not cvs updating before tagging.
+* Fri Dec 7 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.3-3
+- Upstream's fix needed some fuzz cleanups.
+- Fix the desktop file's Icon definition.
+
+* Fri Dec 7 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.3-2
+- Fix for reordering projects via drag and drop.
 
 * Fri Oct 26 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.3-1
 - Upstream bugfix release.




More information about the fedora-extras-commits mailing list