-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Fix build - Add `homepage` key to `package.yml` (Part of #411) - Add monitoring.yml (Part of #4121)
- Loading branch information
Showing
5 changed files
with
41 additions
and
35 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 |
---|---|---|
|
@@ -2,5 +2,4 @@ UNKNOWN | |
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,5 @@ | ||
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>http://google.github.io/glog/</Homepage> | ||
<Packager> | ||
<Name>Joshua Strobl</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Muhammad Alfi Syahrin</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> | ||
|
@@ -39,7 +40,7 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="4">glog</Dependency> | ||
<Dependency release="5">glog</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/glog/log_severity.h</Path> | ||
|
@@ -52,12 +53,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="4"> | ||
<Date>2021-06-24</Date> | ||
<Update release="5"> | ||
<Date>2024-11-24</Date> | ||
<Version>0.3.5</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Joshua Strobl</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |