rpms/cppcheck/F-13 cppcheck.spec,1.9,1.10 sources,1.9,1.10

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Jul 24 11:32:06 UTC 2010


Author: jussilehtola

Update of /cvs/pkgs/rpms/cppcheck/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28221

Modified Files:
	cppcheck.spec sources 
Log Message:
Update to 1.44.


Index: cppcheck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/F-13/cppcheck.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- cppcheck.spec	9 May 2010 14:38:55 -0000	1.9
+++ cppcheck.spec	24 Jul 2010 11:32:05 -0000	1.10
@@ -1,5 +1,5 @@
 Name:		cppcheck
-Version:	1.43
+Version:	1.44
 Release:	1%{?dist}
 Summary:	A tool for static C/C++ code analysis
 Group:		Development/Languages
@@ -22,8 +22,8 @@ various compiler extensions, inline asse
 %prep
 %setup -q
 # Convert text files to UTF-8
-for file in COPYING readme.txt; do
- iconv -f ASCII -t utf-8 $file > $file.new && \
+for file in COPYING readme.txt test/tinyxml/tinystr.cpp test/tinyxml/changes.txt; do
+ iconv -f ISO-8859-15 -t utf-8 $file > $file.new && \
  touch -r $file $file.new && \
  mv $file.new $file
 done
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_bindir}/cppcheck
 
 %changelog
+* Sat Jul 24 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.44-1
+- Update to 1.44.
+
 * Sun May 9 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.43-1
 - Update to 1.43.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/F-13/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	9 May 2010 14:38:55 -0000	1.9
+++ sources	24 Jul 2010 11:32:06 -0000	1.10
@@ -1 +1 @@
-303792836a890be1cda84d13efaf7e9b  cppcheck-1.43.tar.bz2
+c8d24c0e7a3db99660f81b8a0568e050  cppcheck-1.44.tar.bz2



More information about the scm-commits mailing list