From a8295ca22885ba9d9db0257189e5613767de29c5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 4 Aug 2014 18:03:16 +0200 Subject: [PATCH 1/2] corrected dist number --- protobuf-c.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index 26e4d8b..f0fe50c 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,6 +1,6 @@ Name: protobuf-c Version: 1.0.0 -Release: 9%{?dist} +Release: 1%{?dist} Summary: C bindings for Google's Protocol Buffers From 68745577da57aee4905e28c5a26aeae5234af530 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 6 Aug 2014 14:36:41 +0200 Subject: [PATCH 2/2] updated to protobuf-c 1.0.1 --- .gitignore | 1 + protobuf-c.spec | 6 +++--- sources | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dd8c0ae..1d1673e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /protobuf-c-0.15.tar.gz /protobuf-c-1.0.0.tar.gz +/protobuf-c-1.0.1.tar.gz diff --git a/protobuf-c.spec b/protobuf-c.spec index f0fe50c..96ca8f2 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,5 +1,5 @@ Name: protobuf-c -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: C bindings for Google's Protocol Buffers @@ -9,7 +9,7 @@ License: BSD URL: https://github.com/protobuf-c/protobuf-c Source0: https://github.com/protobuf-c/protobuf-c/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: protobuf-devel +BuildRequires: autoconf automake libtool protobuf-devel %description Protocol Buffers are a way of encoding structured data in an efficient yet @@ -30,8 +30,8 @@ This package contains protobuf-c headers and libraries. %setup -q %build +autoreconf -ifv %configure --disable-static -# Causes build to fail make %{?_smp_mflags} %check diff --git a/sources b/sources index d4077af..d180743 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8485b35bb8c9ff0a89a3df957976fc8 protobuf-c-1.0.0.tar.gz +59f907992a791815c479e9e1ee9f452c protobuf-c-1.0.1.tar.gz