|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
%global snapshot 20161208
|
|
|
|
|
%global snapshot 20181119
|
|
|
|
|
# Do not create debuginfo sub-package because there is no binary executable
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
Name: libecb
|
|
|
|
|
Version: 0.%{snapshot}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Compiler built-ins
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: BSD or GPLv2+
|
|
|
|
@ -57,6 +57,10 @@ install -m 0644 -t %{buildroot}%{_mandir}/man3 *.3
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Nov 19 2018 Petr Pisar <ppisar@redhat.com> - 0.20181119-1
|
|
|
|
|
- CVS snapshot taken on 2018-11-19 (release memory fence switched to a memory
|
|
|
|
|
barrier on x86 and x86_64 platforms, support for ISO C14 and C17 added)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20161208-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|