diff --git a/.gitignore b/.gitignore index 20b0abf..d55de1a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /libecb-20141029.tar.xz /libecb-20150218.tar.xz /libecb-20150608.tar.xz +/libecb-20160209.tar.xz diff --git a/libecb.spec b/libecb.spec index 0de4829..c4b48ed 100644 --- a/libecb.spec +++ b/libecb.spec @@ -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 - 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 - 0.20150608-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 748676a..3f9c4fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c77d1372770cdd0a3cd7c1c4f05fd0b3 libecb-20150608.tar.xz +1edc4ade9da74ccd3f517f5417606be0 libecb-20160209.tar.xz