Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4578edffb | ||
|
|
1bf08ab31d |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-composer-pcre-1.0.0-3d322d7.tgz
|
||||
/php-composer-pcre-1.0.1-67a32d7.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-composer-pcre
|
||||
#
|
||||
# Copyright (c) 2021 Remi Collet
|
||||
# Copyright (c) 2021-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 3d322d715c43a1ac36c7fe215fa59336265500f2
|
||||
%global gh_commit 67a32d7d6f9f560b726ab25a061b38ff3a80c560
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
#global gh_date 20150717
|
||||
%global gh_owner composer
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
%global major %nil
|
||||
|
||||
Name: php-%{gh_owner}-%{gh_project}%{major}
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: PCRE wrapping library version 1
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ BuildRequires: php-pcre
|
|||
BuildRequires: php-spl
|
||||
# From composer.json, "require-dev": {
|
||||
# "symfony/phpunit-bridge": "^4.2 || ^5",
|
||||
# "phpstan/phpstan": "^1",
|
||||
# "phpstan/phpstan": "^1.3",
|
||||
# "phpstan/phpstan-strict-rules": "^1.1"
|
||||
%global phpunit /usr/bin/phpunit9
|
||||
BuildRequires: %{phpunit}
|
||||
|
|
@ -118,5 +118,8 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 22 2022 Remi Collet <remi@remirepo.net> - 1.0.1-1
|
||||
- update to 1.0.1
|
||||
|
||||
* Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 1.0.0-1
|
||||
- initial package, version 1.0.0
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-composer-pcre-1.0.0-3d322d7.tgz) = c028207e535b496d25000b05bac40a2125174dd377583ab5a4e715362b1f2a525880b09c4229fadd38fac4d5f46483e7764c77a9ca62aa30bf9864875bffc02b
|
||||
SHA512 (php-composer-pcre-1.0.1-67a32d7.tgz) = 576ff4be8127a13b490ab8e165a47400ea99ba85209d015c529263561bffe2bf6bbb3a76420703ad8ab2d5dc0245ed84c9af22324f4ddcbe1374fe07c1023b26
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue