Accepting request 500916 from M17N
1 OBS-URL: https://build.opensuse.org/request/show/500916 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/google-glog?expand=0&rev=7
This commit is contained in:
commit
9b4cb1a102
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0
|
|
||||||
size 509676
|
|
3
glog-0.3.5.zip
Normal file
3
glog-0.3.5.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:267103f8a1e9578978aa1dc256001e6529ef593e5aea38193d31c2872ee025e8
|
||||||
|
size 611478
|
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 4 04:25:12 UTC 2017 - plinnell@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.3.5
|
||||||
|
|
||||||
|
|
||||||
|
-CHECK_NOTNULL works with smart pointers when compiled in C++11
|
||||||
|
-Add __declspec(noreturn) on Win
|
||||||
|
-DCHECK_ALWAYS_ON to make D* enabled under NDEBUG
|
||||||
|
-MinGW: avoid the error "conflicting declaration 'typedef DWORD pthread_t'" etc.
|
||||||
|
-NULL sinks_ after deletion to prevent dangling pointer
|
||||||
|
-Symbolize: Calculate a module's zero VA using program headers
|
||||||
|
-Allow permission line in /proc/self/map to be "rwx"
|
||||||
|
-Add support for PowerPC
|
||||||
|
-Use namespace GFLAGS_NAMESPACE instead namespace gflags. #62
|
||||||
|
- Win: use _fdopen instead of fdopen. Fix #73
|
||||||
|
-Win: FAILED macro can't be used with HANDLE. Fix #79
|
||||||
|
-Avoid calling new/malloc in signalhandler to fix #78
|
||||||
|
-Reset SIGABRT action only if FailureSignalHandler is installed
|
||||||
|
-Fix missing public include directory
|
||||||
|
-Fix double-free in unit test on Windows
|
||||||
|
-Add logfile_mode to control logfile permissions to fix #23
|
||||||
|
-Fix mocklog unused arguments
|
||||||
|
-Fix redefinition of _XOPEN_SOURCE
|
||||||
|
-Don't call RAW_VLOG with locking vmodule_lock to fix #29
|
||||||
|
-Add CMake support. closes #4
|
||||||
|
-Fix #8 AddLogSink memory leak
|
||||||
|
-Add #ifndefs to avoid collision with other google opensource projects
|
||||||
|
-LOG_STRING: use std::vector and std::string
|
||||||
|
-Adds color output support for tmux terminals
|
||||||
|
-Fix x64/Debug build on MSVS
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Changes from 0.3.4
|
||||||
|
|
||||||
|
- repository moved from code.google.com/p/google-glog to github.com/google/glog
|
||||||
|
- fixes for latest MSVS
|
||||||
|
- add libc++ support
|
||||||
|
- fix build issue in demangle.cc
|
||||||
|
- add callback for OpenObjectFileContainingPcAndGetStartAddress
|
||||||
|
- add StrError and replace posix_strerror_r call
|
||||||
|
- fix VC build by adding GOOGLE_GLOG_DLL_DECL
|
||||||
|
- style fix for C++11
|
||||||
|
- reduce dynamic allocation from 3 to 1 per log message
|
||||||
|
- attempt to improve mingw-w64 support
|
||||||
|
- support unordered_(map|set) by stl_logging
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 16 08:14:42 UTC 2016 - mpluskal@suse.com
|
Wed Mar 16 08:14:42 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package google-glog
|
# spec file for package google-glog
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: google-glog
|
Name: google-glog
|
||||||
Version: 0.3.3
|
Version: 0.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Logging library for C++
|
Summary: Logging library for C++
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://code.google.com/p/google-glog/
|
Url: https://github.com/google/glog
|
||||||
Source: https://google-glog.googlecode.com/files/glog-%{version}.tar.gz
|
Source: glog-%{version}.zip
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: unzip
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user