Fedora Release Engineering
5b75620000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
5 years ago
Terje Rosten
d99909132d
Use new set of cmake macros
5 years ago
Neal Gompa
c1ec749bf2
Rebase to 1.10.0 (rhbz#1810432)
...
- Remove upstreamed patches
- Backport fixes from upstream for pkgconfig files
- Refresh pkgconfig dependency information patch
5 years ago
Fedora Release Engineering
e2c648f306
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
5 years ago
Fedora Release Engineering
6815df4180
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
6 years ago
Fedora Release Engineering
b9b5d35e00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
6 years ago
Neal Gompa
1ae9a2c1b8
Fix the build to set the version in the CMakeLists correctly
...
- Update the libversion patch to use the version in CMakeLists
- Correctly install the CMake and pkgconfig files
- Fix the pkgconfig dependency information
- Add missing strong dependency on gtest by gmock
- Add patch to make tests work with Python 3
6 years ago
Terje Røsten
24687ea437
Fix license (rhbz#1603577)
...
1.8.1
6 years ago
Fedora Release Engineering
ddf218776e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
7 years ago
Igor Gnatenko
c4ff29e6d3
add BuildRequires: gcc-c++,gcc
...
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
7 years ago
Terje Røsten
d1c3a7a3e2
More clean up
7 years ago
Neal Gompa
3b40a241cb
Add patch to fix gmock segfaults (rhbz#1513522)
...
- Add patch to properly version the libraries
- Move the documentation to the right place
- Drop unneeded ldconfig scriptlets
- See https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets
7 years ago
Fedora Release Engineering
7ec8af2a4b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
7 years ago
Terje Røsten
4a532e165b
Update to 1.8.0
...
Merge gtest and gmock
Thanks to Dan Cermak for help!
7 years ago
Fedora Release Engineering
b1debdf89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8 years ago
Fedora Release Engineering
bbc1126a8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8 years ago
Fedora Release Engineering
3e173a96a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8 years ago
Terje Røsten
3e0fdc4436
Use patch from Jonathan Wakely to fix opt issue (rhbz#1408291)
8 years ago
Merlin Mathesius
ec99f6b153
Disable C++ compiler optimization to fix FTBFS (BZ#1406937).
8 years ago
Dennis Gilmore
fee3f7d006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9 years ago
Dennis Gilmore
7d1f648a2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
10 years ago
Dominik Mierzejewski
94012565aa
rebuilt for gcc-5.0.0-0.22.fc23
10 years ago
Terje Røsten
234cff4e0e
Fix date
10 years ago
Terje Røsten
142a24e87a
Rebuild for gcc5
10 years ago
Peter Robinson
04814b78f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
11 years ago
Terje Røsten
eeb8be84c7
Fix buildreq
11 years ago
Terje Røsten
5e4510af56
1.7.0
11 years ago
Dennis Gilmore
04c60fc603
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
11 years ago
Dennis Gilmore
43d835cecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
12 years ago
Rex Dieter
94c511596a
use %cmake macro, fix %check, use RPM_BULID_ROOT consistently
12 years ago
Dennis Gilmore
e9054bdd75
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
12 years ago
Akira TAGOH
bebbcaddf4
New upstream release.
...
- Using autotools isn't supported in upstream anymore. switching to cmake.
- undefined reference issues seems gone now. (#813825 )
12 years ago
Dennis Gilmore
4c2da6c22b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
13 years ago
Dennis Gilmore
4f7d8a873e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
13 years ago
Akira TAGOH
f5f928d7f6
Fix FTBFS issue; update libtool files instead of disabling rpath things.
14 years ago
Terje Rsten
e30424b9bd
add patch from Dan Horák to let 'make check' work
14 years ago
Dennis Gilmore
55f9f203e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
14 years ago
Terje Rsten
3dad48f3af
- Add python to buildreq
14 years ago
Terje Rsten
25bce2162e
- 1.5.0
...
- some cleanup
14 years ago
Dan Horák
1587cea20f
- added workaround for linking the tests on Fedora >= 13 ( #564953 , #599865 )
15 years ago
Debarshi Ray
328b47a48e
- Version bump to 1.4.0.
...
the event listener API.
test shuffling.
the XML report format is closer to junitreport and can be parsed by Hudson
now.
elapsed time for the tests is printed by default.
comes with a TR1 tuple implementation such that Boost is no longer needed
for Combine().
EXPECT_DEATH_IF_SUPPORTED macro and friends.
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.
15 years ago
Jesse Keating
65ac05476b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
16 years ago
Tom Callaway
7a82fd8a3d
update gtest to 1.3.0, svn-r257
16 years ago
Jesse Keating
6bba973a6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
16 years ago
Debarshi Ray
4dd007bfd2
Initial import into devel.
...
Modified Files: devel/.cvsignore devel/sources Added Files:
devel/gtest.spec devel/import.log
17 years ago