Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
1 changed files with 4 additions and 19 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
Name: php-markdown
|
Name: php-markdown
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 7%{?dist}
|
Release: 1%{?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,24 +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
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Oct 04 2023 Sérgio Basto <sergio@serjux.com> - 2.0.0-1
|
* Wed Oct 04 2023 Sérgio Basto <sergio@serjux.com> - 2.0.0-1
|
||||||
- Update php-markdown to 2.0.0
|
- Update php-markdown to 2.0.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue