Commit Graph

16 Commits

Author SHA256 Message Date
Ana Guerrero
0f98bfb0ca Accepting request 1195100 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1195100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gflags?expand=0&rev=6
2024-08-22 16:13:22 +00:00
2b3683c591 - Revert previous, incorrect change. gflags_shared is a CMake
target name, not a filename. Unfortunately no context was
  provided, making it impossible to know what was actually
  wanted.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=15
2024-08-21 11:35:32 +00:00
4ce3a7617d - cmake include files want to link agains gflags_shared instead
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=14
2024-08-02 06:33:25 +00:00
3120ca8e81 - cmake include files want to lkink agains gflags_shared instead
of glflags only. Creating this libs the hard way.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=13
2024-08-01 18:13:56 +00:00
Dominique Leuenberger
eef5ac9c42 Accepting request 1075555 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1075555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gflags?expand=0&rev=5
2023-03-30 20:52:35 +00:00
1ec2b8b102 Accepting request 1074977 from home:StefanBruens:branches:devel:libraries:c_c++
- Fix (uncritical) libdir error in pkgconfig file.
- Use default RelWithDebInfo build type.
- Use separate _multibuilds for static and dynamic libraries,
  otherwise CMake config depends on the static library.

OBS-URL: https://build.opensuse.org/request/show/1074977
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=11
2023-03-30 12:44:28 +00:00
Dominique Leuenberger
560749f474 Accepting request 974324 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/974324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gflags?expand=0&rev=4
2022-05-02 14:25:43 +00:00
66ce346e6b Accepting request 973064 from home:jengelh:branches:devel:libraries:c_c++
- Resolve rpmlint report "libgflags2.x86_64: E:
  shlib-policy-name-error SONAME: libgflags.so.2.2, expected
  package suffix: 2_2"

OBS-URL: https://build.opensuse.org/request/show/973064
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=9
2022-05-02 07:38:53 +00:00
Dominique Leuenberger
6b9f4faafa Accepting request 827762 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/827762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gflags?expand=0&rev=3
2020-08-21 17:08:40 +00:00
836867902b Accepting request 825199 from home:elimat:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/825199
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=7
2020-08-19 08:58:23 +00:00
Yuchen Lin
53f5c7516a Accepting request 731054 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/731054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gflags?expand=0&rev=2
2019-09-16 08:53:18 +00:00
fa7f9637b1 Accepting request 729961 from home:cgiboudeaux:fat-lto-objects
- Use -ffat-lto-objects when building static libraries.

OBS-URL: https://build.opensuse.org/request/show/729961
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=5
2019-09-15 07:05:40 +00:00
Dominique Leuenberger
34c467ecba Accepting request 645503 from devel:libraries:c_c++
Needed for caffe.

- Add RPM groups. Fix wrong devel-static description.
- Update to version 2.2.1
  * Link to online documentation in README
  * Merged 194: Include utils by file instead of CMAKE_MODULE_PATH
    search
  * Merged 195: Remove unused program_name variable
  * Merged 196: Enable language C for older CMake versions when
    needed
  * Merged 202: Changed include directory in bazel build
  * Merged 207: Mark single argument constructors in mutex.h as
    explicit
  * Merged 215: Fix static initialization order fiasco caused by
    global registry lock
  * Merged 216: Fix use of ARGC in CMake macros
  * Merged 222: Static code analyzer error regarding strncmp with
    empty kRootDir
- Renamed source file
- Initial 2.2.0 release

OBS-URL: https://build.opensuse.org/request/show/645503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gflags?expand=0&rev=1
2018-10-31 12:17:39 +00:00
Ismail Dönmez
4e1d351041 Accepting request 645500 from home:jengelh:branches:devel:libraries:c_c++
- Add RPM groups. Fix wrong devel-static description.

OBS-URL: https://build.opensuse.org/request/show/645500
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=3
2018-10-30 10:45:41 +00:00
Ismail Dönmez
04e4469437 Cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=2
2018-10-27 11:44:46 +00:00
Ismail Dönmez
81f36c4a5d Accepting request 627467 from graphics
Suggested that devel:libraries:c_c++ would be a more appropriate home for this package.

See:
https://build.opensuse.org/request/show/626965

OBS-URL: https://build.opensuse.org/request/show/627467
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=1
2018-08-04 20:47:24 +00:00