remi pushed to php-horde-Horde-Image (f22). "update to 2.3.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 06:04:56 UTC 2015


>From c0f1e6f9c1161162044e6449c416e6e11796accf Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Tue, 14 Apr 2015 18:03:56 +0200
Subject: update to 2.3.0


diff --git a/.gitignore b/.gitignore
index 8735141..1604823 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 clog
 /Horde_Image-2.1.0.tgz
 /Horde_Image-2.2.0.tgz
+/Horde_Image-2.3.0.tgz
diff --git a/php-horde-Horde-Image.spec b/php-horde-Horde-Image.spec
index d26c343..d34cfb8 100644
--- a/php-horde-Horde-Image.spec
+++ b/php-horde-Horde-Image.spec
@@ -1,6 +1,6 @@
 # spec file for php-horde-Horde-Image
 #
-# Copyright (c) 2012-2014 Nick Bebout, Remi Collet
+# Copyright (c) 2012-2015 Nick Bebout, Remi Collet
 #
 # License: MIT
 # https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense
@@ -15,7 +15,7 @@
 %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}
 
 Name:           php-horde-Horde-Image
-Version:        2.2.0
+Version:        2.3.0
 Release:        1%{?dist}
 Summary:        Horde Image API
 
@@ -47,7 +47,7 @@ Requires:       php-channel(%{pear_channel})
 Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Exception) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Stream) >= 1.6.2
-Requires:       php-pear(%{pear_channel}/Horde_Stream) < 2.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Stream) <  2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Support) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Support) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0
@@ -121,14 +121,10 @@ done | tee ../%{pear_name}.lang
 
 %check
 %if %{with_tests}
-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 .
 %else
-: Test disabled, missing '--with tests' option.
+: Test disabled, bootstrap build
 %endif
 
 
@@ -154,6 +150,9 @@ fi
 
 
 %changelog
+* Tue Apr 14 2015 Remi Collet <remi at fedoraproject.org> - 2.3.0-1
+- Update to 2.3.0
+
 * Wed Feb 11 2015 Remi Collet <remi at fedoraproject.org> - 2.2.0-1
 - Update to 2.2.0
 - add povides php-composer(horde/horde-image)
diff --git a/sources b/sources
index e73b1b1..9eaf879 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44f37c609ca0b4612ee256ba31916060  Horde_Image-2.2.0.tgz
+263cf12c4c35cf2f1c64e85a1509b211  Horde_Image-2.3.0.tgz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-horde-Horde-Image.git/commit/?h=f22&id=c0f1e6f9c1161162044e6449c416e6e11796accf


More information about the scm-commits mailing list