update to version 0.30.3

This commit is contained in:
zhangxianting 2023-11-23 18:22:08 +08:00
parent ad11f7b4de
commit cef3fae734
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
cmark-0.30.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_with tests
Name: cmark
Version: 0.30.2
Release: 2
Version: 0.30.3
Release: 1
Summary: CommonMark parsing and rendering library and program in C
License: BSD and MIT
URL: https://github.com/commonmark/cmark
Source0: https://github.com/commonmark/cmark/archive/refs/tags/0.30.2.tar.gz
URL: https://github.com/jgm/cmark
Source0: https://github.com/jgm/cmark/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake gcc-c++ pkgconfig
@ -62,6 +62,9 @@ popd
%{_libdir}/cmake/cmark/cmark*.cmake
%changelog
* Thu Nov 23 2023 zhangxianting <zhangxianting@uniontech.com> - 0.30.3-1
- update to version 0.30.3
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.30.2-2
- Add devel package Requires cmark