Hello community, here is the log from the commit of package protobuf for openSUSE:Factory checked in at 2013-04-17 23:16:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/protobuf (Old) and /work/SRC/openSUSE:Factory/.protobuf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "protobuf", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/protobuf/protobuf.changes 2012-05-22 08:18:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.protobuf.new/protobuf.changes 2013-04-17 23:16:23.000000000 +0200 @@ -1,0 +2,20 @@ +Fri Apr 12 18:35:09 UTC 2013 - [email protected] + +- Upstream update to 2.5.0 + * New construct "import public" + * New enum option "allow_alias" + * C++: New generated method set_allocated_foo(Type* foo) + * C++: Added SetAllocatedExtension() and ReleaseExtension() + to extensions API + * Java: Added getters/setters to access the underlying ByteString + of a string field + * Java: New operations for substring(), prepend(), and append() + * Java: New method findInitializationErrors() + * Python: Support for dynamic message creation + * Python: Fixed custom options were not correctly populated + * Python: Added EnumTypeWrapper + * Python: Added ParseMessage(descriptor, bytes) + * Various bug fixes and optimazations +- Drop gtest-1.5, which is now included by the archive from + the upstream +------------------------------------------------------------------- Old: ---- gtest-1.5.0.tar.bz2 protobuf-2.4.1.tar.bz2 New: ---- protobuf-2.5.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ protobuf.spec ++++++ --- /var/tmp/diff_new_pack.whtSMn/_old 2013-04-17 23:16:24.000000000 +0200 +++ /var/tmp/diff_new_pack.whtSMn/_new 2013-04-17 23:16:24.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package protobuf # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define soname 7 +%define soname 8 %bcond_without check @@ -36,20 +36,13 @@ Summary: Protocol Buffers - Google's data interchange format License: BSD-3-Clause Group: Development/Libraries/C and C++ -Version: 2.4.1 +Version: 2.5.0 Release: 0 -# Reminder: Remove gtest 1.5.0 injected tarball. Url: http://code.google.com/p/protobuf/ Source0: http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2 Source1: manifest.txt.in -# gtest 1.5.0 is just there to fuix the build with gcc 4.7... newer version of protobuf includes this. -Source2: gtest-1.5.0.tar.bz2 Patch0: protobuf-setuptools-2.4.1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -# Needed to rebootstrap with gtest 1.5.0 -BuildRequires: gcc-c++ -BuildRequires: libtool -BuildRequires: zlib-devel %if 0%{?suse_version} > 1010 BuildRequires: fdupes %endif @@ -57,9 +50,11 @@ BuildRequires: java-devel >= 1.6.0 %endif %if %{with protobuf_python} +BuildRequires: gcc-c++ BuildRequires: python BuildRequires: python-devel BuildRequires: python-setuptools +BuildRequires: zlib-devel %endif %description @@ -138,21 +133,13 @@ %setup -q %patch0 -p0 -%if "%{version}" == "2.4.1" -rm -rf gtest -tar xf %{S:2} -%else -echo "Drop this gtest injection hack... any newer version than protobuf 2.4.1 should have gtest 1.5.0 included." -false -%endif %build %if 0%{?mandriva_version} #XXX something wents wrong with detecting this export PTHREAD_LIBS=-lpthread %endif -# Needed due to gtest 1.5.0 injection -autoreconf -fiv +# %configure --disable-static %{__make} %{?jobs:-j%jobs} # ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.whtSMn/_old 2013-04-17 23:16:24.000000000 +0200 +++ /var/tmp/diff_new_pack.whtSMn/_new 2013-04-17 23:16:24.000000000 +0200 @@ -1,3 +1,3 @@ -libprotobuf7 -libprotobuf-lite7 -libprotoc7 +libprotobuf8 +libprotobuf-lite8 +libprotoc8 ++++++ protobuf-2.4.1.tar.bz2 -> protobuf-2.5.0.tar.bz2 ++++++ ++++ 173353 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
