[php-horde-Horde-Crypt-Blowfish] Update to 1.0.3

Remi Collet remi at fedoraproject.org
Fri Jan 9 16:00:37 UTC 2015


commit 8acda685c2e9a4061440fa47cd3b2195cb335142
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jan 9 17:00:51 2015 +0100

    Update to 1.0.3
    
    - add provides php-composer(horde/horde-crypt-blowfish)

 .gitignore                          |    3 ++-
 php-horde-Horde-Crypt-Blowfish.spec |   23 +++++++++++------------
 sources                             |    2 +-
 3 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 585d2d8..f1dec62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-*spec~
+clog
 /Horde_Crypt_Blowfish-1.0.1.tgz
 /Horde_Crypt_Blowfish-1.0.2.tgz
+/Horde_Crypt_Blowfish-1.0.3.tgz
diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec
index ab9c755..b77c335 100644
--- a/php-horde-Horde-Crypt-Blowfish.spec
+++ b/php-horde-Horde-Crypt-Blowfish.spec
@@ -1,6 +1,6 @@
 # spec file for php-horde-Horde-Crypt-Blowfish
 #
-# Copyright (c) 2013-2014 Remi Collet
+# Copyright (c) 2013-2015 Remi Collet
 # License: CC-BY-SA
 # http://creativecommons.org/licenses/by-sa/3.0/
 #
@@ -12,8 +12,8 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Crypt-Blowfish
-Version:        1.0.2
-Release:        4%{?dist}
+Version:        1.0.3
+Release:        1%{?dist}
 Summary:        Blowfish Encryption Library
 
 Group:          Development/Libraries
@@ -21,9 +21,8 @@ License:        LGPLv2
 URL:            http://pear.horde.org
 Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  php-common >= 5.3.0
+BuildRequires:  php(language) >= 5.3.0
 BuildRequires:  php-pear(PEAR) >= 1.7.0
 BuildRequires:  php-hash
 BuildRequires:  php-mcrypt
@@ -33,7 +32,7 @@ BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-common >= 5.3.0
+Requires:       php(language) >= 5.3.0
 Requires:       php-hash
 Requires:       php-mcrypt
 Requires:       php-openssl
@@ -45,6 +44,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Support) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Support) <  3.0.0
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides:       php-composer(horde/horde-crypt-blowfish) = %{version}
 
 
 %description
@@ -75,12 +75,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
 %check
-src=$(pwd)/%{pear_name}-%{version}
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit \
-    --include-path=$src/lib \
-    -d date.timezone=UTC \
-    .
+phpunit .
 
 
 %post
@@ -95,7 +91,6 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 # dir also owned by Horde_Crypt which is not required
@@ -106,6 +101,10 @@ fi
 
 
 %changelog
+* Thu Jan 08 2015 Remi Collet <remi at fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3
+- add provides php-composer(horde/horde-crypt-blowfish)
+
 * Sun Jun 08 2014 Remi Collet <remi at fedoraproject.org> - 1.0.2-4
 - fix FTBFS (include path for test)
 
diff --git a/sources b/sources
index 901b4b0..ede9287 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5709c2b5cdadd59f33720c2e8ac98c31  Horde_Crypt_Blowfish-1.0.2.tgz
+40447b366f108a2640f308c438e89643  Horde_Crypt_Blowfish-1.0.3.tgz


More information about the scm-commits mailing list