]> TLD Linux GIT Repositories - packages/gtest.git/blob - gtest-version.patch
- from PLD, converted to cmake, added fixes from Fedora, restored
[packages/gtest.git] / gtest-version.patch
1 --- googletest-release-1.8.1/configure.ac.orig  2018-08-31 17:21:57.000000000 +0200
2 +++ googletest-release-1.8.1/configure.ac       2018-10-16 16:34:16.015945823 +0200
3 @@ -1,5 +1,5 @@
4  AC_INIT([Google C++ Mocking and Testing Frameworks],
5 -        [1.8.0],
6 +        [1.8.1],
7          [googlemock@googlegroups.com],
8          [googletest])
9  
10 --- googletest-release-1.8.1/CMakeLists.txt.orig        2018-08-31 17:21:57.000000000 +0200
11 +++ googletest-release-1.8.1/CMakeLists.txt     2018-10-16 16:34:29.929279000 +0200
12 @@ -5,7 +5,7 @@
13  endif (POLICY CMP0048)
14  
15  project(googletest-distribution)
16 -set(GOOGLETEST_VERSION 1.9.0)
17 +set(GOOGLETEST_VERSION 1.8.1)
18  
19  enable_testing()
20  
21 --- googletest-release-1.8.1/googletest/configure.ac.orig       2018-08-31 17:21:57.000000000 +0200
22 +++ googletest-release-1.8.1/googletest/configure.ac    2018-10-16 16:32:10.055947264 +0200
23 @@ -5,7 +5,7 @@
24  # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
25  # between "AC_INIT(" and the closing ")" including comments and strings.
26  AC_INIT([Google C++ Testing Framework],
27 -        [1.8.0],
28 +        [1.8.1],
29          [googletestframework@googlegroups.com],
30          [gtest])
31  
32 --- googletest-release-1.8.1/googlemock/configure.ac.orig       2018-10-16 16:29:59.762615418 +0200
33 +++ googletest-release-1.8.1/googlemock/configure.ac    2018-10-16 16:34:39.462612224 +0200
34 @@ -1,7 +1,7 @@
35  m4_include(../googletest/m4/acx_pthread.m4)
36  
37  AC_INIT([Google C++ Mocking Framework],
38 -        [1.8.0],
39 +        [1.8.1],
40          [googlemock@googlegroups.com],
41          [gmock])
42