Commit Graph

27 Commits

Author SHA256 Message Date
Martin Pluskal
66ee0bd746 - Install LICENSE
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=54
2017-06-16 08:02:37 +00:00
Martin Pluskal
fcf7b4cf60 Accepting request 503018 from home:alarrosa:branches:devel:tools:building
- Update to 3.3.0 :
  * C++:
    * Fixed map fields serialization of DynamicMessage to correctly serialize
      both key and value regardless of their presence.
    * Parser now rejects field number 0 correctly.
    * New API Message::SpaceUsedLong() that’s equivalent to
      Message::SpaceUsed() but returns the value in size_t.
    * JSON support
      - New flag always_print_enums_as_ints in JsonPrintOptions.
      - New flag preserve_proto_field_names in JsonPrintOptions. It will instruct
        the JSON printer to use the original field name declared in the .proto
        file instead of converting them to lowerCamelCase when printing JSON.
      - JsonPrintOptions.always_print_primtive_fields now works for oneof message
        fields.
      - Fixed a bug that doesn’t allow different fields to set the same json_name
        value.
      - Fixed a performance bug that causes excessive memory copy when printing
        large messages.
    * Various performance optimizations.
  * Java:
    * Map field setters eagerly validate inputs and throw NullPointerExceptions
      as appropriate.
    * Added ByteBuffer overloads to the generated parsing methods and the Parser
      interface.
    * proto3 enum's getNumber() method now throws on UNRECOGNIZED values.
    * Output of JsonFormat is now locale independent.
  * Python:
    * Added FindServiceByName() in the pure-Python DescriptorPool. This works only
      for descriptors added with DescriptorPool.Add(). Generated descriptor_pool
      does not support this yet.

OBS-URL: https://build.opensuse.org/request/show/503018
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=53
2017-06-12 07:50:56 +00:00
Martin Pluskal
5e876b4297 Accepting request 451783 from home:StefanBruens:branches:devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/451783
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=51
2017-01-22 09:04:28 +00:00
Martin Pluskal
f187a0a7bd Accepting request 449181 from home:StefanBruens:branches:devel:tools:building
I have added the link to the release notes, but I could not come up with a concise list of changes, but the proto2 -> proto3 change itself.

OBS-URL: https://build.opensuse.org/request/show/449181
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=49
2017-01-10 17:45:02 +00:00
Martin Pluskal
5866010ff0 Accepting request 447555 from home:StefanBruens:branches:devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/447555
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=47
2016-12-24 10:20:14 +00:00
Martin Pluskal
96697eacb6 - Drop protobuf-libs as it is just workaround for rpmlint issue
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=46
2016-12-14 07:40:56 +00:00
Martin Pluskal
28c9fb95a8 Accepting request 445256 from home:StefanBruens:branches:devel:tools:building
preparation for protobuf update to 3.1.0
next steps:
- copy protobuf to protobuf2, to keep provider of libprotobuf.so.9
- update protobuf to 3.1.0, providing libprotobuf.so.11

Also see https://build.opensuse.org/request/show/441283

OBS-URL: https://build.opensuse.org/request/show/445256
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=45
2016-12-12 07:14:04 +00:00
b78c75bfc6 - disable google-apputils usage. They are only used for the testsuite which
wasn't called anyways. The next upstream version will not use
  apputils anymore anyways. Fixes build on SLE12.
  9f42f5f4a4

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=42
2015-12-07 04:19:50 +00:00
Ismail Dönmez
147a54e8f3 Accepting request 344030 from home:alarrosa:branches:KDE:Qt5
- Python bindings require a recent python-google-apputils, so build
 them where it's available (that's anything recent except SLE12)

OBS-URL: https://build.opensuse.org/request/show/344030
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=40
2015-11-12 12:45:47 +00:00
Ismail Dönmez
78faca909b Accepting request 343974 from home:alarrosa:branches:KDE:Qt5
- Fix check so python bindings are not built in SLE12

OBS-URL: https://build.opensuse.org/request/show/343974
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=39
2015-11-12 10:55:59 +00:00
Martin Pluskal
5c6042cc23 Accepting request 343169 from home:edogawa
This fixes the building of the python-protobuf subpackage for Leap. Please make this available via the main distro update repos, if possible

OBS-URL: https://build.opensuse.org/request/show/343169
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=38
2015-11-09 13:08:52 +00:00
Ismail Dönmez
488210a4c5 Accepting request 319249 from home:dimstar:Factory
- Fix baselibs.conf: last time the sonames were bumped,
  baselibs.conf has not been updated accordingly.

OBS-URL: https://build.opensuse.org/request/show/319249
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=36
2015-07-29 15:54:39 +00:00
Martin Pluskal
436934e7c1 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=33 2015-03-03 16:42:00 +00:00
Martin Pluskal
cf45aba3de Accepting request 288202 from home:pluskalm:branches:devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/288202
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=32
2015-03-03 16:23:28 +00:00
Tomáš Chvátal
9bad127001 Accepting request 205913 from home:sleep_walker
- fix java flags to build package for SLE_11_SP3

OBS-URL: https://build.opensuse.org/request/show/205913
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=30
2013-11-05 13:43:51 +00:00
Ismail Dönmez
db60078393 Accepting request 176725 from home:k0da:ppc
- Build on architectures where no specialized code has been written
  0001-Add-generic-GCC-support-for-atomic-operations.patch

OBS-URL: https://build.opensuse.org/request/show/176725
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=26
2013-05-27 11:01:00 +00:00
Ismail Dönmez
aec2235f2b -
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=24
2013-04-17 08:11:57 +00:00
Ismail Dönmez
df2fed1f35 Accepting request 171087 from home:ftake:branches:devel:tools:building
upstream update

OBS-URL: https://build.opensuse.org/request/show/171087
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=23
2013-04-16 16:23:32 +00:00
Philipp Thomas
f3622d7283 Accepting request 121524 from home:elvigia:branches:devel:tools:building
- BuildRequire zlib-devel otherwise gzip_stream is not built 
  thus breaking newer releases of mosh.

OBS-URL: https://build.opensuse.org/request/show/121524
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=21
2012-05-19 18:48:39 +00:00
Factory Maintainer
c643dc2b9b Accepting request 109741 from home:dimstar:gcc47
inject gtest 1.5.0 - fixes build with gcc 4.7

OBS-URL: https://build.opensuse.org/request/show/109741
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=19
2012-04-17 19:19:12 +00:00
Stephan Kulow
d875545181 - remove %release from requires
- Update to Protobuf 2.4.1:

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=16
2011-12-21 09:47:43 +00:00
Stephan Kulow
20140cb096 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=15 2011-12-19 12:01:18 +00:00
Stephan Kulow
1e5cb0d6b3 adopt baselibs
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=14
2011-12-19 12:00:38 +00:00
Stephan Kulow
d4edcd45e4 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
2011-10-26 05:45:30 +00:00
Berthold Gunreben
d1bc773a6a Autobuild autoformatter for 57816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf?expand=0&rev=5
2011-01-12 09:16:44 +00:00
Berthold Gunreben
39d0c83c42 Accepting request 57816 from devel:tools:building
Accepted submit request 57816 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/57816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf?expand=0&rev=4
2011-01-12 09:16:37 +00:00
OBS User autobuild
ca16df1f29 Accepting request 39309 from devel:tools:building
Copy from devel:tools:building/protobuf based on submit request 39309 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/39309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf?expand=0&rev=1
2010-05-05 21:41:16 +00:00