rpms/gnotime/F-7 gnotime.spec,1.22,1.23

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


Author: toshio

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

Modified Files:
	gnotime.spec 
Log Message:
- Upstream's fix needed some fuzz cleanups.
- Fix the desktop file's Icon definition.
- Fix for reordering projects via drag and drop.




Index: gnotime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnotime/F-7/gnotime.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gnotime.spec	27 Nov 2007 02:11:22 -0000	1.22
+++ gnotime.spec	8 Dec 2007 07:47:50 -0000	1.23
@@ -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
@@ -19,7 +21,7 @@
 BuildRequires:  gettext
 BuildRequires:  intltool
 BuildRequires:  desktop-file-utils
-BuildRequires:  qof-devel
+BuildRequires:  qof-devel >= 0.7.2
 # Patch0 modifies configure.in so we need autoconf
 BuildRequires: autoconf
 
@@ -42,6 +44,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch2 -p1
+sed -i 's/\(Icon=.*\)\.png/\1/' gnotime.desktop.in
 
 %build
 autoconf
@@ -112,8 +116,12 @@
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
-* Mon Nov 26 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.3-1.1
-- Add forgotten patch to cvs.
+* 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