summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-04 06:54:31 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-04 06:54:31 +0200
commit3ec7c45e08485aead47552fdcb612510c5a716ef (patch)
tree1f9ad902c15287e483e98eaf38e941f755dba686
parent5d41f80de6055faa8d88de8a4bc7839e45c82e23 (diff)
php-league-flysystem: 1.0.24
-rwxr-xr-xmakesrc.sh2
-rw-r--r--php-league-flysystem.spec7
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 <remi@fedoraproject.org> - 1.0.24-1
+- update to 1.0.24
+
* Thu Apr 28 2016 Remi Collet <remi@fedoraproject.org> - 1.0.22-1
- update to 1.0.22