Hello community,

here is the log from the commit of package benchmark for openSUSE:Factory 
checked in at 2018-04-05 15:35:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/benchmark (Old)
 and      /work/SRC/openSUSE:Factory/.benchmark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "benchmark"

Thu Apr  5 15:35:12 2018 rev:7 rq:593723 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/benchmark/benchmark.changes      2018-03-28 
10:32:57.649637386 +0200
+++ /work/SRC/openSUSE:Factory/.benchmark.new/benchmark.changes 2018-04-05 
15:35:17.588235972 +0200
@@ -1,0 +2,16 @@
+Wed Apr  4 22:20:14 UTC 2018 - avin...@opensuse.org
+
+- Update to version 1.4.0
+  * Removal of deprecated headers
+  * Improved CPU cache info reporting
+  * Support State::KeepRunningBatch()
+  * Support int64_t for AddRange()
+  * New platform support: NetBSD, s390x, Solaris
+  * Bazel build support
+  * Support googletest unit tests
+  * Add assembler tests
+  * Various warnings fixed
+- Drop benchmark-s390.patch
+  * fixed upstream (commit ff2c255af5bb2fc2e5cd3b3685f0c6283117ce73)
+
+-------------------------------------------------------------------

Old:
----
  benchmark-1.3.0.tar.gz
  benchmark-s390.patch

New:
----
  benchmark-1.4.0.tar.gz

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

Other differences:
------------------
++++++ benchmark.spec ++++++
--- /var/tmp/diff_new_pack.fK2gfp/_old  2018-04-05 15:35:18.180214578 +0200
+++ /var/tmp/diff_new_pack.fK2gfp/_new  2018-04-05 15:35:18.180214578 +0200
@@ -19,18 +19,18 @@
 %define soname  lib%{name}
 %define sover   0
 Name:           benchmark
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 Summary:        A microbenchmark support library
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 Url:            https://github.com/google/benchmark
 Source:         
https://github.com/google/benchmark/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FEATURE-UPSTREAM benchmark-s390.patch
-Patch0:         benchmark-s390.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  git-core
+BuildRequires:  gmock
+BuildRequires:  gtest
 
 %description
 A library to support the benchmarking of functions, similar to unit-tests.
@@ -52,7 +52,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 %if %{__isa_bits} == 64
@@ -83,8 +82,9 @@
 %license LICENSE
 %doc README.md AUTHORS
 %dir %{_prefix}/lib/cmake/
-%dir %{_prefix}/lib/cmake/benchmark
-%{_prefix}/lib/cmake/benchmark/*.cmake
+%dir %{_prefix}/lib/cmake/%{name}
+%{_prefix}/lib/cmake/%{name}/*.cmake
+%{_prefix}/lib/pkgconfig/%{name}.pc
 %{_libdir}/%{soname}.so
 %{_includedir}/%{name}
 

++++++ benchmark-1.3.0.tar.gz -> benchmark-1.4.0.tar.gz ++++++
++++ 5196 lines of diff (skipped)


Reply via email to