Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit e03c3fe

Browse files
committed
Rebuild for new oniguruma in EPEL
1 parent 30de30c commit e03c3fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.cirrus.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ task:
1616
EOF
1717
epel_script: yum --assumeyes install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm
1818
toolchain_script: yum --assumeyes install yum-utils rpmdevtools @buildsys-build
19+
repos_script: yum-config-manager --enable epel-testing
1920
sources_script: spectool --get-files $CIRRUS_REPO_NAME.spec
2021
srpm_script: rpmbuild -bs $CIRRUS_REPO_NAME.spec
2122
builddep_script: yum-builddep --assumeyes $HOME/rpmbuild/SRPMS/$CIRRUS_REPO_NAME-*.src.rpm

php73.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
Summary: PHP scripting language for creating dynamic web sites
6464
Name: php73
6565
Version: 7.3.18
66-
Release: 1%{?dist}
66+
Release: 2%{?dist}
6767
# All files licensed under PHP version 3.01, except
6868
# Zend is licensed under Zend
6969
# TSRM is licensed under BSD
@@ -1744,6 +1744,9 @@ exit 0
17441744

17451745

17461746
%changelog
1747+
* Thu Jun 04 2020 Carl George <[email protected]> - 7.3.18-2
1748+
- Rebuild for new oniguruma in EPEL
1749+
17471750
* Fri May 15 2020 Chris Barnett <[email protected]> - 7.3.18-1
17481751
- Latest upstream
17491752

0 commit comments

Comments
 (0)