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..ddb10ae 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 @@ -59,6 +59,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la %{_libdir}/pkgconfig/libprotobuf-c.pc %changelog +* Wed Aug 06 2014 Nikos Mavrogiannopoulos - 1.0.1-1 +- new upstream release + * Mon Aug 04 2014 Nikos Mavrogiannopoulos - 1.0.0-1 - new upstream release (#1126116) 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