Hello community,

here is the log from the commit of package flatbuffers for openSUSE:Factory 
checked in at 2019-04-01 12:38:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flatbuffers (Old)
 and      /work/SRC/openSUSE:Factory/.flatbuffers.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flatbuffers"

Mon Apr  1 12:38:14 2019 rev:2 rq:689883 version:1.10.0.20190321T162332.a746143

Changes:
--------
--- /work/SRC/openSUSE:Factory/flatbuffers/flatbuffers.changes  2019-03-26 
15:43:50.116191101 +0100
+++ /work/SRC/openSUSE:Factory/.flatbuffers.new.25356/flatbuffers.changes       
2019-04-01 12:38:16.669912188 +0200
@@ -1,0 +2,11 @@
+Fri Mar 22 09:00:49 UTC 2019 - [email protected]
+
+- Update to 20190321T162332.a746143 to fix bigendian build
+- dropped remove-date-from-flatc-version.patch
+
+-------------------------------------------------------------------
+Sat Mar 16 18:25:43 UTC 2019 - Torsten Duwe <[email protected]>
+
+- lift x86-only limitation
+
+-------------------------------------------------------------------

Old:
----
  flatbuffers-1.10.0.tar.gz
  remove-date-from-flatc-version.patch

New:
----
  _service
  flatbuffers-1.10.0.20190321T162332.a746143.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ flatbuffers.spec ++++++
--- /var/tmp/diff_new_pack.5JU23W/_old  2019-04-01 12:38:18.377913010 +0200
+++ /var/tmp/diff_new_pack.5JU23W/_new  2019-04-01 12:38:18.409913026 +0200
@@ -18,18 +18,15 @@
 
 Name:           flatbuffers
 %define   sonum 1
-Version:        1.10.0
+Version:        1.10.0.20190321T162332.a746143
 Release:        0
 Summary:        Memory Efficient Serialization Library
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 Url:            http://google.github.io/flatbuffers/
-Source:         
https://github.com/google/flatbuffers/archive/v%{version}.tar.gz#/flatbuffers-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE remove-date-from-flatc-version.patch -- ensure 
reproducible builds
-Patch0:         remove-date-from-flatc-version.patch
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  cmake >= 2.8.11.2
 BuildRequires:  gcc-c++
-ExclusiveArch:  %{ix86} x86_64
 
 %description
 FlatBuffers is a serialization library for games and other memory constrained 
programs.
@@ -63,11 +60,10 @@
 and tools.
 
 %prep
-%setup -q
-chmod -x readme.md docs/source/*.md docs/footer.html docs/source/doxyfile
-%patch0
+%autosetup -p1
 
 %build
+chmod -x readme.md docs/source/*.md docs/footer.html docs/source/doxyfile
 %cmake -DCMAKE_BUILD_TYPE=Release \
        -DFLATBUFFERS_BUILD_SHAREDLIB=ON \
        -DFLATBUFFERS_BUILD_FLATLIB=OFF \

++++++ python-flatbuffers.spec ++++++
--- /var/tmp/diff_new_pack.5JU23W/_old  2019-04-01 12:38:18.625913129 +0200
+++ /var/tmp/diff_new_pack.5JU23W/_new  2019-04-01 12:38:18.653913143 +0200
@@ -13,21 +13,22 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-flatbuffers
-Version:        1.10.0
+Version:        1.10.0.20190321T162332.a746143
 Release:        0
-License:        Apache-2.0
 Summary:        The FlatBuffers serialization format for Python
-Url:            https://github.com/google/flatbuffers
+License:        Apache-2.0
 Group:          Development/Languages/Python
-Source:         
https://github.com/google/flatbuffers/archive/v%{version}.tar.gz#/flatbuffers-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
+Url:            https://github.com/google/flatbuffers
+Source:         flatbuffers-%{version}.tar.xz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Recommends:     python-numpy
 BuildArch:      noarch
 

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://github.com/google/flatbuffers</param>
    <param name="revision">a7461433c6864b27d16e08c351d5fe109d5b932e</param>
    <param name="filename">flatbuffers</param>
    <param name='versionformat'>%ci.%h</param>
    <param name="versionprefix">1.10.0</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*tar</param>
    <param name="compression">xz</param>
  </service>
<service name="set_version" mode="disabled"/>
</services>

Reply via email to