Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
208d39ee23 | ||
|
|
3f26ba2134 |
3 changed files with 14 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/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.5
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Image handling library for PHP
|
||||
License: MIT
|
||||
|
|
@ -23,7 +23,7 @@ BuildArch: noarch
|
|||
|
||||
%global with_tests 1
|
||||
|
||||
BuildRequires: php(language) >= 5.5.0
|
||||
BuildRequires: php(language) >= 7.0.0
|
||||
BuildRequires: php-fedora-autoloader-devel
|
||||
|
||||
%if 0%{with_tests}
|
||||
|
|
@ -33,7 +33,7 @@ BuildRequires: php-pcre
|
|||
BuildRequires: phpunit8
|
||||
%endif
|
||||
|
||||
Requires: php(language) >= 5.5.0
|
||||
Requires: php(language) >= 7.0.0
|
||||
Requires: php-pcre
|
||||
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
|
@ -59,7 +59,7 @@ Autoloader: %{pkgdir}/autoload.php
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{project}-%{version}
|
||||
%autosetup -p1 -n %{project}-%{version}
|
||||
|
||||
# Exclude the tests from the composer file
|
||||
sed -e '/"splitbrain\\\\slika\\\\tests\\\\":/d' -i composer.json
|
||||
|
|
@ -103,6 +103,12 @@ phpunit8 --verbose --bootstrap ./bootstrap.php
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 30 2024 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.0.7-1
|
||||
- Update to v1.0.7
|
||||
|
||||
* Sat Jan 27 2024 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.0.6-1
|
||||
- Update to v1.0.6
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (slika-1.0.5.zip) = 445df981a0c6532f1bad90a5dd50dbcb9371c9611b8c64091fca197f248eb0347acabbc543636027b381690801f1441392457398ff066f9140e4a4842b8fefc4
|
||||
SHA512 (slika-1.0.7.zip) = 382f4c587819cf0c45333d622f12eb22e008528ca616095cd8a6c8e8babb64f0f14cac88546fe9905973af4b78123044f41844e17c9d06615cf21f8cf96cc314
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue