rpms/ctemplate/devel ctemplate-0.93.consts.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 ctemplate.spec, 1.4, 1.5 import.log, 1.1, 1.2 sources, 1.2, 1.3 ctemplate-0.91.consts.patch, 1.1, NONE

Rakesh Pandit rakesh at fedoraproject.org
Sun Apr 12 15:53:07 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/ctemplate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24347/devel

Modified Files:
	.cvsignore ctemplate.spec import.log sources 
Added Files:
	ctemplate-0.93.consts.patch 
Removed Files:
	ctemplate-0.91.consts.patch 
Log Message:
Updated to 0.93.


ctemplate-0.93.consts.patch:

--- NEW FILE ctemplate-0.93.consts.patch ---
diff -ru ctemplate-0.93.org/src/template.cc ctemplate-0.93/src/template.cc
--- ctemplate-0.91.orig/src/tests/htmlparser_test.cc	2009-04-12 10:01:11.000000000 +0000
+++ ctemplate-0.91/src/tests/htmlparser_test.cc	2009-04-12 10:10:48.000000000 +0000
@@ -70,6 +70,7 @@
 #include <errno.h>
 #include <assert.h>
 #include <string.h>
+#include <stdio.h>
 #include <string>
 #include <utility>
 #include <vector>



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ctemplate/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Sep 2008 07:10:33 -0000	1.2
+++ .cvsignore	12 Apr 2009 15:52:36 -0000	1.3
@@ -1 +1 @@
-ctemplate-0.91.tar.gz
+ctemplate-0.93.tar.gz


Index: ctemplate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctemplate/devel/ctemplate.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ctemplate.spec	3 Mar 2009 10:21:58 -0000	1.4
+++ ctemplate.spec	12 Apr 2009 15:52:36 -0000	1.5
@@ -1,13 +1,13 @@
 Name:           ctemplate
-Version:        0.91
-Release:        5%{?dist}
+Version:        0.93
+Release:        1%{?dist}
 Summary:        A simple but powerful template language for C++
 
 Group:          Development/Tools
 License:        BSD
 URL:            http://code.google.com/p/google-ctemplate/
 Source0:        http://google-ctemplate.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0:         ctemplate-0.91.consts.patch
+Patch0:         ctemplate-0.93.consts.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  chrpath
 
@@ -28,7 +28,8 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .consts
+%patch0 -p1 -b .const
+
 
 %build
 %configure --disable-static
@@ -90,6 +91,9 @@
 %{_includedir}/%{name}/*.h
 
 %changelog
+* Sun Apr 12 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 0.93-1
+- Updated to 0.93, removed patch for consts - fixed upstream
+
 * Tue Mar 03 2009 Caolán McNamara <caolanm at redhat.com> - 0.91-5
 - fix up consts to build
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/ctemplate/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	6 Sep 2008 07:10:33 -0000	1.1
+++ import.log	12 Apr 2009 15:52:36 -0000	1.2
@@ -1 +1,2 @@
 ctemplate-0_91-2_fc10:HEAD:ctemplate-0.91-2.fc10.src.rpm:1220684308
+ctemplate-0_93-1_fc11:HEAD:ctemplate-0.93-1.fc11.src.rpm:1239551194


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ctemplate/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Sep 2008 07:10:33 -0000	1.2
+++ sources	12 Apr 2009 15:52:36 -0000	1.3
@@ -1 +1 @@
-0270ab187e32f31cd759736049d4d1bb  ctemplate-0.91.tar.gz
+bd42a10bbbcf3e4bffd21663c0bd61fa  ctemplate-0.93.tar.gz


--- ctemplate-0.91.consts.patch DELETED ---




More information about the scm-commits mailing list