[libecb] CVS snapshot taken on 2012-10-22

Petr Pisar ppisar at fedoraproject.org
Mon Oct 22 12:55:53 UTC 2012


commit 146058a91fe645c0fff57e8544a7c249fb2afeec
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 22 14:47:55 2012 +0200

    CVS snapshot taken on 2012-10-22

 .gitignore                          |    1 +
 Coro-6.09-Fix-a-typo-in-ecb.h.patch |   27 ---------------------------
 libecb.spec                         |   10 +++++-----
 sources                             |    2 +-
 4 files changed, 7 insertions(+), 33 deletions(-)
---
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/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 at 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 <ppisar at redhat.com> - 0.20121022-1
+- CVS snapshot taken on 2012-10-22
+
 * Mon Oct 08 2012 Petr Pisar <ppisar at redhat.com> - 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


More information about the scm-commits mailing list