Hello community,

here is the log from the commit of package bazel-workspaces for 
openSUSE:Factory checked in at 2019-10-16 09:17:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bazel-workspaces (Old)
 and      /work/SRC/openSUSE:Factory/.bazel-workspaces.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bazel-workspaces"

Wed Oct 16 09:17:21 2019 rev:2 rq:738438 version:20191011

Changes:
--------
--- /work/SRC/openSUSE:Factory/bazel-workspaces/bazel-workspaces.changes        
2019-09-23 12:46:18.705522164 +0200
+++ 
/work/SRC/openSUSE:Factory/.bazel-workspaces.new.2352/bazel-workspaces.changes  
    2019-10-16 09:17:25.519136648 +0200
@@ -1,0 +2,43 @@
+Fri Oct 11 08:08:51 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 20191011:
+  * Add workspace for msgpack
+
+-------------------------------------------------------------------
+Thu Oct 10 21:44:13 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 20191010:
+  * sql-parser: Fix headers directory
+
+-------------------------------------------------------------------
+Thu Oct 10 19:00:59 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 20191010:
+  * Add workspace for http-parser
+  * Add workspace for sql-parser
+
+-------------------------------------------------------------------
+Thu Sep 26 11:16:17 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 20190926:
+  * jwt_verify_lib: Fix the library name
+  * Add workspace for jwt_verify_lib
+  * Add workspace for luajit
+  * Add workspace for curl
+  * Add workspace for libevent
+  * benchmark: Add linkopts
+  * benchmark: Add benchmark_main library
+  * Add workspace for benchmark
+  * gtest: Make libraries public and dynamically linked
+  * gtest: Add gtest_main library
+  * Add workspace for openssl-cbs
+  * Add workspace for bsslwrapper
+  * Add workspace for googletest
+  * Add workspace for libcircllhist
+  * Add workspace for yaml-cpp
+  * Add workspace for gperftools
+  * Add workspace for c-ares
+  * Add workspace for rapidjson
+  * Add workspace for libprotobuf-mutator
+
+-------------------------------------------------------------------

Old:
----
  bazel-workspaces-20190919.obscpio

New:
----
  _servicedata
  bazel-workspaces-20191011.obscpio

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

Other differences:
------------------
++++++ bazel-workspaces.spec ++++++
--- /var/tmp/diff_new_pack.ijzqRn/_old  2019-10-16 09:17:26.075135215 +0200
+++ /var/tmp/diff_new_pack.ijzqRn/_new  2019-10-16 09:17:26.075135215 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           bazel-workspaces
-Version:        20190919
+Version:        20191011
 Release:        0
 Summary:        Bazel workspaces for libraries packaged in openSUSE
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ijzqRn/_old  2019-10-16 09:17:26.119135102 +0200
+++ /var/tmp/diff_new_pack.ijzqRn/_new  2019-10-16 09:17:26.119135102 +0200
@@ -2,9 +2,10 @@
   <service mode="disabled" name="obs_scm">
     <param name="url">https://github.com/kubic-project/bazel-workspaces</param>
     <param name="scm">git</param>
+    <param name="changesgenerate">enable</param>
     <param name="filename">bazel-workspaces</param>
     <param name="versionformat">%cd</param>
-    <param name="revision">f8a15d08c1cf87778696373bc8a857e256a1273b</param>
+    <param name="revision">28a1bcdf66c4a12189856a06c1b541f010a95015</param>
   </service>
   <service mode="buildtime" name="tar" />
   <service mode="buildtime" name="recompress">

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/kubic-project/bazel-workspaces</param>
              <param 
name="changesrevision">28a1bcdf66c4a12189856a06c1b541f010a95015</param></service></servicedata>++++++
 bazel-workspaces-20190919.obscpio -> bazel-workspaces-20191011.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/benchmark/BUILD 
