[gtest] New upstream release.

Akira TAGOH tagoh at fedoraproject.org
Fri Sep 28 08:29:39 UTC 2012


commit c6e9a81c5cac7b2ca91f5efb5287049ad0f80e45
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Fri Sep 28 17:29:37 2012 +0900

    New upstream release.
    
    - Using autotools isn't supported in upstream anymore. switching to cmake.
    - undefined reference issues seems gone now. (#813825)

 .gitignore |    1 +
 sources    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92f4dd9..44bd11c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gtest-1.4.0.tar.bz2
 /gtest-1.5.0.tar.bz2
+/gtest-1.6.0.zip
diff --git a/sources b/sources
index a5c5089..f752fd2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8b2c3c3f26cb53e64a3109d03a97200a  gtest-1.5.0.tar.bz2
+4577b49f2973c90bf9ba69aa8166b786  gtest-1.6.0.zip


More information about the scm-commits mailing list