From 8a7b8276cee284e879f6ddad8dcc5d27e52cf44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 8 Jun 2015 10:32:19 +0200 Subject: [PATCH] CVS snapshot taken on 2015-06-08 --- .gitignore | 1 + .rpmlint | 2 +- libecb.spec | 9 +++++++-- sources | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 06e6c11..20b0abf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /libecb-20130509.tar.xz /libecb-20141029.tar.xz /libecb-20150218.tar.xz +/libecb-20150608.tar.xz diff --git a/.rpmlint b/.rpmlint index 9fc8835..b7c3249 100644 --- a/.rpmlint +++ b/.rpmlint @@ -1,2 +1,2 @@ from Config import * -addFilter("spelling-error .* (noinline|popcount|prefetch)"); +addFilter("spelling-error .* (devel|noinline|popcount|prefetch)"); diff --git a/libecb.spec b/libecb.spec index 80a4bd2..65ad3b9 100644 --- a/libecb.spec +++ b/libecb.spec @@ -1,4 +1,4 @@ -%global snapshot 20150218 +%global snapshot 20150608 # Do not create debuginfo sub-package because there is no binary executable %global debug_package %{nil} Name: libecb @@ -10,6 +10,7 @@ License: BSD or GPLv2+ URL: http://software.schmorp.de/pkg/libecb # Snapshot from CVS :pserver:anonymous@cvs.schmorp.de/schmorpforge libecb Source0: %{name}-%{snapshot}.tar.xz +BuildRequires: coreutils BuildRequires: perl-podlators %description @@ -17,7 +18,7 @@ This project delivers you many GCC built-ins, attributes and a number of generally useful low-level functions, such as popcount, expect, prefetch, noinline, assume, unreachable and so on. -This is a dummy package. All the usefull files are delivered by %{name}-devel +This is a dummy package. All the useful files are delivered by %{name}-devel package. @@ -56,6 +57,10 @@ install -m 0644 -t %{buildroot}%{_mandir}/man3 *.3 %{_mandir}/man3/* %changelog +* Mon Jun 08 2015 Petr Pisar - 0.20150608-1 +- CVS snapshot taken on 2015-06-08 (new macros, more documentation, better + compatibility with x86_64 compilers) + * Wed Feb 18 2015 Petr Pisar - 0.20150218-1 - CVS snapshot taken on 2015-02-18 (C11 compliance) - Replace libecb package with libecb-devel, users should build-require diff --git a/sources b/sources index b41acf8..748676a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb57c1a1373c8ad8700901b689e69de7 libecb-20150218.tar.xz +c77d1372770cdd0a3cd7c1c4f05fd0b3 libecb-20150608.tar.xz