rpms/gnotime/F-7 gnotime-install-scripts.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 gnotime.spec, 1.20, 1.21 sources, 1.3, 1.4 gnotime-qof-0.7.patch, 1.1, NONE

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Tue Nov 27 02:01:41 UTC 2007


Author: toshio

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

Modified Files:
	.cvsignore gnotime.spec sources 
Added Files:
	gnotime-install-scripts.patch 
Removed Files:
	gnotime-qof-0.7.patch 
Log Message:
- Upstream bugfix release.


gnotime-install-scripts.patch:

--- NEW FILE gnotime-install-scripts.patch ---
diff -up gnotime-2.2.3/scripts/Makefile.am.bak gnotime-2.2.3/scripts/Makefile.am
--- gnotime-2.2.3/scripts/Makefile.am.bak	2007-10-27 11:22:06.000000000 -0700
+++ gnotime-2.2.3/scripts/Makefile.am	2007-10-27 11:23:18.000000000 -0700
@@ -1,7 +1,2 @@
-scriptsdir = $(prefix)/bin
-
-scripts_DATA = \
+dist_bin_SCRIPTS = \
 	gnotime-remote
-
-EXTRA_DIST = \
-	$(scripts_DATA)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnotime/F-7/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Jan 2006 17:49:46 -0000	1.3
+++ .cvsignore	27 Nov 2007 02:01:07 -0000	1.4
@@ -1 +1 @@
-gnotime-2.2.2.tar.gz
+gnotime-2.2.3.tar.gz


Index: gnotime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnotime/F-7/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	27 Nov 2007 02:01:07 -0000	1.21
@@ -1,13 +1,16 @@
 Name:           gnotime
-Version:        2.2.2
-Release:        7%{?dist}
+Version:        2.2.3
+Release:        1%{?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
+Source0:        http://downloads.sf.net/gttr/%{name}-%{version}.tar.gz
+Patch0:         gnotime-gtkhtml315.patch
+# 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkhtml3-devel
@@ -16,11 +19,9 @@
 BuildRequires:  gettext
 BuildRequires:  intltool
 BuildRequires:  desktop-file-utils
-BuildRequires:  qof-devel >= 0.7.0
+BuildRequires:  qof-devel
 # Patch0 modifies configure.in so we need autoconf
 BuildRequires: autoconf
-# To get rid of rpath, we need to use a fedora libtool
-BuildRequires: libtool
 
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
@@ -47,9 +48,8 @@
 # Test that the next release of gnotime can build with --disable-schemas-install
 # That should allow us to get rid of the GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 # stuff.
-%configure
-# Fix hardcoded rpath by using Fedora libtool
-make LIBTOOL=/usr/bin/libtool
+%configure --disable-schemas-install
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -104,7 +104,7 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
-%{_bindir}/*
+%attr(0755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/omf/*
 %{_datadir}/applications/fedora-%{name}.desktop
@@ -112,6 +112,21 @@
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Fri Oct 26 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.3-1
+- Upstream bugfix release.
+
+* Wed Aug 29 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.2-10
+- Update qof patch for differences in how headers are included from each
+  other in qof-0.7.2.
+
+* Wed Aug 29 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.2-9
+- Update qof patch for renamed headers in qof-0.7.2.
+
+* 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.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnotime/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Jan 2006 17:49:46 -0000	1.3
+++ sources	27 Nov 2007 02:01:07 -0000	1.4
@@ -1 +1 @@
-8c05509f57a278de03a97fae110de3f5  gnotime-2.2.2.tar.gz
+067c3579411cd98e0b18fec0b36475a6  gnotime-2.2.3.tar.gz


--- gnotime-qof-0.7.patch DELETED ---




More information about the fedora-extras-commits mailing list