[protobuf/el6] Adding zlib-devel as BR (rhbz: #815587)

Peter Lemenkov peter at fedoraproject.org
Mon Nov 17 12:35:25 UTC 2014


commit d311c7c8e82417001f18273a6dd67c06f96a1587
Author: Ian Burrell <imb at rentrak.com>
Date:   Tue Aug 27 11:05:26 2013 -0700

    Adding zlib-devel as BR (rhbz: #815587)

 protobuf.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/protobuf.spec b/protobuf.spec
index a4d8199..856a3ca 100644
--- a/protobuf.spec
+++ b/protobuf.spec
@@ -19,7 +19,7 @@
 Summary:        Protocol Buffers - Google's data interchange format
 Name:           protobuf
 Version:        2.3.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 License:        BSD
 Group:          Development/Libraries
 Source:         http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
@@ -30,7 +30,7 @@ Patch3:         protobuf-2.2.0-libtool.patch
 Patch4:         protobuf-2.3.0-ez_setup.patch
 URL:            http://code.google.com/p/protobuf/
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires:  libtool pkgconfig 
+BuildRequires:  libtool pkgconfig zlib-devel
 
 %if ! 0%{?el5}
 BuildRequires:  automake autoconf
@@ -346,6 +346,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue Aug 27 2013 Ian Burrell <ianburrell at gmail.com> - 2.3.0-8
+- Adding zlib-devel as BR (rhbz: #815587)
+
 * Thu Jan 20 2011 BJ Dierkes <wdierkes at rackspace.com> - 2.3.0-7
 - Added Patch4: protobuf-2.3.0-ez_setup.patch (don't use ez_setup
   as it tries to download setuptools)


More information about the scm-commits mailing list