summaryrefslogtreecommitdiffstats
path: root/php-pecl-stomp.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-31 10:56:12 +0200
committerRemi Collet <remi@php.net>2022-05-31 10:56:12 +0200
commit1dd1405fef395999392e5a17368abf5f7802f564 (patch)
treea05673a4c80dc213d335ac000142b84b67039f48 /php-pecl-stomp.spec
parent8201344d7fcb634713b76d4cae38f6f38a923afb (diff)
update to 2.0.3
Diffstat (limited to 'php-pecl-stomp.spec')
-rw-r--r--php-pecl-stomp.spec15
1 files changed, 7 insertions, 8 deletions
diff --git a/php-pecl-stomp.spec b/php-pecl-stomp.spec
index 0584a75..1e4b4b1 100644
--- a/php-pecl-stomp.spec
+++ b/php-pecl-stomp.spec
@@ -1,6 +1,6 @@
# remimrepo/fedora spec file for php-pecl-stomp
#
-# Copyright (c) 2014-2021 Remi Collet
+# Copyright (c) 2014-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -18,17 +18,15 @@
Summary: Stomp client extension
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 2.0.2
-Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 2.0.3
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-Patch0: %{pecl_name}-upstream.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: make
-BuildRequires: %{?scl_prefix}php-devel > 7
+BuildRequires: %{?scl_prefix}php-devel >= 7.0
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: openssl-devel
%if %{with tests}
@@ -85,8 +83,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%patch0 -p1 -b .upstream
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_STOMP_VERSION/{s/.* "//;s/".*$//;p}' php_stomp.h)
if test "x${extver}" != "x%{version}%{?versuf}"; then
@@ -241,6 +237,9 @@ exit $ret
%changelog
+* Tue May 31 2022 Remi Collet <remi@remirepo.net> - 2.0.3-1
+- update to 2.0.3
+
* Mon Sep 27 2021 Remi Collet <remi@remirepo.net> - 2.0.2-7
- more upstream patches