rpms/cppcheck/devel .cvsignore, 1.6, 1.7 cppcheck.spec, 1.6, 1.7 sources, 1.6, 1.7

Jussi Lehtola jussilehtola at fedoraproject.org
Mon Jan 18 15:08:59 UTC 2010


Author: jussilehtola

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

Modified Files:
	.cvsignore cppcheck.spec sources 
Log Message:
Update to 1.40.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	27 Dec 2009 09:59:45 -0000	1.6
+++ .cvsignore	18 Jan 2010 15:08:59 -0000	1.7
@@ -1 +1 @@
-cppcheck-1.39.tar.bz2
+cppcheck-1.40.tar.bz2


Index: cppcheck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/devel/cppcheck.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- cppcheck.spec	27 Dec 2009 09:59:45 -0000	1.6
+++ cppcheck.spec	18 Jan 2010 15:08:59 -0000	1.7
@@ -1,5 +1,5 @@
 Name:		cppcheck
-Version:	1.39
+Version:	1.40
 Release:	1%{?dist}
 Summary:	A tool for static C/C++ code analysis
 Group:		Development/Languages
@@ -35,6 +35,10 @@ for file in readme.txt; do
  mv $file.new $file
 done
 
+# Fix permissions
+find -name "*.cpp" -exec chmod 644 {} \;
+find -name "*.vcproj" -exec chmod 644 {} \;
+
 %build
 make CXXFLAGS="%{optflags}" %{?_smp_mflags}
 
@@ -51,6 +55,9 @@ rm -rf %{buildroot}
 %{_bindir}/cppcheck
 
 %changelog
+* Mon Jan 18 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.40-1
+- Update to 1.40.
+
 * Sun Dec 27 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.39-1
 - Update to 1.39.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	27 Dec 2009 09:59:45 -0000	1.6
+++ sources	18 Jan 2010 15:08:59 -0000	1.7
@@ -1 +1 @@
-6174bb32926035bc4ccf57979c5cb13a  cppcheck-1.39.tar.bz2
+fa51d895d10aa74e9028bc68e7129900  cppcheck-1.40.tar.bz2



More information about the scm-commits mailing list