rpms/gnotime/devel gnotime-gtkhtml315.patch, NONE, 1.1 gnotime.spec, 1.20, 1.21

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Tue Aug 28 06:40:13 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/gnotime/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7762

Modified Files:
	gnotime.spec 
Added Files:
	gnotime-gtkhtml315.patch 
Log Message:
* Sat Aug 18 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.2-8
- Update license tag.
- Rebuild for changes in Fedora's build tools.
- Patch to deal with new gtkhtml.


gnotime-gtkhtml315.patch:

--- NEW FILE gnotime-gtkhtml315.patch ---
--- gnotime-2.2.2/configure.in.gtkhtml	2007-08-13 19:15:57.000000000 -0700
+++ gnotime-2.2.2/configure.in	2007-08-13 19:16:27.000000000 -0700
@@ -211,7 +211,7 @@ dnl gtkhtml -- ask pkgconfig for some va
 dnl *******************************
 
 GTKHTMLPRESENT=no
-for GTKHTMLVER in 3.8 3.7 3.6 3.5 3.4 3.2 3.1 3.0 ; do
+for GTKHTMLVER in 3.15 3.14 3.13 3.12 3.11 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.2 3.1 3.0 ; do
   if $PKG_CONFIG --exists libgtkhtml-$GTKHTMLVER ; then
 	PKG_CHECK_MODULES(LIBGTKHTML, libgtkhtml-$GTKHTMLVER >= $LIBGTKHTML_REQUIRED)
 	GTKHTMLPRESENT=yes


Index: gnotime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnotime/devel/gnotime.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gnotime.spec	4 Sep 2006 03:20:29 -0000	1.20
+++ gnotime.spec	28 Aug 2007 06:39:38 -0000	1.21
@@ -1,13 +1,14 @@
 Name:           gnotime
 Version:        2.2.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Tracks and reports time spent
 
 Group:          Applications/Productivity
-License:        GPL
+License:        GPLv2+
 URL:            http://gttr.sourceforge.net/
 Source0:        http://dl.sf.net/gttr/%{name}-%{version}.tar.gz
 Patch0:         gnotime-qof-0.7.patch
+Patch1:         gnotime-gtkhtml315.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkhtml3-devel
@@ -41,6 +42,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoconf
@@ -112,6 +114,11 @@
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Sat Aug 18 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.2-8
+- Update license tag.
+- Rebuild for changes in Fedora's build tools.
+- Patch to deal with new gtkhtml.
+
 * Sun Sep 03 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.2.2-7
 - Remove testing of --disable-schemas-install which will not work until a
   patch makes it upstream.




More information about the fedora-extras-commits mailing list