summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-yaz.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-yaz.spec b/php-pecl-yaz.spec
index 7ff6752..efc4dd6 100644
--- a/php-pecl-yaz.spec
+++ b/php-pecl-yaz.spec
@@ -24,7 +24,7 @@
Summary: Z39.50/SRU client
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 1.1.9
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -222,6 +222,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 1.1.9-1.1
+- Fedora 21 SCL mass rebuild
+
* Mon Nov 03 2014 Remi Collet <remi@fedoraproject.org> - 1.1.9-1
- Update to 1.1.9 (stable)
- allow to run upstream test when build --with tests