Browse Source

updated 4 packages

php-ext-clearsilver-0.4-16

php-ext-mailparse-3.1.1-1

php-ext-memcached-3.1.5.git20201219-1

php-ext-phpredis-5.3.2-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12516 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
f7500eac55

+ 54 - 38
p/php-ext-clearsilver/php-ext-clearsilver-vl.spec

@@ -1,6 +1,6 @@
 %bcond_with php5
-%bcond_without php73
 %bcond_without php74
+%bcond_without php80
 
 %define modname clearsilver
 
@@ -8,13 +8,14 @@ Summary: ClearSilver extension for PHP
 Summary(ja): PHP用ClearSilverモジュール
 Name: php-ext-%{modname}
 Version: 0.4
-Release: 15%{_dist_release}
+Release: 16%{_dist_release}
 URL: http://www.geodata.soton.ac.uk/software/php_clearsilver/
 Source: php-%{modname}-%{version}.tar.gz
 Patch0: php-clearsilver-0.4-php5.6.0.patch
 Patch2: php-clearsilver-0.4-php7.2.0.patch
+Patch3: php-clearsilver-0.4-php8.0.0.patch
 License: The PHP License
-Group: Development/Languages
+Group: programming
 BuildRequires: clearsilver, zlib-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -28,11 +29,12 @@ This module adds ClearSilver functions to PHP.
 %description -l ja
 このモジュールはPHPにClearSilverテンプレート機能を追加します。
 
+
 %if %{with php5}
 %package -n php5-ext-%{modname}
 Summary: ClearSilver extension for PHP-5.6.x
 Summary(ja): PHP-5.6用ClearSilverモジュール
-Group: Development/Languages
+Group: programming
 BuildRequires: php5-devel
 %if "%{?req_php5_api}" != ""
 Requires: %{req_php5_api}
@@ -47,11 +49,12 @@ This module adds ClearSilver functions to PHP.
 
 %endif
 
+
 %if %{with php74}
 %package -n php74-ext-%{modname}
 Summary: ClearSilver extension for PHP-7.4
 Summary(ja): PHP-7.4用ClearSilverモジュール
-Group: Development/Languages
+Group: programming
 BuildRequires: php74-devel
 %if "%{?req_php74_api}" != ""
 Requires: %{req_php74_api}
@@ -65,24 +68,29 @@ This module adds ClearSilver functions to PHP.
 
 %endif
 
-%if %{with php73}
-%package -n php73-ext-%{modname}
-Summary: ClearSilver extension for PHP-7.3
-Summary(ja): PHP-7.3用ClearSilverモジュール
-Group: Development/Languages
-BuildRequires: php73-devel
-%if "%{?req_php73_api}" != ""
-Requires: %{req_php73_api}
+
+%if %{with php80}
+%package -n php80-ext-%{modname}
+Summary: ClearSilver extension for PHP-8.0
+Summary(ja): PHP-8.0用ClearSilverモジュール
+Group: programming
+BuildRequires: php80-devel
+%if "%{?req_php80_api}" != ""
+Requires: %{req_php80_api}
 %endif
 
-%description -n php73-ext-%{modname}
+%description -n php80-ext-%{modname}
 This module adds ClearSilver functions to PHP.
 
-%description -n php73-ext-%{modname} -l ja
+%description -n php80-ext-%{modname} -l ja
 このモジュールはPHPにClearSilverテンプレート機能を追加します。
 
 %endif
 
+
+%debug_package
+
+
 %prep
 %setup -q -c -n php-%{modname}-%{version}
 
@@ -103,14 +111,14 @@ pushd php-clearsilver-%{version}-php74
 popd
 %endif
 
-%if %{with php73}
-cp -a php-clearsilver-%{version} php-clearsilver-%{version}-php73
-pushd php-clearsilver-%{version}-php73
-%patch0 -p1 -b .php56
-%patch2 -p1 -b .php72
+%if %{with php80}
+cp -a php-clearsilver-%{version} php-clearsilver-%{version}-php80
+pushd php-clearsilver-%{version}-php80
+%patch3 -p1 -b .php80
 popd
 %endif
 
+
 %build
 %if %{with php5}
 pushd php-clearsilver-%{version}-php5
@@ -131,15 +139,16 @@ aclocal
 popd
 %endif
 
-%if %{with php73}
-pushd php-clearsilver-%{version}-php73
-phpize73
+%if %{with php80}
+pushd php-clearsilver-%{version}-php80
+phpize80
 aclocal
-%configure --with-php-config=/usr/bin/php-config73
+%configure --with-php-config=/usr/bin/php-config80
 %__make %{_smp_mflags}
 popd
 %endif
 
