Update to glm-0.9.4.5

f41
Joonas Sarajärvi 12 years ago
parent f800e19d95
commit 60b09e2ac1

1
.gitignore vendored

@ -3,3 +3,4 @@
/glm-0.9.4.2.zip
/glm-0.9.4.3.zip
/glm-0.9.4.4.zip
/glm-0.9.4.5.zip

@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: glm
Version: 0.9.4.4
Release: 2%{?dist}
Version: 0.9.4.5
Release: 1%{?dist}
Summary: C++ mathematics library for graphics programming
License: MIT
@ -54,7 +54,11 @@ a programming manual for the %{name}-devel package.
#
# When updating this package, take care to check if -c is
# needed for the particular version.
%setup -q
#
# Also it looks like some versions get shipped with a common
# directory in archive root, but with an unusual name for the
# directory. In this case, use the -n option of the setup macro.
%setup -q -n glm
# A couple of files had CRLF line-ends in them.
# Check with rpmlint after updating the package that we are not
@ -97,6 +101,10 @@ find $RPM_BUILD_ROOT -name CMakeLists.txt -exec rm -f {} ';'
%doc doc/api/
%changelog
* Tue Aug 20 2013 Joonas Sarajärvi <muep@iki.fi> - 0.9.4.5-1
- Update to upstream GLM version 0.9.4.5
- Bug fixes
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

@ -1 +1 @@
3118904f39befdb7063168316b6a33f1 glm-0.9.4.4.zip
73dbb0ad8af36e29ad8a23c20fbf27ef glm-0.9.4.5.zip

Loading…
Cancel
Save