diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-02 17:22:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-02 17:22:33 +0200 |
commit | 73a4a3c30987626e9b06a478bbe011c374acb7de (patch) | |
tree | 37a6cbfbcc63f40e448183a93f0a3250060d8b5f /php-Monolog.spec | |
parent | f07ca2c7b222aac0b658f1f833dd5f38861b3c84 (diff) |
php-Monolog: 1.8.2
Diffstat (limited to 'php-Monolog.spec')
-rw-r--r-- | php-Monolog.spec | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/php-Monolog.spec b/php-Monolog.spec index 994602f..ac53719 100644 --- a/php-Monolog.spec +++ b/php-Monolog.spec @@ -12,8 +12,8 @@ %global github_owner Seldaek %global github_name monolog -%global github_version 1.18.1 -%global github_commit a5f2734e8c16f3aa21b3da09715d10e15b4d2d45 +%global github_version 1.18.2 +%global github_commit 064b38c16790249488e7a8b987acf1c9d7383c09 %global composer_vendor monolog %global composer_project monolog @@ -42,7 +42,7 @@ Name: php-Monolog Version: %{github_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Sends your logs to files, sockets, inboxes, databases and various web services Group: Development/Libraries @@ -50,10 +50,6 @@ License: MIT URL: https://github.com/%{github_owner}/%{github_name} Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz -# missing property -# https://github.com/Seldaek/monolog/pull/757 -Patch0: %{name}-pr756.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Tests @@ -150,8 +146,6 @@ at a later time. %prep %setup -qn %{github_name}-%{github_commit} -%patch0 -p1 - : Create autoloader cat <<'AUTOLOAD' | tee src/Monolog/autoload.php <?php @@ -253,6 +247,9 @@ rm -rf %{buildroot} %changelog +* Sat Apr 2 2016 Remi Collet <remi@remirepo.net> - 1.18.2-1 +- update to 1.18.2 + * Fri Apr 01 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.18.1-2 - Increased PSR log min version for autoloader - Updated autoloader |