-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matěj Grabovský <[email protected]>
- Loading branch information
1 parent
f8e684b
commit f8a0dbf
Showing
4 changed files
with
18 additions
and
2 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
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 @@ | ||
#!/bin/bash | ||
|
||
DEF_VER=0.38 | ||
DEF_VER=0.39 | ||
LF=' | ||
' | ||
|
||
|
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 |
---|---|---|
|
@@ -129,6 +129,16 @@ make check|| { | |
%endif | ||
|
||
%changelog | ||
* Fri Dec 17 2021 Matěj Grabovský <[email protected]> 0.39-1 | ||
- tests: Fix call to deprecated method | ||
- gitignore: Update local rules | ||
- tests: Add test case for sr_rpm_package_cmp | ||
- readme: Add Codecov badge | ||
- github: Calculate and upload code coverage to Codecov | ||
- autogen: Show executed commands | ||
- Use g_malloc instead of malloc | ||
- Use matching g_free for g_malloc'd memory | ||
|
||
* Wed Jun 16 2021 Michal Fabik <[email protected]> 0.38-1 | ||
- Release | ||
- lib: Use GLib for computing SHA-1 digests | ||
|