remi pushed to php-phpunit-DbUnit (epel7). "update to 1.3.2"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 14:14:51 UTC 2015


>From 553714bba02d04e4d24fb74777b5a33d61b59af8 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Mon, 30 Mar 2015 16:13:28 +0200
Subject: update to 1.3.2


diff --git a/.gitignore b/.gitignore
index 50ffe62..505fb27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ package-*.xml
 /DbUnit-1.3.0.tgz
 /DbUnit-1.3.1.tgz
 /dbunit-1.3.1.tar.gz
+/dbunit-1.3.2.tar.gz
diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec
index dfe480d..a46f5bc 100644
--- a/php-phpunit-DbUnit.spec
+++ b/php-phpunit-DbUnit.spec
@@ -1,12 +1,12 @@
 # spec file for php-phpunit-DbUnit
 #
-# Copyright (c) 2010-2014 Remi Collet
+# Copyright (c) 2010-2015 Remi Collet
 # License: CC-BY-SA
-# http://creativecommons.org/licenses/by-sa/3.0/
+# http://creativecommons.org/licenses/by-sa/4.0/
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    a5891b7a9c4f21587a51f9bc4e8f7042b741b480
+%global gh_commit    1507040c2541bdffd7fbd71fc792cecdea6a7c61
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   dbunit
@@ -16,8 +16,8 @@
 %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}
 
 Name:           php-phpunit-DbUnit
-Version:        1.3.1
-Release:        3%{?dist}
+Version:        1.3.2
+Release:        1%{?dist}
 Summary:        DbUnit port for PHP/PHPUnit
 
 Group:          Development/Libraries
@@ -28,20 +28,29 @@ Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
 BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.3
 %if %{with_tests}
+BuildRequires:  php-pdo
 BuildRequires:  php-pear-PHPUnit >= 3.7.0
 %endif
 
 # From composer.json
+#        "php": ">=5.3.3",
+#        "phpunit/phpunit": "~3.7|~4.0",
+#        "symfony/yaml": "~2.1",
+#        "ext-pdo": "*",
+#        "ext-simplexml": "*"
 Requires:       php(language) >= 5.3.3
 Requires:       php-pdo
 Requires:       php-simplexml
-Requires:       php-pear-PHPUnit >= 3.7.0
-Requires:       php-symfony-yaml >= 2.1.0
+Requires:       php-composer(phpunit/phpunit) >= 3.7
+Requires:       php-composer(phpunit/phpunit) <  5
+Requires:       php-composer(symfony/yaml)    >= 2.1
+Requires:       php-composer(symfony/yaml)    <  3
 # From phpcompatinfo report for version 1.3.0
 Requires:       php-libxml
 Requires:       php-reflection
 Requires:       php-spl
 
+Provides:       php-composer(phpunit/dbunit) = %{version}
 # For compatibility with PEAR mode
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -94,13 +103,19 @@ fi
 
 
 %files
-%doc ChangeLog.markdown LICENSE
+%doc ChangeLog.markdown LICENSE composer.json
 %doc Samples
 %{_bindir}/dbunit
 %{php_home}/PHPUnit/Extensions/Database
 
 
 %changelog
+* Sun Mar 29 2015 Remi Collet <remi at fedoraproject.org> - 1.4.0-1
+- update to 1.3.2
+- switch all dependencies to composer
+- add composer provides
+- add composer.json as doc
+
 * Wed Apr 30 2014 Remi Collet <remi at fedoraproject.org> - 1.3.1-3
 - cleanup pear registry
 
diff --git a/sources b/sources
index 2f86543..940e746 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74bcd9407a225a46e0a10a67263ee420  dbunit-1.3.1.tar.gz
+0b66806626321a824083e8c15f57fa9f  dbunit-1.3.2.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-phpunit-DbUnit.git/commit/?h=epel7&id=553714bba02d04e4d24fb74777b5a33d61b59af8


More information about the scm-commits mailing list