Browse Source

php-ext-memcached-3.2.0-3

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
c570c89e6f
1 changed files with 7 additions and 4 deletions
  1. 7 4
      p/php-ext-memcached/php-ext-memcached-vl.spec

+ 7 - 4
p/php-ext-memcached/php-ext-memcached-vl.spec

@@ -4,21 +4,21 @@
 %define build_targets 81
 %define extname memcached
 
-%define srcdir memcached-3.2.0RC2
+%define srcdir php-memcached-%{version}
 
 Summary: memcached extension for PHP
 Summary(ja): PHP用memcached拡張
 Name: php-ext-memcached
 Version: 3.2.0
-Release: 2.rc2%{_dist_release}
+Release: 3%{_dist_release}
 Group: programming
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: tomop
 
 License: The PHP License
-Source: https://pecl.php.net/get/memcached-3.2.0RC2.tgz
-#Source: https://github.com/php-memcached-dev/php-memcached/archive/v%{version}.tar.gz#/php-%{extname}-%{version}.tar.gz
+#Source: https://pecl.php.net/get/memcached-3.2.0RC2.tgz
+Source: https://github.com/php-memcached-dev/php-memcached/archive/v%{version}.tar.gz#/php-%{extname}-%{version}.tar.gz
 BuildRequires: libmemcached-awesome-devel
 BuildRequires: zlib-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -116,6 +116,9 @@ done
 
 
 %changelog
+* Fri Mar 25 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.0-3
+- updated to 3.2.0.
+
 * Thu Mar 10 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.0-2.rc2
 - updated to 3.2.0RC2.