CVS snapshot taken on 2018-11-19

epel9
Petr Písař 6 years ago
parent ea53b9acb5
commit 67bbf41a68

1
.gitignore vendored

@ -6,3 +6,4 @@
/libecb-20150608.tar.xz
/libecb-20160209.tar.xz
/libecb-20161208.tar.xz
/libecb-20181119.tar.xz

@ -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

@ -1 +1 @@
9ef8c288371d79053477952fc6660900 libecb-20161208.tar.xz
SHA512 (libecb-20181119.tar.xz) = 67676eb9f45baa00ce4498928a680b5ac504ce04fe392e044e66f98498a60c10844a67da9689a15bcf0fc08c2aab298c67b2cd623013e93926ac10718e863a93

Loading…
Cancel
Save