rpms/gnome-pilot/devel gnome-pilot-2.0.17-fix-conduit-dir.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 gnome-pilot.spec, 1.67, 1.68 sources, 1.12, 1.13 gnome-pilot-2.0.14-fix-conduit-dir.patch, 1.1, NONE

Matthew Barnes mbarnes at fedoraproject.org
Thu Jan 8 18:58:17 UTC 2009


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-pilot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17637

Modified Files:
	.cvsignore gnome-pilot.spec sources 
Added Files:
	gnome-pilot-2.0.17-fix-conduit-dir.patch 
Removed Files:
	gnome-pilot-2.0.14-fix-conduit-dir.patch 
Log Message:

* Thu Jan 08 2009 Matthew Barnes <mbarnes at redhat.com> - 2.0.17-1
- Update to 2.0.17


gnome-pilot-2.0.17-fix-conduit-dir.patch:

--- NEW FILE gnome-pilot-2.0.17-fix-conduit-dir.patch ---
diff -up gnome-pilot-2.0.17/gpilotd/Makefile.am.fix-conduit-dir gnome-pilot-2.0.17/gpilotd/Makefile.am
--- gnome-pilot-2.0.17/gpilotd/Makefile.am.fix-conduit-dir	2009-01-08 13:40:33.000000000 -0500
+++ gnome-pilot-2.0.17/gpilotd/Makefile.am	2009-01-08 13:40:43.000000000 -0500
@@ -9,7 +9,7 @@ INCLUDES = 							\
 	-DGP_PILOT_LINK_VERSION=\"@PILOT_LINK_VERSION@\" 	\
 	-DDEVICE_XML_DIR=\"$(datadir)/gnome-pilot\" 	\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 		\
-	-DCONDUITDIR=\"$(datadir)\"				\
+	-DCONDUITDIR=\"$(libdir)\"				\
 	$(GNOME_PILOT_CFLAGS)	
 
 gpmarshal.h: gpmarshal.list
diff -up gnome-pilot-2.0.17/gpilotd/Makefile.in.fix-conduit-dir gnome-pilot-2.0.17/gpilotd/Makefile.in
--- gnome-pilot-2.0.17/gpilotd/Makefile.in.fix-conduit-dir	2009-01-08 13:41:03.000000000 -0500
+++ gnome-pilot-2.0.17/gpilotd/Makefile.in	2009-01-08 13:41:16.000000000 -0500
@@ -335,7 +335,7 @@ INCLUDES = \
 	-DGP_PILOT_LINK_VERSION=\"@PILOT_LINK_VERSION@\" 	\
 	-DDEVICE_XML_DIR=\"$(datadir)/gnome-pilot\" 	\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 		\
-	-DCONDUITDIR=\"$(datadir)\"				\
+	-DCONDUITDIR=\"$(libdir)\"				\
 	$(GNOME_PILOT_CFLAGS)	
 
 gpilotdlibsdir = $(libdir)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-pilot/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	27 Feb 2008 02:45:16 -0000	1.12
+++ .cvsignore	8 Jan 2009 18:57:46 -0000	1.13
@@ -1 +1 @@
-gnome-pilot-2.0.16.tar.bz2
+gnome-pilot-2.0.17.tar.bz2


Index: gnome-pilot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-pilot/devel/gnome-pilot.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- gnome-pilot.spec	23 Jul 2008 16:42:06 -0000	1.67
+++ gnome-pilot.spec	8 Jan 2009 18:57:47 -0000	1.68
@@ -3,8 +3,8 @@
 ### Abstract ###
 
 Name: gnome-pilot
-Version: 2.0.16
-Release: 3%{?dist}
+Version: 2.0.17
+Release: 1%{?dist}
 License: LGPLv2+ and GPLv2+
 Group: Applications/Communications
 Summary: GNOME pilot programs
@@ -15,7 +15,7 @@
 ### Patches ###
 
 # RH bug #135304 (sort of)
-Patch1: gnome-pilot-2.0.14-fix-conduit-dir.patch
+Patch1: gnome-pilot-2.0.17-fix-conduit-dir.patch
 
 ### Dependencies ###
 
@@ -68,7 +68,7 @@
 %patch1 -p1 -b .fix-conduit-dir
 
 %build
-autoreconf --force
+autoreconf --force --install
 intltoolize --force
 %configure --disable-static
 cp %{_bindir}/libtool .
@@ -163,6 +163,9 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Jan 08 2009 Matthew Barnes <mbarnes at redhat.com> - 2.0.17-1
+- Update to 2.0.17
+
 * Wed Jul 23 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.16-3
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-pilot/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	27 Feb 2008 02:45:16 -0000	1.12
+++ sources	8 Jan 2009 18:57:47 -0000	1.13
@@ -1 +1 @@
-f14e87d89902f82981f106c8df9277c9  gnome-pilot-2.0.16.tar.bz2
+6086573332d607ddba06fe705667b240  gnome-pilot-2.0.17.tar.bz2


--- gnome-pilot-2.0.14-fix-conduit-dir.patch DELETED ---




More information about the fedora-extras-commits mailing list