+
 %install
 rm -rf %{buildroot}
 %if %{with php5}
@@ -170,22 +179,22 @@ EOF
 popd
 %endif
 
-%if %{with php73}
-pushd php-clearsilver-%{version}-php73
-mkdir -p %{buildroot}%{_libdir}/php73/
-mkdir -p %{buildroot}%{_sysconfdir}/php73/php.d
+%if %{with php80}
+pushd php-clearsilver-%{version}-php80
+mkdir -p %{buildroot}%{_libdir}/php80/
+mkdir -p %{buildroot}%{_sysconfdir}/php80/php.d
 
-install -m644 modules/%{modname}.so %{buildroot}%{_libdir}/php73/
+install -m644 modules/%{modname}.so %{buildroot}%{_libdir}/php80/
 
-cat > %{buildroot}%{_sysconfdir}/php73/php.d/%{modname}.ini <<EOF
+cat > %{buildroot}%{_sysconfdir}/php80/php.d/%{modname}.ini <<EOF
 ; Enable %{modname} extension module
 extension=%{modname}.so
 EOF
 popd
 %endif
 
-%check
 
+%check
 %if %{with php5}
 pushd php-clearsilver-%{version}-php5
 make test NO_INTERACTION=1
@@ -198,15 +207,17 @@ make test TEST_PHPDBG_EXECUTABLE=/usr/bin/phpdbg74 NO_INTERACTION=1
 popd
 %endif
 
-%if %{with php73}
-pushd php-clearsilver-%{version}-php73
-make test TEST_PHPDBG_EXECUTABLE=/usr/bin/phpdbg73 NO_INTERACTION=1
+%if %{with php80}
+pushd php-clearsilver-%{version}-php80
+make test TEST_PHPDBG_EXECUTABLE=/usr/bin/phpdbg80 NO_INTERACTION=1
 popd
 %endif
 
+
 %clean
 rm -rf %{buildroot}
 
+
 %if %{with php5}
 %files -n php5-ext-%{modname}
 %defattr(-,root,root)
