-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - [changelog](https://github.com/google/glog/releases/tag/v0.7.1) - added homepage - build using cmake/ninja - add monitoring.yml
- Loading branch information
Showing
7 changed files
with
284 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
libglog.so.0 | ||
libglog.so.2 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
UNKNOWN | ||
ld-linux-x86-64.so.2 | ||
libc.so.6 | ||
libgcc_s.so.1 | ||
libgflags.so.2.2 | ||
libpthread.so.0 | ||
libstdc++.so.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
releases: | ||
id: 8732 | ||
rss: https://github.com/google/glog/releases.atom | ||
security: | ||
cpe: ~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
<PISI> | ||
<Source> | ||
<Name>glog</Name> | ||
<Homepage>https://google.github.io/glog/stable/</Homepage> | ||
<Packager> | ||
<Name>Joshua Strobl</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Robert Gonzalez</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>BSD-3-Clause</License> | ||
<PartOf>programming</PartOf> | ||
<Summary xml:lang="en">C++ implementation of the Google logging module</Summary> | ||
<Description xml:lang="en">C++ implementation of the Google logging module. | ||
</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>glog</Name> | ||
|
@@ -19,17 +20,8 @@ | |
</Description> | ||
<PartOf>programming</PartOf> | ||
<Files> | ||
<Path fileType="library">/usr/lib64/libglog.so.0</Path> | ||
<Path fileType="library">/usr/lib64/libglog.so.0.0.0</Path> | ||
<Path fileType="doc">/usr/share/doc/glog-0.3.5/AUTHORS</Path> | ||
<Path fileType="doc">/usr/share/doc/glog-0.3.5/COPYING</Path> | ||
<Path fileType="doc">/usr/share/doc/glog-0.3.5/ChangeLog</Path> | ||
<Path fileType="doc">/usr/share/doc/glog-0.3.5/INSTALL</Path> | ||
<Path fileType="doc">/usr/share/doc/glog-0.3.5/NEWS</Path> | ||
<Path fileType="doc">/usr/share/doc/glog-0.3.5/README</Path> | ||
<Path fileType="doc">/usr/share/doc/glog-0.3.5/README.windows</Path> | ||
<Path fileType="doc">/usr/share/doc/glog-0.3.5/designstyle.css</Path> | ||
<Path fileType="doc">/usr/share/doc/glog-0.3.5/glog.html</Path> | ||
<Path fileType="library">/usr/lib64/libglog.so.0.7.1</Path> | ||
<Path fileType="library">/usr/lib64/libglog.so.2</Path> | ||
</Files> | ||
</Package> | ||
<Package> | ||
|
@@ -39,25 +31,34 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="4">glog</Dependency> | ||
<Dependency release="5">glog</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/glog/export.h</Path> | ||
<Path fileType="header">/usr/include/glog/flags.h</Path> | ||
<Path fileType="header">/usr/include/glog/log_severity.h</Path> | ||
<Path fileType="header">/usr/include/glog/logging.h</Path> | ||
<Path fileType="header">/usr/include/glog/platform.h</Path> | ||
<Path fileType="header">/usr/include/glog/raw_logging.h</Path> | ||
<Path fileType="header">/usr/include/glog/stl_logging.h</Path> | ||
<Path fileType="header">/usr/include/glog/types.h</Path> | ||
<Path fileType="header">/usr/include/glog/vlog_is_on.h</Path> | ||
<Path fileType="library">/usr/lib64/cmake/glog/glog-config-version.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/glog/glog-config.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/glog/glog-modules.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/glog/glog-targets-relwithdebinfo.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/glog/glog-targets.cmake</Path> | ||
<Path fileType="library">/usr/lib64/libglog.so</Path> | ||
<Path fileType="data">/usr/lib64/pkgconfig/libglog.pc</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="4"> | ||
<Date>2021-06-24</Date> | ||
<Version>0.3.5</Version> | ||
<Update release="5"> | ||
<Date>2024-07-20</Date> | ||
<Version>0.7.1</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Joshua Strobl</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Robert Gonzalez</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |