Tom Stellard
402f7c2f92
Add BuildRequires: make
...
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
4 years ago
Joonas Sarajärvi
f3cc3433d1
Fix #1863634 - FTBFS in Fedora rawhide/f33
4 years ago
Fedora Release Engineering
7119deaade
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
5 years ago
Fedora Release Engineering
de39101d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
5 years ago
Joonas Sarajärvi
e29ce188d8
Remove incorrect architecture check
...
The version configuration file generated by cmake by default has a
slight problem. It checks that the pointer width of the detected library
matches the project being built. This check would usually have little
significance to a header-only library, but it breaks with our noarch
packages which may well get built on a 32-bit host and then get deployed
e.g. on x86_64.
This fixes bug #1758009
5 years ago
Fedora Release Engineering
70ecac4264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
5 years ago
Joonas Sarajärvi
a231af818e
glm-0.9.9.6
...
New upstream release
Support for running "make install" had disappeared between versions
0.9.9.5 and 0.9.9.6. Upstream seems to be working on adding it back,
but for now, it seems that we can patch the support back in for this
version.
5 years ago
Fedora Release Engineering
c96f3ac74f
- 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
bdc6c59551
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
6 years ago
Igor Gnatenko
2c17b89797
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
6 years ago
Joonas Sarajärvi
4f96509a6a
Update test exclusions
...
These failing items should be reported upstream as well, but here
they are just marked so that the package can be built. This is not
expected to cause any more problems to library consumers than the
exact same code provided by upstream.
6 years ago
Joonas Sarajärvi
8269f52500
glm-0.9.9.2
...
New upstream release
6 years ago
Fedora Release Engineering
45b2695fde
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
7 years ago
Igor Gnatenko
14e13bb897
add BuildRequires: gcc-c++,gcc
...
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
7 years ago
Fedora Release Engineering
e3eab3ac3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
7 years ago
Joonas Sarajärvi
08bbac8481
glm-0.9.8.5
...
- New upstream release
- The compiler list patch is rebased
7 years ago
Joonas Sarajärvi
af6a3b151d
glm-0.9.8.4-5
...
- Fix compatibility with GCC 7.3.1 #1539568
7 years ago
Yanko Kaneti
2e09e20e36
Upstream patch to update the supported compiler list for gcc 7.3.1
7 years ago
Joonas Sarajärvi
fb872091ff
Fix build by disabling three tests
...
Unfortunately there is now known actual fix for these failing
tests. The library is still mostly useful so let's keep testing that
there is no fedora-specific breakage.
8 years ago
Fedora Release Engineering
276b262250
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8 years ago
Fedora Release Engineering
cb21205a0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8 years ago
Joonas Sarajärvi
201fa3c61c
glm-0.9.8.4-1
8 years ago
Fedora Release Engineering
7f90d5bb9c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8 years ago
Joonas Sarajärvi
5f870d7a52
glm-0.9.8.3-1
8 years ago
Joonas Sarajärvi
a6bf45d8ec
glm-0.9.8.2-1
...
New upstream release
8 years ago
Joonas Sarajärvi
40d6bf7a0a
glm-0.9.7.6-1
9 years ago
Joonas Sarajärvi
b2a4371046
glm-0.9.7.3
...
New minor upstream release that lets us drop a patch.
9 years ago
Joonas Sarajärvi
fc6717be3c
Fix tests on GCC 6.0
9 years ago
Dennis Gilmore
bf4299e60d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9 years ago
Joonas Sarajärvi
06e6fcbe3f
glm-0.9.7.2-1
...
glm-0.9.5.2-smallercount.patch could be retired because
upstream has addressed the issue themselves.
9 years ago
Joonas Sarajärvi
f986b914d7
Update to glm-0.9.7.0
...
Changes similar to those in
glm-0.9.6.1-bigendian.patch and glm-0.9.6.3-nom64.patch
had appeared in upstream sources, so these patches were
dropped.
GLM has started shipping cmake config files, so these
are now provided by glm-devel.
10 years ago
Dennis Gilmore
0e2d5602ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
10 years ago
Joonas Sarajärvi
bc3f05001d
Update to glm-0.9.6.3
10 years ago
David Tardon
7bbbf5a1a3
install license in -doc
10 years ago
David Tardon
75bc5ac50e
make -devel subpackage noarch
10 years ago
Dan Horák
f6b43dd9a3
- fix build on big endian arches, patch by Jakub Cajka from #1185298
10 years ago
Joonas Sarajärvi
941ede50fd
Update to glm-0.9.6.1
...
The patch for fixing aliasing issues is not required or applicable
anymore, due to GLM having fixed the issues.
The float distance counting algorithm entered an infinite loop in
some cases. The glm-0.9.6.1-ulp.patch addresses this.
10 years ago
Peter Robinson
6357357895
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
11 years ago
Joonas Sarajärvi
14f2da4ab6
Add the missing patch files
11 years ago
Joonas Sarajärvi
345acb6f1e
Fix build failure and other issues
11 years ago
Dennis Gilmore
dc6cd78b2f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
11 years ago
Joonas Sarajärvi
73ed3c74c2
Update to glm-0.9.5.2
11 years ago
Joonas Sarajärvi
f560c5882f
Fix line-ending issues
12 years ago
Joonas Sarajärvi
f67383e93d
Update to glm-0.9.4.6
12 years ago
Joonas Sarajärvi
27a95d6221
Tweak CRLF line ending related details
12 years ago
Joonas Sarajärvi
60b09e2ac1
Update to glm-0.9.4.5
12 years ago
Dennis Gilmore
f800e19d95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
12 years ago
Joonas Sarajärvi
ccdf88e5ac
Update to glm-0.9.4.4
12 years ago
Joonas Sarajärvi
be5f3ff336
Update to glm-0.9.4.3
12 years ago
Joonas Sarajärvi
4bdf9187e4
Update to glm-0.9.4.2
12 years ago