new/bazel-workspaces-20191011/benchmark/BUILD
--- old/bazel-workspaces-20190919/benchmark/BUILD       1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/benchmark/BUILD       2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1,17 @@
+cc_library(
+    name = "benchmark",
+    hdrs = glob(["thirdparty_build/include/benchmark/benchmark.h"]),
+    copts = [],
+    linkopts = ["-lbenchmark", "-lbenchmark_main"],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
+)
+
+cc_library(
+    name = "benchmark_main",
+    hdrs = glob(["thirdparty_build/include/benchmark/benchmark.h"]),
+    copts = [],
+    linkopts = ["-lbenchmark", "-lbenchmark_main"],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/benchmark/WORKSPACE 
new/bazel-workspaces-20191011/benchmark/WORKSPACE
--- old/bazel-workspaces-20190919/benchmark/WORKSPACE   1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/benchmark/WORKSPACE   2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1 @@
+workspace(name = "com_github_google_benchmark")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/curl/BUILD 
new/bazel-workspaces-20191011/curl/BUILD
--- old/bazel-workspaces-20190919/curl/BUILD    1970-01-01 01:00:00.000000000 
+0100
+++ new/bazel-workspaces-20191011/curl/BUILD    2019-10-11 01:39:06.000000000 
+0200
@@ -0,0 +1,8 @@
+cc_library(
+    name = "curl",
+    hdrs = glob(["thirdparty_build/include/curl/**/*.h"]),
+    copts = [],
+    linkopts = ["-lcurl"],
+    visibility = ["//visibility:public"],
+    linkstatic=False,
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/curl/WORKSPACE 
new/bazel-workspaces-20191011/curl/WORKSPACE
--- old/bazel-workspaces-20190919/curl/WORKSPACE        1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/curl/WORKSPACE        2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1 @@
+workspace(name = "com_github_curl")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/gtest/BUILD 
new/bazel-workspaces-20191011/gtest/BUILD
--- old/bazel-workspaces-20190919/gtest/BUILD   2019-09-19 20:53:21.000000000 
+0200
+++ new/bazel-workspaces-20191011/gtest/BUILD   2019-10-11 01:39:06.000000000 
+0200
@@ -11,4 +11,23 @@
         "-lgtest",
         "-lgtest_main",
     ],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
+)
+
+cc_library(
+    name = "gtest_main",
+    hdrs = glob([
+        "thirdparty_build/include/gmock/**/*.h",
+        "thirdparty_build/include/gtest/**/*.h",
+    ]),
+    copts = ["-I/usr/include/gtest"],
+    linkopts = [
+        "-lgmock",
+        "-lgmock_main",
+        "-lgtest",
+        "-lgtest_main",
+    ],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/http-parser/BUILD 
new/bazel-workspaces-20191011/http-parser/BUILD
--- old/bazel-workspaces-20190919/http-parser/BUILD     1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/http-parser/BUILD     2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1,8 @@
+cc_library(
+    name = "http_parser",
+    hdrs = glob(["thirdparty_build/include/http_parser.h"]),
+    copts = [],
+    linkopts = ["-lhttp_parser"],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/http-parser/WORKSPACE 
new/bazel-workspaces-20191011/http-parser/WORKSPACE
--- old/bazel-workspaces-20190919/http-parser/WORKSPACE 1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/http-parser/WORKSPACE 2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1 @@
+workspace(name = "com_github_nodejs_http_parser")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/jwt_verify_lib/BUILD 
new/bazel-workspaces-20191011/jwt_verify_lib/BUILD
--- old/bazel-workspaces-20190919/jwt_verify_lib/BUILD  1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/jwt_verify_lib/BUILD  2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1,8 @@
+cc_library(
+    name = "jwt_verify_lib",
+    hdrs = glob(["thirdparty_build/include/jwt_verify_lib/**/*.h"]),
+    copts = [],
+    linkopts = ["-ljwt_verify_lib"],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/jwt_verify_lib/WORKSPACE 
new/bazel-workspaces-20191011/jwt_verify_lib/WORKSPACE
--- old/bazel-workspaces-20190919/jwt_verify_lib/WORKSPACE      1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/jwt_verify_lib/WORKSPACE      2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1 @@
+workspace(name = "com_github_google_jwt_verify")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/libevent/BUILD 
new/bazel-workspaces-20191011/libevent/BUILD
--- old/bazel-workspaces-20190919/libevent/BUILD        1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/libevent/BUILD        2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1,21 @@
+cc_library(
+    name = "libevent",
+    hdrs = glob([
+        "thirdparty_build/include/evdns.h",
+        "thirdparty_build/include/event.h",
+        "thirdparty_build/include/evhttp.h",
+        "thirdparty_build/include/evrpc.h",
+        "thirdparty_build/include/evutil.h",
+        "thirdparty_build/include/event2/**/*.h",
+    ]),
+    copts = ["-I/usr/include", "-I/usr/include/event2"],
+    linkopts = [
+        "-levent",
+        "-levent_core",
+        "-levent_extra",
+        "-levent_pthreads",
+        "-levent_openssl",
+    ],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/libevent/WORKSPACE 
new/bazel-workspaces-20191011/libevent/WORKSPACE
--- old/bazel-workspaces-20190919/libevent/WORKSPACE    1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/libevent/WORKSPACE    2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1 @@
+workspace(name = "com_github_libevent_libevent")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/luajit/BUILD 
new/bazel-workspaces-20191011/luajit/BUILD
--- old/bazel-workspaces-20190919/luajit/BUILD  1970-01-01 01:00:00.000000000 
+0100
+++ new/bazel-workspaces-20191011/luajit/BUILD  2019-10-11 01:39:06.000000000 
+0200
@@ -0,0 +1,8 @@
+cc_library(
+    name = "luajit",
+    hdrs = glob(["thirdparty_build/include/luajit-5_1-2.1/**/*.h"]),
+    copts = ["-I/usr/include/luajit-5_1-2.1"],
+    linkopts = ["-lluajit-5.1"],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/luajit/WORKSPACE 
new/bazel-workspaces-20191011/luajit/WORKSPACE
--- old/bazel-workspaces-20190919/luajit/WORKSPACE      1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/luajit/WORKSPACE      2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1 @@
+workspace(name = "com_github_luajit_luajit")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/msgpack/BUILD 
new/bazel-workspaces-20191011/msgpack/BUILD
--- old/bazel-workspaces-20190919/msgpack/BUILD 1970-01-01 01:00:00.000000000 
+0100
+++ new/bazel-workspaces-20191011/msgpack/BUILD 2019-10-11 01:39:06.000000000 
+0200
@@ -0,0 +1,11 @@
+cc_library(
+    name = "msgpack",
+    hdrs = glob([
+        "thirdparty_build/include/msgpack.h",
+        "thirdparty_build/include/msgpack.hpp",
+    ]),
+    copts = [],
+    linkopts = ["-lmsgpackc"],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/msgpack/WORKSPACE 
new/bazel-workspaces-20191011/msgpack/WORKSPACE
--- old/bazel-workspaces-20190919/msgpack/WORKSPACE     1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/msgpack/WORKSPACE     2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1 @@
+workspace(name = "com_github_msgpack_msgpack_c")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/sql-parser/BUILD 
new/bazel-workspaces-20191011/sql-parser/BUILD
--- old/bazel-workspaces-20190919/sql-parser/BUILD      1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/sql-parser/BUILD      2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1,8 @@
+cc_library(
+    name = "sqlparser",
+    hdrs = glob(["thirdparty_build/include/sqlparser/**/*.h"]),
+    copts = ["-I/usr/include/sqlparser"],
+    linkopts = ["-lsqlparser"],
+    visibility = ["//visibility:public"],
+    linkstatic = False,
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20190919/sql-parser/WORKSPACE 
new/bazel-workspaces-20191011/sql-parser/WORKSPACE
--- old/bazel-workspaces-20190919/sql-parser/WORKSPACE  1970-01-01 
01:00:00.000000000 +0100
+++ new/bazel-workspaces-20191011/sql-parser/WORKSPACE  2019-10-11 
01:39:06.000000000 +0200
@@ -0,0 +1 @@
+workspace(name = "com_github_envoyproxy_sqlparser")

++++++ bazel-workspaces.obsinfo ++++++
--- /var/tmp/diff_new_pack.ijzqRn/_old  2019-10-16 09:17:26.271134710 +0200
+++ /var/tmp/diff_new_pack.ijzqRn/_new  2019-10-16 09:17:26.271134710 +0200
@@ -1,5 +1,5 @@
 name: bazel-workspaces
-version: 20190919
-mtime: 1568919201
-commit: f8a15d08c1cf87778696373bc8a857e256a1273b
+version: 20191011
+mtime: 1570750746
+commit: 28a1bcdf66c4a12189856a06c1b541f010a95015
 


Reply via email to