rpms/mcpp/F-13 mcpp.spec,1.10,1.11

Kiyoshi Matsui kmatsui at fedoraproject.org
Fri Apr 2 15:03:36 UTC 2010


Author: kmatsui

Update of /cvs/extras/rpms/mcpp/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28042

Modified Files:
	mcpp.spec 
Log Message:

Updated mcpp.spec as F-12/mcpp.spec.



Index: mcpp.spec
===================================================================
RCS file: /cvs/extras/rpms/mcpp/F-13/mcpp.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- mcpp.spec	12 Oct 2009 15:35:13 -0000	1.10
+++ mcpp.spec	2 Apr 2010 15:03:36 -0000	1.11
@@ -3,12 +3,14 @@
 Summary:    Alternative C/C++ preprocessor
 Name:       mcpp
 Version:    2.7.2
-Release:    3%{?dist}
+Release:    4%{?dist}
 License:    BSD
 Group:      Development/Languages
 Source:     http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 URL:        http://mcpp.sourceforge.net/
 Patch0:     mcpp-manual.html.patch
+# From http://www.zeroc.com/forums/patches/4445-patch-1-mcpp-2-7-2-a.html
+Patch1:     patch.mcpp.2.7.2.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
@@ -28,6 +30,7 @@ shared library of mcpp and behaves indep
 %prep
 %setup -q
 %patch0 -p0 -b -z.euc-jp
+%patch1 -p1
 
 %build
 %configure --enable-mcpplib --disable-static
@@ -93,6 +96,9 @@ This package provides an html manual for
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Oct 13 2009 Mary Ellen Foster <mefoster at gmail.com> 2.7.2-4
+- Incorporate patch from Ice upstream project
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list