commit gflags for openSUSE:Factory

2020-08-21 Thread root
Hello community,

here is the log from the commit of package gflags for openSUSE:Factory checked 
in at 2020-08-21 19:08:40

Comparing /work/SRC/openSUSE:Factory/gflags (Old)
 and  /work/SRC/openSUSE:Factory/.gflags.new.3399 (New)


Package is "gflags"

Fri Aug 21 19:08:40 2020 rev:3 rq:827762 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/gflags/gflags.changes2019-09-16 
10:53:19.707149493 +0200
+++ /work/SRC/openSUSE:Factory/.gflags.new.3399/gflags.changes  2020-08-21 
19:09:54.412560450 +0200
@@ -1,0 +2,32 @@
+Sun Aug  9 20:57:54 UTC 2020 - Matthias Eliasson 
+
+- Update to version 2.2.2
+  * Fixed 267: Support build with GCC option "-fvisibility=hidden".
+  * Fixed 262: Declare FALGS_no##name variables as static to avoid
+"previous extern" warning.
+  * Fixed 261: Declare FlagRegisterer c’tor explicit template instanations as
+extern in header
+  * Fixed 257: Build with _UNICODE support on Windows.
+  * Fixed 233/234/235: Move CMake defines that are unused by Bazel to
+separate header; makes config.h private again
+  * Fixed 228: Build with recent MinGW versions that define setenv.
+  * Fixed 226: Remove obsolete and unused CleanFileName code
+  * Merged 266: Various PVS Studio and GCC warnings.
+  * Merged 258: Fix build with some Clang variants that define "restrict"
+macro.
+  * Merged 252: Update documentation on how to use Bazel.
+  * Merged 249: Use "_debug" postfix for debug libraries. 
+  * Merged 247: CMake "project" VERSION; no enable_testing(); "gflags::"
+import target prefix.
+  * Merged 246: Add Bazel-on-Windows support.
+  * Merged 239: Use GFLAGS_NAMESPACE instead of "gflags" in test executable.
+  * Merged 237: Removed unused functions; fixes compilation with -Werror
+compiler option.
+  * Merged 232: Fix typo in Bazel's BUILD definition
+  * Merged 230: Remove using ::fLS::clstring.
+  * Merged 221: Add convenience 'uninstall' target
+- Run spec-cleaner
+  * Remove package groups
+  * Use make macros
+
+---

Old:

  gflags-2.2.1.tar.gz

New:

  gflags-2.2.2.tar.gz



Other differences:
--
++ gflags.spec ++
--- /var/tmp/diff_new_pack.eJ80tB/_old  2020-08-21 19:09:56.904561930 +0200
+++ /var/tmp/diff_new_pack.eJ80tB/_new  2020-08-21 19:09:56.912561935 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gflags
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,10 @@
 
 
 Name:   gflags
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:Library for commandline flag processing
 License:BSD-3-Clause
-Group:  Development/Libraries/C and C++
 URL:https://github.com/gflags/gflags
 Source0:
https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
@@ -38,7 +37,6 @@
 
 %package -n libgflags2
 Summary:Library for commandline flag processing
-Group:  System/Libraries
 
 %description -n libgflags2
 The gflags package contains a library that implements commandline
@@ -49,7 +47,6 @@
 
 %package devel
 Summary:Development files for gflags library
-Group:  Development/Libraries/C and C++
 Requires:   libgflags2 = %{version}
 
 %description devel
@@ -57,7 +54,6 @@
 
 %package devel-static
 Summary:Statically linked development libraries for gflags
-Group:  Development/Libraries/C and C++
 Requires:   %{name}-devel = %{version}
 
 %description devel-static
@@ -77,7 +73,7 @@
-DBUILD_TESTING:BOOL=ON \
-DCMAKE_BUILD_TYPE=Release
 
-make %{?_smp_mflags} VERBOSE=1
+%make_build
 
 %install
 %cmake_install

++ gflags-2.2.1.tar.gz -> gflags-2.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gflags-2.2.1/.gitignore new/gflags-2.2.2/.gitignore
--- old/gflags-2.2.1/.gitignore 2017-07-11 19:30:34.0 +0200
+++ new/gflags-2.2.2/.gitignore 2018-11-11 22:21:00.0 +0100
@@ -2,6 +2,7 @@
 /build/
 /builds/
 /build-*/
+/_build/
 .DS_Store
 CMakeCache.txt
 DartConfiguration.tcl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gflags-2.2.1/BUILD new/gflags-2.2.2/BUILD
--- old/gflags-2.2.1/BUILD  2017-07-11 19:30:34.0 +0200
+++ new/gflags-2.2.2/BUILD  2018-11-11 22:21:00.0 +0100
@@ -4,9 +4,15 @@
 
 licenses(["notice"])
 
-exports_files(["src/gflags_complections.sh", "COPYING.txt"])

commit gflags for openSUSE:Factory

2019-09-16 Thread root
Hello community,

here is the log from the commit of package gflags for openSUSE:Factory checked 
in at 2019-09-16 10:53:18

Comparing /work/SRC/openSUSE:Factory/gflags (Old)
 and  /work/SRC/openSUSE:Factory/.gflags.new.7948 (New)


Package is "gflags"

Mon Sep 16 10:53:18 2019 rev:2 rq:731054 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/gflags/gflags.changes2018-10-31 
13:21:07.523075040 +0100
+++ /work/SRC/openSUSE:Factory/.gflags.new.7948/gflags.changes  2019-09-16 
10:53:19.707149493 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 20:23:51 UTC 2019 - Christophe Giboudeaux 
+
+- Use -ffat-lto-objects when building static libraries.
+
+---



Other differences:
--
++ gflags.spec ++
--- /var/tmp/diff_new_pack.v1buAp/_old  2019-09-16 10:53:20.247149422 +0200
+++ /var/tmp/diff_new_pack.v1buAp/_new  2019-09-16 10:53:20.251149422 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gflags
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -67,6 +67,7 @@
 %setup -q
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 CFLAGS="%{optflags} -pthread"
 CXXFLAGS="%{optflags} -pthread"
 export CFLAGS CXXFLAGS