2 Commits d7c08a4e33 ... 984b7030de

Author SHA1 Message Date
  Tomohiro "Tomo-p" KATO 984b7030de meson-0.62.0-1 2 years ago
  Tomohiro "Tomo-p" KATO c570c89e6f php-ext-memcached-3.2.0-3 2 years ago
2 changed files with 11 additions and 5 deletions
  1. 4 1
      m/meson/meson-vl.spec
  2. 7 4
      p/php-ext-memcached/php-ext-memcached-vl.spec

+ 4 - 1
m/meson/meson-vl.spec

@@ -5,7 +5,7 @@
 Name:           meson
 Summary:        High productivity build system
 Summary(ja):    高生産性ビルドシステム
-Version:        0.61.3
+Version:        0.62.0
 Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
@@ -84,6 +84,9 @@ python3 ./run_tests.py ||:
 
 
 %changelog
+* Fri Mar 25 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.62.0-1
+- new upstream release.
+
 * Wed Mar 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.61.3-1
 - new upstream release.
 

+ 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.