summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2015-09-30 17:15:34 (GMT)
committerJakub Bogusz2015-09-30 17:15:34 (GMT)
commitb13753a041ad29bb9b80db48bd58355b24a43d97 (patch)
tree6f5f76bb0baa0ccc32486434bdb0185e9f6b76a8
parent80477f006674e888fd16e652a020c34b3c652400 (diff)
downloadprotobuf-c-b13753a041ad29bb9b80db48bd58355b24a43d97.zip
protobuf-c-b13753a041ad29bb9b80db48bd58355b24a43d97.tar.gz
- updated to 1.1.1auto/th/protobuf-c-1.1.1-1
-rw-r--r--protobuf-c.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/protobuf-c.spec b/protobuf-c.spec
index 37699ce..7a95817 100644
--- a/protobuf-c.spec
+++ b/protobuf-c.spec
@@ -5,12 +5,12 @@
Summary: C bindings for Google's Protocol Buffers
Summary(pl.UTF-8): Wiązania C do biblioteki Google Protocol Buffers
Name: protobuf-c
-Version: 1.0.2
-Release: 2
+Version: 1.1.1
+Release: 1
License: Apache v2.0
Group: Libraries
Source0: https://github.com/protobuf-c/protobuf-c/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: fdd242b3380005dc9a7d2f88e9f66a3a
+# Source0-md5: cdcb3b50dd430d1e7fb0c4f82551857a
URL: https://github.com/protobuf-c/protobuf-c
BuildRequires: autoconf >= 2.64
BuildRequires: automake >= 1:1.11
@@ -18,7 +18,8 @@ BuildRequires: doxygen
BuildRequires: libstdc++-devel
BuildRequires: libtool >= 2:2
BuildRequires: pkgconfig
-BuildRequires: protobuf-devel >= 2.5.0
+BuildRequires: protobuf-devel >= 2.6.0
+Requires: protobuf >= 2.6.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description