rpms/gtest/F-11 .cvsignore, 1.2, 1.3 gtest.spec, 1.3, 1.4 sources, 1.3, 1.4 gtest-svnr257.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Sat Dec 5 15:10:25 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/gtest/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20834

Modified Files:
	.cvsignore gtest.spec sources 
Removed Files:
	gtest-svnr257.patch 
Log Message:
* Sat Nov 14 2009 Debarshi Ray <rishi at fedoraproject.org> - 1.4.0-1
- Version bump to 1.4.0.
  * New feature: the event listener API.
  * New feature: test shuffling.
  * New feature: the XML report format is closer to junitreport and can
    be parsed by Hudson now.
  * New feature: elapsed time for the tests is printed by default.
  * New feature: comes with a TR1 tuple implementation such that Boost
    is no longer needed for Combine().
  * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
  * New feature: the Xcode project can now produce static gtest libraries in
    addition to a framework.
  * Compatibility fixes for gcc and minGW.
  * Bug fixes and implementation clean-ups.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtest/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	26 Jul 2008 08:42:04 -0000	1.2
+++ .cvsignore	5 Dec 2009 15:10:25 -0000	1.3
@@ -1 +1 @@
-gtest-1.0.0.tar.gz
+gtest-1.4.0.tar.bz2


Index: gtest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtest/F-11/gtest.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- gtest.spec	1 Jun 2009 19:23:40 -0000	1.3
+++ gtest.spec	5 Dec 2009 15:10:25 -0000	1.4
@@ -1,14 +1,11 @@
 Summary:	Google C++ testing framework
 Name:		gtest
-Version:	1.3.0
-Release:	1.20090601svn257%{?dist}
+Version:	1.4.0
+Release:	1%{?dist}
 License:	BSD
 Group:		Development/Tools
 URL:		http://code.google.com/p/googletest/
 Source0:	http://googletest.googlecode.com/files/%{name}-%{version}.tar.bz2
-# Update to latest available SVN as of 20090601
-# Chromium needs at least 243.
-Patch0:		gtest-svnr257.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -33,7 +30,6 @@ This package contains development files 
 
 %prep
 %setup -q
-%patch0 -p1
 
 # Keep a clean copy of samples.
 cp -pr ./samples ./samples.orig
@@ -48,7 +44,7 @@ make %{?_smp_mflags}
 
 %check
 # Two tests fail here, unclear as to why.
-make check ||:
+make check
 
 # Restore the clean copy of samples.
 # To be later listed against %doc.
@@ -93,8 +89,37 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}/internal
 
 %changelog
-* Mon Jun  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3.0-1
-- update to 1.3.0
+* Sat Nov 14 2009 Debarshi Ray <rishi at fedoraproject.org> - 1.4.0-1
+- Version bump to 1.4.0.
+  * New feature: the event listener API.
+  * New feature: test shuffling.
+  * New feature: the XML report format is closer to junitreport and can
+    be parsed by Hudson now.
+  * New feature: elapsed time for the tests is printed by default.
+  * New feature: comes with a TR1 tuple implementation such that Boost
+    is no longer needed for Combine().
+  * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
+  * New feature: the Xcode project can now produce static gtest libraries in
+    addition to a framework.
+  * Compatibility fixes for gcc and minGW.
+  * Bug fixes and implementation clean-ups.
+
+* Fri Jul 24 2009 Release Engineering <rel-eng at fedoraproject.org> - 1.3.0-2.20090601svn257
+- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Jun 01 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3.0-1
+- Version bump to 1.3.0.
+  * New feature: ability to use Google Test assertions in other testing
+    frameworks.
+  * New feature: ability to run disabled test via
+    --gtest_also_run_disabled_tests.
+  * New feature: the --help flag for printing the usage.
+  * New feature: access to Google Test flag values in user code.
+  * New feature: a script that packs Google Test into one .h and one .cc file
+    for easy deployment.
+  * New feature: support for distributing test functions to multiple machines
+    (requires support from the test runner).
+  * Bug fixes and implementation clean-ups.
 
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtest/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	1 Jun 2009 19:23:40 -0000	1.3
+++ sources	5 Dec 2009 15:10:25 -0000	1.4
@@ -1 +1 @@
-ec378387648dbfff9057134347ed6fe2  gtest-1.3.0.tar.bz2
+c91de493522cf1b75902d3b3730ff8de  gtest-1.4.0.tar.bz2


--- gtest-svnr257.patch DELETED ---




More information about the scm-commits mailing list