-
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: Michal Fabik <[email protected]>
- Loading branch information
1 parent
5315976
commit a1f232b
Showing
3 changed files
with
8 additions
and
1 deletion.
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.35 | ||
DEF_VER=0.36 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,6 +131,9 @@ make check|| { | |
%endif | ||
|
||
%changelog | ||
* Tue Jan 12 2021 Michal Fabik <[email protected]> 0.36-1 | ||
- spec: Use autoreconf in %build | ||
|
||
* Tue Dec 01 2020 Michal Fabik <[email protected]> 0.35-1 | ||
- BR make | ||
|
||
|