summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-08 08:31:06 +0200
committerRemi Collet <remi@php.net>2023-06-08 08:31:06 +0200
commitcc4157128d831a0bdad2c2f3f4e9eb334a489861 (patch)
treecc26081589231cfb06f302e589fa0711ba2f593f
parentff21b5470d82250477ca5a7677c33a52d3fe190f (diff)
update to 1.3.6 (no change)
-rw-r--r--php-composer-ca-bundle.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec
index 9f0b768..c780200 100644
--- a/php-composer-ca-bundle.spec
+++ b/php-composer-ca-bundle.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-composer-ca-bundle
#
-# Copyright (c) 2016-2022 Remi Collet
+# Copyright (c) 2016-2023 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -9,14 +9,14 @@
%bcond_without tests
-%global gh_commit 74780ccf8c19d6acb8d65c5f39cd72110e132bbd
+%global gh_commit 90d087e988ff194065333d16bc5cf649872d9cdb
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner composer
%global gh_project ca-bundle
%global php_home %{_datadir}/php
Name: php-composer-ca-bundle
-Version: 1.3.5
+Version: 1.3.6
Release: 1%{?dist}
Summary: Lets you find a path to the system CA
@@ -83,7 +83,7 @@ Autoloader: %{php_home}/Composer/CaBundle/autoload.php
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p0 -b .rpm
+%patch -P0 -p0 -b .rpm
find src -name \*.rpm -exec rm {} \;
cat << 'EOF' | tee src/autoload.php
@@ -147,6 +147,9 @@ exit $ret
%changelog
+* Thu Jun 8 2023 Remi Collet <remi@remirepo.net> - 1.3.6-1
+- update to 1.3.6 (no change)
+
* Wed Jan 11 2023 Remi Collet <remi@remirepo.net> - 1.3.5-1
- update to 1.3.5 (no change)