diff options
| author | Remi Collet <remi@remirepo.net> | 2019-10-31 10:23:19 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-10-31 10:23:19 +0100 | 
| commit | 08001b1c43e476f3ad61fdb4ca199a86794f0719 (patch) | |
| tree | dfefa581f7b3aab655aa53f71db30754665096ea | |
| parent | 46331a17c92288dc2db1a19f21524211399dc87e (diff) | |
v1.6.8
| -rw-r--r-- | php-mikey179-vfsstream.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec index ca28cc7..44c20d6 100644 --- a/php-mikey179-vfsstream.spec +++ b/php-mikey179-vfsstream.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb +%global gh_commit    231c73783ebb7dd9ec77916c10037eff5a2b6efe  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     bovigo  %global gh_project   vfsStream @@ -15,13 +15,13 @@  %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}  Name:           php-%{pk_owner}-%{pk_project} -Version:        1.6.7 +Version:        1.6.8  Release:        1%{?dist}  Summary:        PHP stream wrapper for a virtual file system  License:        BSD  URL:            https://github.com/%{gh_owner}/%{gh_project} -Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz  BuildArch:      noarch  BuildRequires:  php(language) >= 5.3 @@ -106,6 +106,9 @@ exit $ret  %changelog +* Thu Oct 31 2019 Remi Collet <remi@remirepo.net> - 1.6.8-1 +- update to 1.6.8 +  * Fri Aug  2 2019 Remi Collet <remi@remirepo.net> - 1.6.7-1  - update to 1.6.7  | 
