diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-17 14:33:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-17 14:33:18 +0200 |
commit | 05e0b4bb674178e269b5f159b3a03ccd52afba10 (patch) | |
tree | 60158d2c625e428d378136dfc98ba979a61f80f5 /php-psr-simple-cache.spec | |
parent | 3757753802e3074d6c59ca9e36e955abebe82120 (diff) |
Diffstat (limited to 'php-psr-simple-cache.spec')
-rw-r--r-- | php-psr-simple-cache.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-psr-simple-cache.spec b/php-psr-simple-cache.spec index 488383b..23f8869 100644 --- a/php-psr-simple-cache.spec +++ b/php-psr-simple-cache.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-psr-simple-cache # -# Copyright (c) 2017 Shawn Iwinski <shawn@iwin.ski> +# Copyright (c) 2017-2018 Shawn Iwinski <shawn@iwin.ski> # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner php-fig %global github_name simple-cache -%global github_version 1.0.0 -%global github_commit 753fa598e8f3b9966c886fe13f370baa45ef0e24 +%global github_version 1.0.1 +%global github_commit 408d5eafb83c57f6365a3ca330ff23aa4a5fa39b %global composer_vendor psr %global composer_project simple-cache @@ -28,7 +28,6 @@ Version: %{github_version} Release: 1%{?github_release}%{?dist} Summary: Common interfaces for simple caching (PSR-16) -Group: Development/Libraries License: MIT URL: http://www.php-fig.org/psr/psr-16/ Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz @@ -106,6 +105,9 @@ cp -rp src %{buildroot}%{phpdir}/Psr/SimpleCache %changelog +* Tue Apr 17 2018 Remi Collet <remi@remirepo.net> - 1.0.1-1 +- update to 1.0.1 + * Sun Apr 30 2017 Remi Collet <remi@remirepo.net> - 1.0.0-1 - add backport stuff |