CVS snapshot taken on 20211217

epel9
Petr Písař 3 years ago
parent d5457bbe87
commit e4c20e9c9f

1
.gitignore vendored

@ -10,3 +10,4 @@
/libecb-20190722.tar.xz
/libecb-20200430.tar.xz
/libecb-20211021.tar.xz
/libecb-20211217.tar.xz

@ -1,47 +0,0 @@
From 94fef8b2b912e8ce96f207e646a7e2a2c9c3aec4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Thu, 21 Oct 2021 14:20:02 +0200
Subject: [PATCH] Correct closing C<<>>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
ecb.pod | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ecb.pod b/ecb.pod
index 9e76c86..d07e995 100644
--- a/ecb.pod
+++ b/ecb.pod
@@ -1093,7 +1093,7 @@ Example: convert an IP address in an u32 into dotted-quad:
=item char *ecb_i2a_09 (char *ptr, uint32_t value) // 64 bit
-The C<< ecb_i2a_0I<N> > functions take an unsigned I<value> and convert
+The C<< ecb_i2a_0I<N> >> functions take an unsigned I<value> and convert
them to exactly I<N> digits, returning a pointer to the first character
after the digits. The I<value> must be in range. The functions marked with
I<32 bit> do their calculations internally in 32 bit, the ones marked with
@@ -1117,7 +1117,7 @@ C<ECB_64BIT_NATIVE>).
=item char *ecb_i2a_9 (char *ptr, uint32_t value) // 64 bit
-Similarly, the C<< ecb_i2a_I<N> > functions take an unsigned I<value>
+Similarly, the C<< ecb_i2a_I<N> >> functions take an unsigned I<value>
and convert them to at most I<N> digits, suppressing leading zeroes, and
returning a pointer to the first character after the digits.
@@ -1129,7 +1129,7 @@ returning a pointer to the first character after the digits.
=item char *ecb_i2a_x10 (char *ptr, uint32_t value) // 64 bit
-The C<< ecb_i2a_xI<N> >> functions are similar to the C<< ecb_i2a_I<N> >
+The C<< ecb_i2a_xI<N> >> functions are similar to the C<< ecb_i2a_I<N> >>
functions, but they can generate one digit more, as long as the number
is within range, which is given by the symbols C<ECB_I2A_MAX_X5> (almost
16 bit range) and C<ECB_I2A_MAX_X10> (a bit more than 31 bit range),
--
2.31.1

@ -1,4 +1,4 @@
%global snapshot 20211021
%global snapshot 20211217
# Do not create debuginfo sub-package because there is no binary executable
%global debug_package %{nil}
Name: libecb
@ -9,8 +9,6 @@ License: BSD or GPLv2+
URL: http://software.schmorp.de/pkg/libecb.html
# Snapshot from CVS :pserver:anonymous@cvs.schmorp.de/schmorpforge libecb
Source0: %{name}-%{snapshot}.tar.xz
# Correct POD syntax, mailed to the upstream
Patch0: libecb-20211021-Correct-closing-C.patch
BuildRequires: coreutils
BuildRequires: perl-podlators
@ -57,6 +55,9 @@ install -m 0644 -t %{buildroot}%{_mandir}/man3 *.3
%{_mandir}/man3/*
%changelog
* Fri Dec 17 2021 Petr Pisar <ppisar@redhat.com> - 0.20211217-1
- CVS snapshot taken on 20211217 (Fedora patches merged)
* Thu Oct 21 2021 Petr Pisar <ppisar@redhat.com> - 0.20211021-1
- CVS snapshot taken on 2021-10-21 (added ECB_64BIT_NATIVE, ecb_i2a,
ecb_ptrmix)

@ -1 +1 @@
SHA512 (libecb-20211021.tar.xz) = 61bc8fd4412e0ebfd9a4d8a490da55859f4e5fcd8054b0894c2cb975607eef8e541fb8b273c9c7a405516f03a848a1490480fa1194b36fa81d4d61da3ff31c48
SHA512 (libecb-20211217.tar.xz) = 538f5924c693353297cc328970446e4eff4e8766f20985c20b0bd9742626748360ee05dc6e5dcddc3ca624b4602c85e164f241bc59611b6741aac31b1f29fa5a

Loading…
Cancel
Save