From 3ec7c45e08485aead47552fdcb612510c5a716ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Jun 2016 06:54:31 +0200 Subject: php-league-flysystem: 1.0.24 --- makesrc.sh | 2 +- php-league-flysystem.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/makesrc.sh b/makesrc.sh index e9a1ec5..87d223d 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -16,7 +16,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT echo "Getting commit..." pushd $PROJECT-$COMMIT git checkout $COMMIT -cp composer.json ../composer-$VERSION.json +cp composer.json ../composer.json popd echo "Archiving..." diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 97e7112..87cbc02 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit bd73a91703969a2d20ab4bfbf971d6c2cbe36612 +%global gh_commit 9aca859a303fdca30370f42b8c611d9cf0dedf4b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.22 +Version: 1.0.24 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -138,6 +138,9 @@ rm -rf %{buildroot} %changelog +* Sat Jun 4 2016 Remi Collet - 1.0.24-1 +- update to 1.0.24 + * Thu Apr 28 2016 Remi Collet - 1.0.22-1 - update to 1.0.22 -- cgit