commit bazel-workspaces for openSUSE:Factory

2020-01-17 Thread root
Hello community,

here is the log from the commit of package bazel-workspaces for 
openSUSE:Factory checked in at 2020-01-17 16:07:49

Comparing /work/SRC/openSUSE:Factory/bazel-workspaces (Old)
 and  /work/SRC/openSUSE:Factory/.bazel-workspaces.new.26092 (New)


Package is "bazel-workspaces"

Fri Jan 17 16:07:49 2020 rev:4 rq:765221 version:20200113

Changes:

--- /work/SRC/openSUSE:Factory/bazel-workspaces/bazel-workspaces.changes
2019-11-07 23:21:37.168864141 +0100
+++ 
/work/SRC/openSUSE:Factory/.bazel-workspaces.new.26092/bazel-workspaces.changes 
2020-01-17 16:08:09.832518860 +0100
@@ -1,0 +2,7 @@
+Mon Jan 13 21:30:11 UTC 2020 - mroste...@opensuse.org
+
+- Update to version 20200113:
+  * Add workspace for re2
+  * Add workspace for OpenSSL
+
+---

Old:

  bazel-workspaces-20191105.obscpio

New:

  bazel-workspaces-20200113.obscpio



Other differences:
--
++ bazel-workspaces.spec ++
--- /var/tmp/diff_new_pack.RfFbtD/_old  2020-01-17 16:08:10.396519127 +0100
+++ /var/tmp/diff_new_pack.RfFbtD/_new  2020-01-17 16:08:10.400519129 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bazel-workspaces
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   bazel-workspaces
-Version:20191105
+Version:20200113
 Release:0
 Summary:Bazel workspaces for libraries packaged in openSUSE
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.RfFbtD/_old  2020-01-17 16:08:10.428519142 +0100
+++ /var/tmp/diff_new_pack.RfFbtD/_new  2020-01-17 16:08:10.432519144 +0100
@@ -5,7 +5,7 @@
 enable
 bazel-workspaces
 %cd
-5db0b6e72672aa25274509f167d3262d372b78f7
+7c8f2656c458e1fc3c5177f1ab92a6f8563c0ca6
   
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.RfFbtD/_old  2020-01-17 16:08:10.448519152 +0100
+++ /var/tmp/diff_new_pack.RfFbtD/_new  2020-01-17 16:08:10.448519152 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/kubic-project/bazel-workspaces
-  5db0b6e72672aa25274509f167d3262d372b78f7
\ No newline at end of file
+  7c8f2656c458e1fc3c5177f1ab92a6f8563c0ca6
\ No newline at end of file

