From b04b707fe4ca5041e46f124c69e01ce910a8027a Mon Sep 17 00:00:00 2001 From: Lev Shamardin Date: Thu, 27 Nov 2008 12:44:28 +0000 Subject: [PATCH] - No problems with ppc & ppc64 arch in rawhide, had to do a release bump. --- protobuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protobuf.spec b/protobuf.spec index 4dcd654..fe90da7 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -12,7 +12,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 2.0.2 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Development/Libraries Source: http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2 @@ -265,6 +265,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Nov 27 2008 Lev Shamardin - 2.0.2-5 +- No problems with ppc & ppc64 arch in rawhide, had to do a release bump. + * Sat Nov 22 2008 Lev Shamardin - 2.0.2-4 - Added patch from subversion r70 to workaround gcc 4.3.0 bug (see http://code.google.com/p/protobuf/issues/detail?id=45 for more