diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-19 09:11:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-19 09:11:15 +0200 |
commit | 0df7ccba20729242dfc2c76e7d14354d462a40e4 (patch) | |
tree | 8ea2a9b8e384e8b1d38e5f0cb8d7e5cfb6e05f7e | |
parent | 336859a6dc5c689dc435ab933f98730439575efd (diff) |
php-composer-ca-bundle: 1.0.3
-rw-r--r-- | composer.json | 2 | ||||
-rwxr-xr-x | makesrc.sh | 2 | ||||
-rw-r--r-- | php-composer-ca-bundle.spec | 12 |
3 files changed, 12 insertions, 4 deletions
diff --git a/composer.json b/composer.json index efed1d2..a29d7f1 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,8 @@ "issues": "https://github.com/composer/ca-bundle/issues" }, "require": { + "ext-openssl": "*", + "ext-pcre": "*", "php": "^5.3.2 || ^7.0" }, "require-dev": { @@ -15,7 +15,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT echo "Getting commit..." pushd $PROJECT-$COMMIT git checkout $COMMIT -cp composer.json ../composer-$VERSION.json +cp composer.json ../composer.json popd echo "Archiving..." diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index 95516d2..951bf37 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a2995e5fe351055f2c7630166af12ce8fd03edfc +%global gh_commit 5df9ed0ed0c9506ea6404a23450854e5df15cc12 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner composer %global gh_project ca-bundle @@ -14,7 +14,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-composer-ca-bundle -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -44,11 +44,14 @@ BuildRequires: %{_sysconfdir}/pki/tls/certs/ca-bundle.crt %endif # From composer.json, "require": { +# "ext-openssl": "*", +# "ext-pcre": "*", # "php": "^5.3.2 || ^7.0" Requires: php(language) >= 5.3.2 -# From phpcompatinfo report for version 1.0.2 Requires: php-openssl Requires: php-pcre +# From phpcompatinfo report for version 1.0.3 +#nothing # Autoloader Requires: php-composer(symfony/class-loader) # ca-certificates @@ -117,6 +120,9 @@ rm -rf %{buildroot} %changelog +* Tue Jul 19 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 +- update to 1.0.3 + * Sat Apr 30 2016 Remi Collet <remi@fedoraproject.org> - 1.0.2-1 - initial package, version 1.0.2 |