VS snapshot taken on 2016-02-09

epel9
Petr Písař 9 years ago
parent 3d1b2332fc
commit 0ea5b5e59c

1
.gitignore vendored

@ -4,3 +4,4 @@
/libecb-20141029.tar.xz
/libecb-20150218.tar.xz
/libecb-20150608.tar.xz
/libecb-20160209.tar.xz

@ -1,13 +1,13 @@
%global snapshot 20150608
%global snapshot 20160209
# Do not create debuginfo sub-package because there is no binary executable
%global debug_package %{nil}
Name: libecb
Version: 0.%{snapshot}
Release: 3%{?dist}
Release: 1%{?dist}
Summary: Compiler built-ins
Group: Development/Libraries
License: BSD or GPLv2+
URL: http://software.schmorp.de/pkg/libecb
URL: http://software.schmorp.de/pkg/libecb.html
# Snapshot from CVS :pserver:anonymous@cvs.schmorp.de/schmorpforge libecb
Source0: %{name}-%{snapshot}.tar.xz
BuildRequires: coreutils
@ -57,6 +57,11 @@ install -m 0644 -t %{buildroot}%{_mandir}/man3 *.3
%{_mandir}/man3/*
%changelog
* Tue Feb 09 2016 Petr Pisar <ppisar@redhat.com> - 0.20160209-1
- CVS snapshot taken on 2016-02-09 (improved ecb_binary16_to_float,
ecb_float_to_binary16, ecb_binary16_to_binary32, ecb_binary32_to_binary16
added, ecb_byteorder_helper changed prototype)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20150608-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
c77d1372770cdd0a3cd7c1c4f05fd0b3 libecb-20150608.tar.xz
1edc4ade9da74ccd3f517f5417606be0 libecb-20160209.tar.xz

Loading…
Cancel
Save