From 08001b1c43e476f3ad61fdb4ca199a86794f0719 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Oct 2019 10:23:19 +0100 Subject: v1.6.8 --- php-mikey179-vfsstream.spec | 9 ++++++--- 1 file 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 - 1.6.8-1 +- update to 1.6.8 + * Fri Aug 2 2019 Remi Collet - 1.6.7-1 - update to 1.6.7 -- cgit