Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
1 changed files with 4 additions and 7 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
Name: php-markdown
|
Name: php-markdown
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 7%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Markdown implementation in PHP
|
Summary: Markdown implementation in PHP
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
@ -38,6 +38,9 @@ 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
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -96,12 +99,6 @@ 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