|
@@ -1,11 +1,11 @@
|
|
# needs launching memcached
|
|
# needs launching memcached
|
|
%bcond_with test
|
|
%bcond_with test
|
|
|
|
|
|
-%define build_targets 74 80
|
|
|
|
|
|
+%define build_targets 74 80 81
|
|
%define extname memcached
|
|
%define extname memcached
|
|
|
|
|
|
-%global gitdate 20210320
|
|
|
|
-%global githash 19a02bb5bfaeb520b857a2d64172f7d2a9615fb3
|
|
|
|
|
|
+%global gitdate 20211126
|
|
|
|
+%global githash 60a8f9f8810aab2b4cff16b05667c6d4af85ef09
|
|
|
|
|
|
%define srcdir php-%{extname}-%{?githash:%{githash}}%{!?githash:%{version}}
|
|
%define srcdir php-%{extname}-%{?githash:%{githash}}%{!?githash:%{version}}
|
|
|
|
|
|
@@ -68,6 +68,22 @@ This module enable to access memcached in PHP scripts.
|
|
このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。
|
|
このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。
|
|
|
|
|
|
|
|
|
|
|
|
+%package -n php81-ext-%{extname}
|
|
|
|
+Summary: memcached extension for PHP-8.1
|
|
|
|
+Summary(ja): PHP-8.1用memcached拡張
|
|
|
|
+Group: programming
|
|
|
|
+BuildRequires: php81-devel
|
|
|
|
+%if "%{?req_php81_api}" != ""
|
|
|
|
+Requires: %{req_php81_api}
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%description -n php81-ext-%{extname}
|
|
|
|
+This module enable to access memcached in PHP scripts.
|
|
|
|
+
|
|
|
|
+%description -n php81-ext-%{extname} -l ja
|
|
|
|
+このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。
|
|
|
|
+
|
|
|
|
+
|
|
%debug_package
|
|
%debug_package
|
|
|
|
|
|
|
|
|
|
@@ -135,14 +151,19 @@ done
|
|
|
|
|
|
%files -n php74-ext-%{extname} -f files.php74
|
|
%files -n php74-ext-%{extname} -f files.php74
|
|
%files -n php80-ext-%{extname} -f files.php80
|
|
%files -n php80-ext-%{extname} -f files.php80
|
|
|
|
+%files -n php81-ext-%{extname} -f files.php81
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Sat Mar 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5.20210320
|
|
|
|
-- moved to git HEAD.
|
|
|
|
|
|
+* Fri Nov 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5.git20211126-1
|
|
|
|
+- sync to git HEAD.
|
|
|
|
+- added php81 support.
|
|
|
|
+
|
|
|
|
+* Sat Mar 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5.git20210320-1
|
|
|
|
+- sync to git HEAD.
|
|
- dropped Patch0: fixed in upstream.
|
|
- dropped Patch0: fixed in upstream.
|
|
|
|
|
|
-* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5.20201219
|
|
|
|
|
|
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5.git20201219-1
|
|
- moved to git HEAD.
|
|
- moved to git HEAD.
|
|
- added php80 support.
|
|
- added php80 support.
|
|
- dropped php73 support.
|
|
- dropped php73 support.
|