Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
638ba44106 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 07:18:13 +00:00
Christopher Meng
82cd3edb90 Merge branch 'master' into f21 2014-08-08 16:56:34 +08:00
Yaakov Selkowitz
e550ac4875 Remove -march=native, disable SSE on ix86 2014-08-08 03:43:08 -05:00

View file

@ -1,6 +1,6 @@
Name: ustl
Version: 2.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A size-optimized STL implementation
License: MIT
URL: http://msharov.github.io/ustl/
@ -84,6 +84,9 @@ make check
%{_libdir}/libustl.so
%changelog
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Fri Aug 08 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 2.1-3
- Remove -march=native
- Disable SSE on ix86 (not supported by default optflags)