Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
3 changed files with 6 additions and 36 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1 @@
|
|||
/slika-1.0.5.zip
|
||||
/slika-1.0.6.zip
|
||||
/slika-1.0.7.zip
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global project slika
|
||||
Name: php-%{author}-%{project}
|
||||
|
||||
Version: 1.0.7
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.5
|
||||
Release: 3%{?dist}
|
||||
|
||||
Summary: Image handling library for PHP
|
||||
License: MIT
|
||||
|
|
@ -23,7 +23,7 @@ BuildArch: noarch
|
|||
|
||||
%global with_tests 1
|
||||
|
||||
BuildRequires: php(language) >= 7.0.0
|
||||
BuildRequires: php(language) >= 5.5.0
|
||||
BuildRequires: php-fedora-autoloader-devel
|
||||
|
||||
%if 0%{with_tests}
|
||||
|
|
@ -33,7 +33,7 @@ BuildRequires: php-pcre
|
|||
BuildRequires: phpunit8
|
||||
%endif
|
||||
|
||||
Requires: php(language) >= 7.0.0
|
||||
Requires: php(language) >= 5.5.0
|
||||
Requires: php-pcre
|
||||
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
|
@ -59,7 +59,7 @@ Autoloader: %{pkgdir}/autoload.php
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{project}-%{version}
|
||||
%setup -q -n %{project}-%{version}
|
||||
|
||||
# Exclude the tests from the composer file
|
||||
sed -e '/"splitbrain\\\\slika\\\\tests\\\\":/d' -i composer.json
|
||||
|
|
@ -103,34 +103,6 @@ phpunit8 --verbose --bootstrap ./bootstrap.php
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Jan 30 2024 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.0.7-1
|
||||
- Update to v1.0.7
|
||||
- Drop Patch0 (fix PHP 8.3.0 compatibility - merged upstream)
|
||||
|
||||
* Sat Jan 27 2024 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.0.6-1
|
||||
- Update to v1.0.6
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Oct 06 2022 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.0.5-3
|
||||
- Fix package being non-installable due to borked dependencies
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (slika-1.0.7.zip) = 382f4c587819cf0c45333d622f12eb22e008528ca616095cd8a6c8e8babb64f0f14cac88546fe9905973af4b78123044f41844e17c9d06615cf21f8cf96cc314
|
||||
SHA512 (slika-1.0.5.zip) = 445df981a0c6532f1bad90a5dd50dbcb9371c9611b8c64091fca197f248eb0347acabbc543636027b381690801f1441392457398ff066f9140e4a4842b8fefc4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue