Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
419b89b2ab | ||
|
|
54288f43bc |
1 changed files with 7 additions and 4 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
Name: php-markdown
|
Name: php-markdown
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 5%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Markdown implementation in PHP
|
Summary: Markdown implementation in PHP
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
@ -38,9 +38,6 @@ Provides: php-composer(michelf/php-markdown) = %{version}
|
||||||
This is a PHP implementation of John Gruber's Markdown.
|
This is a PHP implementation of John Gruber's Markdown.
|
||||||
It is almost completely compliant with the reference implementation.
|
It is almost completely compliant with the reference implementation.
|
||||||
|
|
||||||
This packages provides the classic version %{classic_version} and the new
|
|
||||||
library version %{version}.
|
|
||||||
|
|
||||||
Autoloader: %{_datadir}/php/Michelf/markdown-autoload.php
|
Autoloader: %{_datadir}/php/Michelf/markdown-autoload.php
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -99,6 +96,12 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Mar 23 2025 Tim Landscheidt <tim@tim-landscheidt.de> - 2.0.0-6
|
||||||
|
- Remove outdated information from package description
|
||||||
|
|
||||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-5
|
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue