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

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 16 08:37:01 UTC 2015


From b9c06dd4648faa247c236cbb653d31f7e08f309f Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Fri, 5 Jun 2015 17:08:35 +0200
Subject: - update to 1.3.2 - raise dependency on PHPUnit 4.0 - fix license
 handling


diff --git a/.gitignore b/.gitignore
index 505fb27..6d7e667 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ package-*.xml
 /DbUnit-1.3.1.tgz
 /dbunit-1.3.1.tar.gz
 /dbunit-1.3.2.tar.gz
+/dbunit-1.4.0-1afe25c.tar.gz
diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec
index 3c5858f..61a150f 100644
--- a/php-phpunit-DbUnit.spec
+++ b/php-phpunit-DbUnit.spec
@@ -1,4 +1,4 @@
-# spec file for php-phpunit-DbUnit
+# remirepo/fedora spec file for php-phpunit-DbUnit
 #
 # Copyright (c) 2010-2015 Remi Collet
 # License: CC-BY-SA
@@ -6,7 +6,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    1507040c2541bdffd7fbd71fc792cecdea6a7c61
+%global gh_commit    1afe25c90834ec499f007f48dd73767fdec3bf4f
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   dbunit
@@ -16,32 +16,32 @@
 %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}
 
 Name:           php-phpunit-DbUnit
-Version:        1.3.2
+Version:        1.4.0
 Release:        1%{?dist}
 Summary:        DbUnit port for PHP/PHPUnit
 
 Group:          Development/Libraries
 License:        BSD
 URL:            https://github.com/%{gh_owner}/%{gh_project}
-Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
+Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.3
 %if %{with_tests}
 BuildRequires:  php-pdo
-BuildRequires:  php-pear-PHPUnit >= 3.7.0
+BuildRequires:  php-pear-PHPUnit >= 4.0
 %endif
 
 # From composer.json
 #        "php": ">=5.3.3",
-#        "phpunit/phpunit": "~3.7|~4.0",
+#        "phpunit/phpunit": "~4.0",
 #        "symfony/yaml": "~2.1",
 #        "ext-pdo": "*",
 #        "ext-simplexml": "*"
 Requires:       php(language) >= 5.3.3
 Requires:       php-pdo
 Requires:       php-simplexml
-Requires:       php-composer(phpunit/phpunit) >= 3.7
+Requires:       php-composer(phpunit/phpunit) >= 4.0
 Requires:       php-composer(phpunit/phpunit) <  5
 Requires:       php-composer(symfony/yaml)    >= 2.1
 Requires:       php-composer(symfony/yaml)    <  3
@@ -103,14 +103,21 @@ fi
 
 
 %files
-%doc ChangeLog.markdown LICENSE composer.json
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%doc ChangeLog.markdown 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
+* Fri Jun  5 2015 Remi Collet <remi at fedoraproject.org> - 1.4.0-1
+- update to 1.3.2
+- raise dependency on PHPUnit 4.0
+- fix license handling
+
+* Sun Mar 29 2015 Remi Collet <remi at fedoraproject.org> - 1.3.2-1
 - update to 1.3.2
 - switch all dependencies to composer
 
diff --git a/sources b/sources
index 940e746..e5599ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b66806626321a824083e8c15f57fa9f  dbunit-1.3.2.tar.gz
+5656bfeaf53b96333efc7065d11b1a82  dbunit-1.4.0-1afe25c.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-phpunit-DbUnit.git/commit/?h=f22&id=b9c06dd4648faa247c236cbb653d31f7e08f309f


More information about the scm-commits mailing list