summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-08-09 06:30:45 +0200
committerRemi Collet <fedora@famillecollet.com>2016-08-09 06:30:45 +0200
commitc33c9f0e1ce8126d1f032462f20bb86b960fdeb3 (patch)
treef276f6ffa67bf36b30d8695f3658041e64b5f663
parent041a6cf15b50d3d965113320dcc1fada1322c4d7 (diff)
php-pecl-cassandra: 1.2.2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-cassandra.spec13
2 files changed, 6 insertions, 11 deletions
diff --git a/REFLECTION b/REFLECTION
index 6f1f11b..f920f85 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #76 cassandra version 1.2.1 ] {
+Extension [ <persistent> extension #77 cassandra version 1.2.2 ] {
- Dependencies {
Dependency [ spl (Required) ]
@@ -3139,7 +3139,7 @@ Extension [ <persistent> extension #76 cassandra version 1.2.1 ] {
Constant [ string TYPE_VARINT ] { varint }
Constant [ string TYPE_TIMEUUID ] { timeuuid }
Constant [ string TYPE_INET ] { inet }
- Constant [ string VERSION ] { 1.2.1 }
+ Constant [ string VERSION ] { 1.2.2 }
Constant [ string CPP_DRIVER_VERSION ] { 2.4.2 }
}
diff --git a/php-pecl-cassandra.spec b/php-pecl-cassandra.spec
index 55182da..8d0669b 100644
--- a/php-pecl-cassandra.spec
+++ b/php-pecl-cassandra.spec
@@ -35,7 +35,7 @@
Summary: DataStax PHP Driver for Apache Cassandra
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.2.1
+Version: 1.2.2
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
Group: Development/Languages
@@ -48,7 +48,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/
Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{?scl_prefix}php-devel >= 5.5
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: cassandra-cpp-driver-devel
@@ -164,8 +163,6 @@ make %{?_smp_mflags}
%install
-rm -rf %{buildroot}
-
make -C NTS install INSTALL_ROOT=%{buildroot}
# Drop in the bit of configuration
@@ -185,10 +182,6 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i
done
-%clean
-rm -rf %{buildroot}
-
-
%if 0%{?fedora} < 24
# when pear installed alone, after us
%triggerin -- %{?scl_prefix}php-pear
@@ -244,7 +237,6 @@ REPORT_EXIT_STATUS=1 \
%files
-%defattr(-, root, root, -)
%{?_licensedir:%license NTS/LICENSE}
%doc %{pecl_docdir}/%{pecl_name}
%{pecl_xmldir}/%{name}.xml
@@ -259,6 +251,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Aug 09 2016 Remi Collet <remi@fedoraproject.org> - 1.2.2-1
+- Update to 1.2.2 (stable)
+
* Thu Jul 28 2016 Remi Collet <remi@fedoraproject.org> - 1.2.1-1
- Update to 1.2.1 (no change)