diff --git a/.gitignore b/.gitignore index a65a816..4413700 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libecb-20121008.tar.xz +/libecb-20121022.tar.xz diff --git a/Coro-6.09-Fix-a-typo-in-ecb.h.patch b/Coro-6.09-Fix-a-typo-in-ecb.h.patch deleted file mode 100644 index ea6bcb2..0000000 --- a/Coro-6.09-Fix-a-typo-in-ecb.h.patch +++ /dev/null @@ -1,27 +0,0 @@ -From de7220dcac464425fc2667706100901d0fc7f444 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -Date: Mon, 8 Oct 2012 13:25:37 +0200 -Subject: [PATCH] Fix a typo in ecb.h - -A code for big endian system has a mistyped return word. - ---- - Coro/ecb.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Coro/ecb.h b/Coro/ecb.h -index 1162bc6..5a88f60 100644 ---- a/Coro/ecb.h -+++ b/Coro/ecb.h -@@ -494,7 +494,7 @@ ecb_byteorder_helper (void) - #elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ - return 0x44; - #elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ -- retrurn 0x11; -+ return 0x11; - #else - union - { --- -1.7.11.7 - diff --git a/libecb.spec b/libecb.spec index 4f46aa5..2c543b3 100644 --- a/libecb.spec +++ b/libecb.spec @@ -1,4 +1,4 @@ -%global snapshot 20121008 +%global snapshot 20121022 Name: libecb Version: 0.%{snapshot} Release: 1%{?dist} @@ -7,9 +7,7 @@ Group: Development/Libraries License: BSD URL: http://software.schmorp.de/pkg/libecb # Snapshot from CVS :pserver:anonymous@cvs.schmorp.de/schmorpforge libecb -Source0: %{name}-20121008.tar.xz -# Bug #863991, submitted to upstream -Patch0: Coro-6.09-Fix-a-typo-in-ecb.h.patch +Source0: %{name}-%{snapshot}.tar.xz BuildArch: noarch Requires: glibc-headers @@ -20,7 +18,6 @@ noinline, assume, unreachable and so on. %prep %setup -q -n %{name}-%{snapshot} -%patch0 -p2 -b .bigendian %build # Keep empty %%build section for possible RPM hooks @@ -34,6 +31,9 @@ install -m 0644 -t %{buildroot}%{_includedir} *.h %{_includedir}/* %changelog +* Mon Oct 22 2012 Petr Pisar - 0.20121022-1 +- CVS snapshot taken on 2012-10-22 + * Mon Oct 08 2012 Petr Pisar - 0.20121008-1 - CVS snapshot taken on 2012-10-08 - Fix for building on big-endian systems (bug #863991) diff --git a/sources b/sources index 8c410da..2557201 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07b61e2c1afae942dd5764d58ad112a0 libecb-20121008.tar.xz +aeb30c12f765ef7353d4a956e5add7f0 libecb-20121022.tar.xz