@@ -223,15 +234,20 @@ rm -rf %{buildroot}
 %{_sysconfdir}/php74/php.d/*
 %endif
 
-%if %{with php73}
-%files -n php73-ext-%{modname}
+%if %{with php80}
+%files -n php80-ext-%{modname}
 %defattr(-,root,root)
 %doc CREDITS INSTALL LICENSE README doc
-%{_libdir}/php73/*
-%{_sysconfdir}/php73/php.d/*
+%{_libdir}/php80/*
+%{_sysconfdir}/php80/php.d/*
 %endif
 
+
 %changelog
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4-16
+- added php80 support.
+- dropped php73 support.
+
 * Thu Dec 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4-15
 - added php74 support.
 

+ 183 - 0
p/php-ext-mailparse/php-ext-mailparse-vl.spec

@@ -0,0 +1,183 @@
+%bcond_without php80
+%bcond_without php74
+
+%define extname mailparse
+
+Summary: Email message manipulation for PHP
+Summary(ja): PHP用e-mailメッセージ操作拡張
+Name: php-ext-%{extname}
+Version: 3.1.1
+Release: 1%{_dist_release}
+Group: programming
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
+
+License: The PHP License
+URL: https://pecl.php.net/package/mailparse
+Source: https://pecl.php.net/get/%{extname}-%{version}.tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+%description
+ Mailparse is an extension for parsing and working with email messages.
+It can deal with rfc822 and rfc2045 (MIME) compliant messages.
+
+%description -l ja
+ Mailparseモジュールは、e-mailメッセージの解析・操作を行うPHP拡張です。
+rfc822やrfc2045 (MIME)に準拠したメッセージを取り扱うことが可能です。
+
+
+%if %{with php74}
+%package -n php74-ext-mailparse
+Summary: Email message manipulation for PHP-7.4
+Summary(ja): PHP-7.4用e-mailメッセージ操作拡張
+Group: programming
+BuildRequires: php74-devel
+%if "%{?req_php74_api}" != ""
+Requires: %{req_php74_api}
+%endif
+
+%description -n php74-ext-mailparse
+ Mailparse is an extension for parsing and working with email messages.
+It can deal with rfc822 and rfc2045 (MIME) compliant messages.
+
+%description -n php74-ext-mailparse -l ja
+ Mailparseモジュールは、e-mailメッセージの解析・操作を行うPHP拡張です。
+rfc822やrfc2045 (MIME)に準拠したメッセージを取り扱うことが可能です。
+%endif
+
+%if %{with php80}
+%package -n php80-ext-mailparse
+Summary: Email message manipulation for PHP-8.0
+Summary(ja): PHP-8.0用e-mailメッセージ操作拡張
+Group: programming
+BuildRequires: php80-devel
+%if "%{?req_php80_api}" != ""
+Requires: %{req_php80_api}
+%endif
+
+%description -n php80-ext-mailparse
+ Mailparse is an extension for parsing and working with email messages.
+It can deal with rfc822 and rfc2045 (MIME) compliant messages.
+
+%description -n php80-ext-mailparse -l ja
+ Mailparseモジュールは、e-mailメッセージの解析・操作を行うPHP拡張です。
+rfc822やrfc2045 (MIME)に準拠したメッセージを取り扱うことが可能です。
+%endif
+
+
+%debug_package
+
+
+%prep
+%setup -q -c -n %{extname}-%{version}
+cp %{extname}-%{version}/{LICENSE,README.md,CREDITS} ./
+
+%if %{with php74}
+cp -a %{extname}-%{version} php74
+pushd php74
+phpize74
+popd
+%endif
+
+%if %{with php80}
+cp -a %{extname}-%{version} php80
+pushd php80
+phpize80
+popd
+%endif
+
+
+%build
+%if %{with php74}
+pushd php74
+%configure --with-php-config=%{_bindir}/php-config74
+%__make %{?_smp_mflags}
+popd
+%endif
+
+%if %{with php80}
+pushd php80
+%configure --with-php-config=%{_bindir}/php-config80
+%__make %{?_smp_mflags}
+popd
+%endif
+
+
+%install
+rm -rf %{buildroot}
+%if %{with php74}
+mkdir -p %{buildroot}%{_libdir}/php74/
+mkdir -p %{buildroot}%{_sysconfdir}/php74/php.d
+pushd php74
+%makeinstall INSTALL_ROOT=%{buildroot}
+popd
+
+cat > %{buildroot}%{_sysconfdir}/php74/php.d/%{extname}.ini <<EOF
+; Enable %{extname} extension module
+extension=%{extname}.so
+
+EOF
+%endif
+
+%if %{with php80}
+mkdir -p %{buildroot}%{_libdir}/php80/
+mkdir -p %{buildroot}%{_sysconfdir}/php80/php.d
+pushd php80
+%makeinstall INSTALL_ROOT=%{buildroot}
+popd
+
+cat > %{buildroot}%{_sysconfdir}/php80/php.d/%{extname}.ini <<EOF
+; Enable %{extname} extension module
+extension=%{extname}.so
+
+EOF
+%endif
+
+
+%clean
+rm -rf %{buildroot}
+
+%if %{with php74}
+%files -n php74-ext-mailparse
+%defattr(-,root,root)
+%license LICENSE
+%doc README CREDITS
+%{_libdir}/php74/*
+%config(noreplace) %{_sysconfdir}/php74/php.d/*
+%endif
+
+%if %{with php80}
+%files -n php80-ext-mailparse
+%defattr(-,root,root)
+%license LICENSE
+%doc README CREDITS
+%{_libdir}/php80/*
+%config(noreplace) %{_sysconfdir}/php80/php.d/*
+%endif
+
+
+%changelog
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.1-1
+- new upstream release.
+- added php80 support.
+- dropped php73 support.
+
+* Thu Dec 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.3-1
+- dropped Patch0: fixed in upstream.
+- added php74 support.
+- dropped php72 support.
+
+* Sat Dec 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.2-2
+- added php73 support.
+
+* Wed Dec 20 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.2-1
+- new upstream release.
+- built with php72.
+
+* Fri Apr 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.6-2
+- rebuilt with php5-5.6.7.
+
+* Fri Dec 13 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.6-1
+- initial build.
+

+ 167 - 0
p/php-ext-memcached/php-ext-memcached-vl.spec

@@ -0,0 +1,167 @@
+# needs launching memcached
+%bcond_with test
+
+%define build_targets 74 80
+%define extname memcached
+
+%global gitdate 20201219
+%global githash bfb0a66809d43080219ab5381235f848c91eff7e
+
+%define srcdir php-%{extname}-%{?githash:%{githash}}%{!?githash:%{version}}
+
+Summary: memcached extension for PHP
+Summary(ja): PHP用memcached拡張
+Name: php-ext-memcached
+Version: 3.1.5%{?gitdate:.git%{gitdate}}
+Release: 1%{_dist_release}
+Group: programming
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
+
+License: The PHP License
+%if %{?githash:1}%{!?githash:0}
+Source: https://github.com/php-memcached-dev/php-memcached/archive/%{githash}.tar.gz
+%else
+Source: https://github.com/php-memcached-dev/php-memcached/archive/v3.1.5.tar.gz#/php-%{extname}-%{version}.tar.gz
+%endif
+Patch0: sess_prefix.patch
+BuildRequires: libmemcached-devel
+BuildRequires: zlib-devel
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+%description
+This module enable to access memcached in PHP scripts.
+
+%description -l ja
+このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。
+
+
+%package -n php74-ext-%{extname}
+Summary: memcached extension for PHP-7.4
+Summary(ja): PHP-7.4用memcached拡張
+Group: programming
+BuildRequires: php74-devel
+%if "%{?req_php74_api}" != ""
+Requires: %{req_php74_api}
+%endif
+
+%description -n php74-ext-%{extname}
+This module enable to access memcached in PHP scripts.
+
+%description -n php74-ext-%{extname} -l ja
+このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。
+
+
+%package -n php80-ext-%{extname}
+Summary: memcached extension for PHP-8.0
+Summary(ja): PHP-8.0用memcached拡張
+Group: programming
+BuildRequires: php80-devel
+%if "%{?req_php80_api}" != ""
+Requires: %{req_php80_api}
+%endif
+
+%description -n php80-ext-%{extname}
+This module enable to access memcached in PHP scripts.
+
+%description -n php80-ext-%{extname} -l ja
+このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。
+
+
+%debug_package
+
+
+%prep
+%setup -T -c -a 0 -n %{srcdir}
+pushd %{srcdir}
+
+mkdir -p ../docs
+cp -f CREDITS LICENSE README* ChangeLog ../docs/
+popd
+
+for v in %{build_targets}; do
+cp -a %{srcdir} php${v}
+done
+
+
+%build
+for v in %{build_targets}; do
+pushd php${v}
+phpize${v}
+%configure --with-php-config=php-config${v}
+%__make %{?_smp_mflags}
+popd
+done
+
+
+%install
+rm -rf %{buildroot}
+
+cat > memcached.ini <<EOF
+; Enable memcached extension module
+extension=memcached.so
+
+EOF
+
+cat %{srcdir}/memcached.ini >> memcached.ini
+
+for v in %{build_targets}; do
+pushd php${v}
+
+mkdir -p %{buildroot}%{_libdir}/php${v}/
+mkdir -p %{buildroot}%{_sysconfdir}/php${v}/php.d
+%makeinstall INSTALL_ROOT=%{buildroot}
+
+install -m644 ../memcached.ini %{buildroot}%{_sysconfdir}/php${v}/php.d/memcached.ini
+
+cat > ../files.php${v} <<EOF
+%%defattr(-,root,root)
+%%doc docs/*
+%{_libdir}/php${v}/*
+%%config(noreplace) %{_sysconfdir}/php${v}/php.d/*
+EOF
+
+popd
+done
+
+
+%check
+%if %{with test}
+for v in %{build_targets}; do
+pushd php${v}
+NO_INTERACTION=yes TEST_PHPDBG_EXECUTABLE=/usr/bin/phpdbg${v} make test
+popd
+done
+%endif
+
+
+%clean
+rm -rf %{buildroot}
+
+%files -n php74-ext-%{extname} -f files.php74
+%files -n php80-ext-%{extname} -f files.php80
+
+
+%changelog
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 
+- added php80 support.
+- dropped php73 support.
+
+* Thu Dec 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5-1
+- new upstream release.
+- added php74 support.
+
+* Fri Dec 21 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.1-1
+- new upstream release.
+- dropped Patch1: fixed in upstream.
+- drooped php72 support.
+
+* Sat Dec 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.5-1
+- added php73 support.
+
+* Wed Dec 20 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.4-1
+- new upstream release.
+
+* Thu Mar 16 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.3-1
+- initial build for Vine Linux.

+ 169 - 0
p/php-ext-phpredis/php-ext-phpredis-vl.spec

@@ -0,0 +1,169 @@
+%define extname phpredis
+
+Summary: A redis extension for PHP
+Summary(ja): PHP用redis拡張
+Name: php-ext-phpredis
+Version: 5.3.2
+Release: 1%{_dist_release}
+Group: programming
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
+
+Source: https://github.com/phpredis/phpredis/archive/%{version}.tar.gz#/phpredis-%{version}.tgz
+License: The PHP License
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+%description
+ The phpredis extension provides an API for communicating with the Redis
+key-value store.
+
+%description -l ja
+ phpredis拡張は、Redis KVSと通信するためのAPIを提供します。
+
+
+%package -n php80-ext-phpredis
+Summary: A redis extension for PHP
+Summary(ja): PHP用redis拡張
+Group: programming
+BuildRequires: php80-devel
+%if "%{?req_php80_api}" != ""
+Requires: %{req_php80_api}
+%endif
+
+%description -n php80-ext-phpredis
+ The phpredis extension provides an API for communicating with the Redis
+key-value store.
+
+%description -n php80-ext-phpredis -l ja
+ phpredis拡張は、Redis KVSと通信するためのAPIを提供します。
+
+
+%package -n php74-ext-phpredis
+Summary: A redis extension for PHP
+Summary(ja): PHP用redis拡張
+Group: programming
+BuildRequires: php74-devel
+%if "%{?req_php74_api}" != ""
+Requires: %{req_php74_api}
+%endif
+
+%description -n php74-ext-phpredis
+ The phpredis extension provides an API for communicating with the Redis
+key-value store.
+
+%description -n php74-ext-phpredis -l ja
+ phpredis拡張は、Redis KVSと通信するためのAPIを提供します。
+
+
+%debug_package
+
+
+%prep
+%setup -q -c -n phpredis-%{version}
+cp %{extname}-%{version}/{COPYING,CREDITS,Changelog.md,*.markdown} ./
+
+cp -a %{extname}-%{version} php80
+pushd php80
+phpize80
+popd
+
+cp -a %{extname}-%{version} php74
+pushd php74
+phpize74
+popd
+
+
+%build
+pushd php80
+%configure --with-php-config=%{_bindir}/php-config80
+%__make %{?_smp_mflags}
+popd
+
+pushd php74
+%configure --with-php-config=%{_bindir}/php-config74
+%__make %{?_smp_mflags}
+popd
+
+
+%install
+rm -rf %{buildroot}
+pushd php80
+mkdir -p %{buildroot}%{_libdir}/php80/
+mkdir -p %{buildroot}%{_sysconfdir}/php80/php.d
+%makeinstall INSTALL_ROOT=%{buildroot}
+
+cat > %{buildroot}%{_sysconfdir}/php80/php.d/redis.ini <<EOF
+; Enable redis extension module
+extension=redis.so
+
+;session.save_handler = redis
+;session.save_path = "tcp://host1:6379?weight=1, tcp://host2:6379?weight=2&timeout=2.5, tcp://host3:6379?weight=2&read_timeout=2.5"
+
+; Should the locking be enabled? Defaults to: 0.
+;redis.session.locking_enabled = 1
+; How long should the lock live (in seconds)? Defaults to: value of max_execution_time.
+;redis.session.lock_expire = 60
+; How long to wait between attempts to acquire lock, in microseconds (µs)?. Defaults to: 2000
+;redis.session.lock_wait_time = 50000
+; Maximum number of times to retry (-1 means infinite). Defaults to: 10
+;redis.session.lock_retries = 10
+
+EOF
+popd
+
+pushd php74
+mkdir -p %{buildroot}%{_libdir}/php74/
+mkdir -p %{buildroot}%{_sysconfdir}/php74/php.d
+%makeinstall INSTALL_ROOT=%{buildroot}
+
+cat > %{buildroot}%{_sysconfdir}/php74/php.d/redis.ini <<EOF
+; Enable redis extension module
+extension=redis.so
+
+;session.save_handler = redis
+;session.save_path = "tcp://host1:6379?weight=1, tcp://host2:6379?weight=2&timeout=2.5, tcp://host3:6379?weight=2&read_timeout=2.5"
+
+; Should the locking be enabled? Defaults to: 0.
+;redis.session.locking_enabled = 1
+; How long should the lock live (in seconds)? Defaults to: value of max_execution_time.
+;redis.session.lock_expire = 60
+; How long to wait between attempts to acquire lock, in microseconds (µs)?. Defaults to: 2000
+;redis.session.lock_wait_time = 50000
+; Maximum number of times to retry (-1 means infinite). Defaults to: 10
+;redis.session.lock_retries = 10
+
+EOF
+popd
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files -n php80-ext-phpredis
+%defattr(-,root,root)
+%license COPYING
+%doc CREDITS Changelog.md *.markdown
+%{_libdir}/php80/*
+%config(noreplace) %{_sysconfdir}/php80/php.d/*
+
+%files -n php74-ext-phpredis
+%defattr(-,root,root)
+%license COPYING
+%doc CREDITS Changelog.md *.markdown
+%{_libdir}/php74/*
+%config(noreplace) %{_sysconfdir}/php74/php.d/*
+
+
+%changelog
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.2-1
+- new upstream release.
+- added php80 support.
+
+* Thu Dec 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.1-1
+- new upstream release.
+- built for php74.
+
+* Thu Aug 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.2-1
+- initial build for Vine Linux.