summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-07-03 07:03:33 +0200
committerRemi Collet <fedora@famillecollet.com>2013-07-03 07:03:33 +0200
commitb5e395b166f4009f0f4a00931e8d964e23d36749 (patch)
tree79b3c998a696be388fbfc9608ededdd0d201c07e
parenta2980a491d220dbbb805adef190d8a2f2c18ddaa (diff)
php-nrk-Predis: fixed tarball
-rw-r--r--php-nrk-Predis.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php-nrk-Predis.spec b/php-nrk-Predis.spec
index fa15368..ba7a4dc 100644
--- a/php-nrk-Predis.spec
+++ b/php-nrk-Predis.spec
@@ -19,7 +19,7 @@
Name: php-nrk-Predis
Version: 0.8.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: PHP client library for Redis
Group: Development/Libraries
@@ -64,9 +64,7 @@ Flexible and feature-complete PHP client library for Redis.
%prep
-# https://github.com/nrk/predis/issues/125
-%setup -q -c -T
-tar xif %{SOURCE0}
+%setup -q -c
cd %{pear_name}-%{version}
%patch0 -p1
@@ -150,5 +148,8 @@ fi
%changelog
+* Wed Jul 3 2013 Remi Collet <remi@fedoraproject.org> - 0.8.3-2
+- fixed sources, https://github.com/nrk/predis/issues/125
+
* Wed Jun 5 2013 Remi Collet <remi@fedoraproject.org> - 0.8.3-1
- initial package