Accepting request 88895 from home:tony2001:branches:devel:tools:building
Added list of changes in 2.4.1. OBS-URL: https://build.opensuse.org/request/show/88895 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=13
This commit is contained in:
parent
e419e41f32
commit
d4edcd45e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:760c7707c3fe9ce801916bbd3067d711a33aa550c01b32d1e1761119cf6280ac
|
||||
size 1424966
|
3
protobuf-2.4.1.tar.bz2
Normal file
3
protobuf-2.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf8452347330834bbf9c65c2e68b5562ba10c95fa40d4f7ec0d2cb332674b0bf
|
||||
size 1440188
|
@ -5,7 +5,7 @@ python tries to auto download a newer version ... o_O
|
||||
This file can also be run as a script to install or upgrade setuptools.
|
||||
"""
|
||||
import sys
|
||||
-DEFAULT_VERSION = "0.6c9"
|
||||
-DEFAULT_VERSION = "0.6c11"
|
||||
+DEFAULT_VERSION = "0.6c8"
|
||||
DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
|
||||
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 15:46:14 MSD 2011 - tony@daylessday.org
|
||||
|
||||
- Update to Protobuf 2.4.1
|
||||
Changes in version 2.4.1:
|
||||
C++
|
||||
* Fixed the frendship problem for old compilers to make the library now gcc 3
|
||||
compatible again.
|
||||
* Fixed vcprojects/extract_includes.bat to extract compiler/plugin.h.
|
||||
|
||||
Java
|
||||
* Removed usages of JDK 1.6 only features to make the library now JDK 1.5
|
||||
compatible again.
|
||||
* Fixed a bug about negative enum values.
|
||||
* serialVersionUID is now defined in generated messages for java serializing.
|
||||
* Fixed protoc to use java.lang.Object, which makes "Object" now a valid
|
||||
message name again.
|
||||
|
||||
Python
|
||||
* Experimental C++ implementation now requires C++ protobuf library installed.
|
||||
See the README.txt in the python directory for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 00:23:14 CEST 2011 - ro@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package protobuf (Version 2.3.0)
|
||||
# spec file for package protobuf
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define soname 6
|
||||
%define soname 7
|
||||
|
||||
%bcond_without check
|
||||
|
||||
@ -35,14 +35,14 @@
|
||||
|
||||
Name: protobuf
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
Version: 2.3.0
|
||||
Release: 4
|
||||
Version: 2.4.1
|
||||
Release: 1
|
||||
License: New BSD License
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://code.google.com/p/protobuf/
|
||||
Source0: http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
|
||||
Source1: manifest.txt.in
|
||||
Patch0: protobuf-setuptools-2.2.0.patch
|
||||
Patch0: protobuf-setuptools-2.4.1.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
%if 0%{?suse_version} > 1010
|
||||
@ -62,7 +62,6 @@ RPC protocols and file formats.
|
||||
|
||||
%package -n libprotobuf%{soname}
|
||||
|
||||
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
Group: System/Libraries
|
||||
|
||||
@ -73,7 +72,6 @@ RPC protocols and file formats.
|
||||
|
||||
%package -n libprotoc%{soname}
|
||||
|
||||
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
Group: System/Libraries
|
||||
|
||||
@ -84,7 +82,6 @@ RPC protocols and file formats.
|
||||
|
||||
%package -n libprotobuf-lite%{soname}
|
||||
|
||||
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
Group: System/Libraries
|
||||
|
||||
@ -98,8 +95,9 @@ License: New BSD License
|
||||
|
||||
Summary: Header files, libraries and development documentation for %{name}
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: gcc-c++
|
||||
Requires: gcc-c++ libprotobuf%{soname} = %version-%release libprotobuf-lite%{soname}
|
||||
Provides: libprotobuf-devel = %version-%release
|
||||
BuildRequires: pkg-config
|
||||
|
||||
%description devel
|
||||
Development files for Google Protocol Buffers
|
||||
@ -108,7 +106,6 @@ Development files for Google Protocol Buffers
|
||||
|
||||
%package -n %{name}-java
|
||||
|
||||
|
||||
Group: Development/Libraries/Java
|
||||
Requires: java >= 1.6.0
|
||||
Summary: Java Bindings for Google Protocol Buffers
|
||||
@ -121,7 +118,6 @@ This package contains the Java bindings for Google Protocol Buffers.
|
||||
|
||||
%package -n python-%{name}
|
||||
|
||||
|
||||
Group: Development/Libraries/Python
|
||||
%if 0%{?suse_version}
|
||||
%py_requires
|
||||
|
Loading…
Reference in New Issue
Block a user