Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bd92b6844 | ||
|
|
42b1f4cdf9 | ||
|
|
06eeec8d9b | ||
|
|
ba0dcc64d8 | ||
|
|
1046eb8ebf |
1 changed files with 16 additions and 3 deletions
|
|
@ -25,10 +25,11 @@
|
|||
|
||||
Name: php-%{lib_name_old}
|
||||
Version: %{github_version}
|
||||
Release: 21%{?dist}
|
||||
Release: 25%{?dist}
|
||||
Summary: A PHP parser written in PHP - version 1
|
||||
|
||||
License: BSD
|
||||
# Automatically converted from old format: BSD - review is highly recommended.
|
||||
License: LicenseRef-Callaway-BSD
|
||||
URL: https://github.com/%{github_owner}/%{github_name}
|
||||
# Upstream tarball don't provide test suite
|
||||
# Use mksrc.sh to generate a git snapshot tarball
|
||||
|
|
@ -79,7 +80,7 @@ Autoloader: '%{_datadir}/php/%{lib_name}/autoload.php';
|
|||
%prep
|
||||
%setup -q -n %{github_name}-%{github_short}
|
||||
|
||||
%patch0 -p0 -b .rpm
|
||||
%patch -P0 -p0 -b .rpm
|
||||
rm lib/%{lib_name}/*rpm
|
||||
|
||||
|
||||
|
|
@ -117,6 +118,18 @@ ln -s ../%{lib_name}/Autoloader.php \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Sep 4 2024 Miroslav Suchý <msuchy@redhat.com> - 1.4.1-23
|
||||
- convert license to SPDX
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue