From 7b19eb641437d80b7408390f68f7011bae59c137 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Jun 2014 18:25:08 +0200 Subject: php-PsrLog: backport rawhide changes --- php-PsrLog.spec | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/php-PsrLog.spec b/php-PsrLog.spec index 7fa5d11..3ac44ab 100644 --- a/php-PsrLog.spec +++ b/php-PsrLog.spec @@ -1,14 +1,22 @@ -%global github_owner php-fig -%global github_name log -%global github_version 1.0.0 -%global github_commit fe0936ee26643249e916849d48e3a51d5f5e278b - -%global composer_vendor psr -%global composer_project log +# +# RPM spec file for php-PsrLog +# +# Copyright (c) 2013-2014 Shawn Iwinski +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please preserve the changelog entries +# + +%global github_owner php-fig +%global github_name log +%global github_version 1.0.0 +%global github_commit fe0936ee26643249e916849d48e3a51d5f5e278b Name: php-PsrLog Version: %{github_version} -Release: 5%{?dist} +Release: 6%{?dist} Summary: Common interface for logging libraries Group: Development/Libraries @@ -24,7 +32,7 @@ Requires: php(language) >= 5.3.0 Requires: php-date Requires: php-spl -Provides: php-composer(%{composer_vendor}/%{composer_project}) = %{version} +Provides: php-composer(psr/log) = %{version} %description This package holds all interfaces/classes/traits related to PSR-3 @@ -55,6 +63,12 @@ cp -rp Psr %{buildroot}%{_datadir}/php/ %changelog +* Sun Jun 8 2014 Remi Collet 1.0.0-6 +- backport rawhide changes. + +* Sat Jun 07 2014 Shawn Iwinski - 1.0.0-6 +- Replaced single-use %%composer_vendor and %%composer_project + * Sat Jun 7 2014 Remi Collet 1.0.0-5 - backport rawhide changes. -- cgit