-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30acc53
commit b3b99ee
Showing
1 changed file
with
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: libmyhtml | ||
Version: 4.0.4 | ||
Version: 4.0.5 | ||
Release: 1%{?dist} | ||
Summary: MyHTML is a fast HTML Parser implemented as a pure C99 library. | ||
License: LGPLv2.1 | ||
|
@@ -44,6 +44,8 @@ make install prefix=$RPM_BUILD_ROOT PROJECT_INSTALL_LIBRARY=%{_usr}/%{_lib} PROJ | |
%{!?_licensedir:%global license %doc} | ||
|
||
%changelog | ||
* Thu Sep 06 2018 Alexander Borisov <[email protected]> 4.0.5-1 | ||
- Please, see https://github.com/lexborisov/myhtml/blob/master/CHANGELOG.md | ||
* Mon Jan 08 2018 Alexander Borisov <[email protected]> 4.0.4-1 | ||
- Please, see https://github.com/lexborisov/myhtml/blob/master/CHANGELOG.md | ||
* Tue Mar 21 2017 Alexander Borisov <[email protected]> 4.0.0-1 | ||
|