++ bazel-workspaces-20191105.obscpio -> bazel-workspaces-20200113.obscpio 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20191105/openssl/BUILD 
new/bazel-workspaces-20200113/openssl/BUILD
--- old/bazel-workspaces-20191105/openssl/BUILD 1970-01-01 01:00:00.0 
+0100
+++ new/bazel-workspaces-20200113/openssl/BUILD 2020-01-13 22:25:55.0 
+0100
@@ -0,0 +1,24 @@
+cc_library(
+name = "crypto",
+hdrs = glob(["thirdparty_build/include/openssl/**/*.h"]),
+copts = ["-I/usr/include/openssl"],
+linkopts = [
+"-lcrypto",
+],
+visibility = ["//visibility:public"],
+linkstatic = False,
+)
+
+cc_library(
+name = "ssl",
+hdrs = glob(["thirdparty_build/include/openssl/**/*.h"]),
+copts = ["-I/usr/include/openssl"],
+linkopts = [
+"-lssl",
+],
+visibility = ["//visibility:public"],
+linkstatic = False,
+deps = [
+":crypto",
+],
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20191105/openssl/WORKSPACE 
new/bazel-workspaces-20200113/openssl/WORKSPACE
--- old/bazel-workspaces-20191105/openssl/WORKSPACE 1970-01-01 
01:00:00.0 +0100
+++ new/bazel-workspaces-20200113/openssl/WORKSPACE 2020-01-13 
22:25:55.0 +0100
@@ -0,0 +1 @@
+workspace(name = "openssl")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20191105/re2/BUILD 
new/bazel-workspaces-20200113/re2/BUILD
--- old/bazel-workspaces-20191105/re2/BUILD 1970-01-01 01:00:00.0 
+0100
+++ new/bazel-workspaces-20200113/re2/BUILD 2020-01-13 22:25:55.0 
+0100
@@ -0,0 +1,10 @@
+cc_library(
+name = "re2",
+hdrs = glob(["thirdparty_build/include/re2/**/*.h"]),
+copts = ["-I/usr/include/re2"],
+linkopts = [
+"-lre2",
+],
+visibility = ["//visibility:public"],
+linkstatic = False,
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20191105/re2/WORKSPACE 
new/bazel-workspaces-20200113/re2/WORKSPACE
--- old/bazel-workspaces-20191105/re2/WORKSPACE 1970-01-01 01:00:00.00

commit bazel-workspaces for openSUSE:Factory

2019-11-07 Thread root
Hello community,

here is the log from the commit of package bazel-workspaces for 
openSUSE:Factory checked in at 2019-11-07 23:21:34

Comparing /work/SRC/openSUSE:Factory/bazel-workspaces (Old)
 and  /work/SRC/openSUSE:Factory/.bazel-workspaces.new.2990 (New)


Package is "bazel-workspaces"

Thu Nov  7 23:21:34 2019 rev:3 rq:746410 version:20191105

Changes:

--- /work/SRC/openSUSE:Factory/bazel-workspaces/bazel-workspaces.changes
2019-10-16 09:17:25.519136648 +0200
+++ 
/work/SRC/openSUSE:Factory/.bazel-workspaces.new.2990/bazel-workspaces.changes  
2019-11-07 23:21:37.168864141 +0100
@@ -1,0 +2,18 @@
+Mon Nov 04 23:19:07 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 20191105:
+  * googletest: Separate gtest_main and gmock_main from gtest and
+gmock
+
+---
+Mon Nov 04 17:38:40 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 20191104:
+  * googletest: Define separate gtest and gmock libraries
+  * Add workspace for prometheus-cpp
+  * Add workspace for upb
+  * nanopb: Fix library name
+  * Add workspace for grpc
+  * Add workspace for nanopb
+
+---

Old:

  bazel-workspaces-20191011.obscpio

New:

  bazel-workspaces-20191105.obscpio



Other differences:
--
++ bazel-workspaces.spec ++
--- /var/tmp/diff_new_pack.oorG09/_old  2019-11-07 23:21:38.328865385 +0100
+++ /var/tmp/diff_new_pack.oorG09/_new  2019-11-07 23:21:38.332865390 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   bazel-workspaces
-Version:20191011
+Version:20191105
 Release:0
 Summary:Bazel workspaces for libraries packaged in openSUSE
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.oorG09/_old  2019-11-07 23:21:38.368865428 +0100
+++ /var/tmp/diff_new_pack.oorG09/_new  2019-11-07 23:21:38.368865428 +0100
@@ -5,7 +5,7 @@
 enable
 bazel-workspaces
 %cd
-28a1bcdf66c4a12189856a06c1b541f010a95015
+5db0b6e72672aa25274509f167d3262d372b78f7
   
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.oorG09/_old  2019-11-07 23:21:38.388865450 +0100
+++ /var/tmp/diff_new_pack.oorG09/_new  2019-11-07 23:21:38.388865450 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/kubic-project/bazel-workspaces
-  28a1bcdf66c4a12189856a06c1b541f010a95015
\ No newline at end of file
+  5db0b6e72672aa25274509f167d3262d372b78f7
\ No newline at end of file

++ bazel-workspaces-20191011.obscpio -> bazel-workspaces-20191105.obscpio 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bazel-workspaces-20191011/googletest/BUILD 
new/bazel-workspaces-20191105/googletest/BUILD
--- old/bazel-workspaces-20191011/googletest/BUILD  2019-10-11 
01:39:06.0 +0200
+++ new/bazel-workspaces-20191105/googletest/BUILD  2019-11-05 
00:15:43.0 +0100
@@ -4,7 +4,10 @@
 "thirdparty_build/include/gmock/**/*.h",
 "thirdparty_build/include/gtest/**/*.h",
 ]),
-copts = ["-I/usr/include/gtest"],
+copts = [
+"-I/usr/include/gmock",
+"-I/usr/include/gtest",
+],
 linkopts = [
 "-lgmock",
 "-lgmock_main",
@@ -12,5 +15,49 @@
 "-lgtest_main",
 ],
 visibility = ["//visibility:public"],
-linkstatic=False,
+linkstatic = False,
+)
+
+cc_library(
+name = "gtest",
+hdrs = glob(["thirdparty_build/include/gtest/**/*.h"]),
+copts = ["-I/usr/include/gtest"],
+linkopts = [
+"-lgtest",
+],
+visibility = ["//visibility:public"],
+linkstatic = False,
+)
+
+cc_library(
+name = "gtest_main",
+hdrs = glob(["thirdparty_build/include/gtest/**/*.h"]),
+copts = ["-I/usr/include/gtest"],
+linkopts = [
+"-lgtest_main",
+],
+visibility = ["//visibility:public"],
+linkstatic = False,
+)
+
+cc_library(
+name = "gmock",
+hdrs = glob(["thirdparty_build/include/gmock/**/*.h"]),
+copts = ["-I/usr/include/gmock"],
+linkopts = [
+"-lgmock",
+],
+visibility = ["//visibility:public"],
+linkstatic = False,
+)
+
+cc_library(
+name = "gmock_main",
+hdrs = glob(["thirdparty_build/include/gmock/**/*.h"]),
+copts = ["-I/usr/include/gmock"],
+linkopts = [
+"-lgmock_main",
+],
+visibility = ["//visibility:public"],
+linkstatic = False,
 )
diff -urN

commit bazel-workspaces for openSUSE:Factory

2019-10-16 Thread root
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 @@
   
 https://github.com/kubic-project/bazel-workspaces
 git
+enable
 bazel-workspaces
 %cd
-f8a15d08c1cf87778696373bc8a857e256a1273b
+28a1bcdf66c4a12189856a06c1b541f010a95015
   
   
   

++ _servicedata ++


https://github.com/kubic-project/bazel-workspaces
  28a1bcdf66c4a12189856a06c1b541f010a95015++
 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.0 +0100
+++ new/bazel-workspaces-20191011/benchmark/BUILD   2019-10-11 
01:39:06.0 +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.0 +0100
+++ new/bazel-workspaces-20191011/benchmark/WORKSPACE   2019-10-11 
01:39:06.0 +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-201