Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package abseil-cpp for openSUSE:Factory 
checked in at 2022-10-01 17:41:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/abseil-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.abseil-cpp.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "abseil-cpp"

Sat Oct  1 17:41:43 2022 rev:26 rq:1006366 version:20220623.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/abseil-cpp/abseil-cpp.changes    2022-07-13 
14:32:00.701259274 +0200
+++ /work/SRC/openSUSE:Factory/.abseil-cpp.new.2275/abseil-cpp.changes  
2022-10-01 17:41:48.197522153 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 13:47:49 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 20220623.1:
+  * minor warning fix 
+
+-------------------------------------------------------------------

Old:
----
  abseil-cpp-20220623.0.tar.gz

New:
----
  abseil-cpp-20220623.1.tar.gz

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

Other differences:
------------------
++++++ abseil-cpp.spec ++++++
--- /var/tmp/diff_new_pack.k1v4xK/_old  2022-10-01 17:41:48.749523160 +0200
+++ /var/tmp/diff_new_pack.k1v4xK/_new  2022-10-01 17:41:48.753523167 +0200
@@ -18,7 +18,7 @@
 
 %define lname  libabsl2206_0_0
 Name:           abseil-cpp
-Version:        20220623.0
+Version:        20220623.1
 Release:        0
 Summary:        C++11 libraries which augment the C++ stdlib
 License:        Apache-2.0

++++++ abseil-cpp-20220623.0.tar.gz -> abseil-cpp-20220623.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/abseil-cpp-20220623.0/absl/base/config.h 
new/abseil-cpp-20220623.1/absl/base/config.h
--- old/abseil-cpp-20220623.0/absl/base/config.h        2022-06-23 
20:22:47.000000000 +0200
+++ new/abseil-cpp-20220623.1/absl/base/config.h        2022-08-31 
19:15:21.000000000 +0200
@@ -112,7 +112,7 @@
 // LTS releases can be obtained from
 // https://github.com/abseil/abseil-cpp/releases.
 #define ABSL_LTS_RELEASE_VERSION 20220623
-#define ABSL_LTS_RELEASE_PATCH_LEVEL 0
+#define ABSL_LTS_RELEASE_PATCH_LEVEL 1
 
 // Helper macro to convert a CPP variable to a string literal.
 #define ABSL_INTERNAL_DO_TOKEN_STR(x) #x
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/abseil-cpp-20220623.0/absl/time/clock.cc 
new/abseil-cpp-20220623.1/absl/time/clock.cc
--- old/abseil-cpp-20220623.0/absl/time/clock.cc        2022-06-23 
20:22:47.000000000 +0200
+++ new/abseil-cpp-20220623.1/absl/time/clock.cc        2022-08-31 
19:15:21.000000000 +0200
@@ -196,7 +196,7 @@
   absl::base_internal::SpinLock lock{absl::kConstInit,
                                      base_internal::SCHEDULE_KERNEL_ONLY};
 };
-ABSL_CONST_INIT static TimeState time_state{};
+ABSL_CONST_INIT static TimeState time_state;
 
 // Return the time in ns as told by the kernel interface.  Place in *cycleclock
 // the value of the cycleclock at about the time of the syscall.

Reply via email to