[php-phpunit-PHPUnit-MockObject] update to 1.2.3

Remi Collet remi at fedoraproject.org
Sun Jan 13 17:10:37 UTC 2013


commit 755340bfd1875717f9d593d44cfcf9135d4928c7
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Jan 13 18:10:29 2013 +0100

    update to 1.2.3

 .gitignore                          |    1 +
 php-phpunit-PHPUnit-MockObject.spec |   12 ++++--------
 sources                             |    2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4653d0b..2782e63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ package*.xml
 /PHPUnit_MockObject-1.1.1.tgz
 /PHPUnit_MockObject-1.2.1.tgz
 /PHPUnit_MockObject-1.2.2.tgz
+/PHPUnit_MockObject-1.2.3.tgz
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec
index ffba8d0..c4d9b5c 100644
--- a/php-phpunit-PHPUnit-MockObject.spec
+++ b/php-phpunit-PHPUnit-MockObject.spec
@@ -4,7 +4,7 @@
 %global pear_channel  pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit-MockObject
-Version:        1.2.2
+Version:        1.2.3
 Release:        1%{?dist}
 Summary:        Mock Object library for PHPUnit
 
@@ -13,7 +13,6 @@ License:        BSD
 URL:            https://github.com/sebastianbergmann/phpunit-mock-objects
 Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  php-pear(PEAR) >= 1.9.4
 BuildRequires:  php-channel(%{pear_channel})
@@ -49,7 +48,6 @@ cd %{pear_name}-%{version}
 
 
 %install
-rm -rf %{buildroot}
 cd %{pear_name}-%{version}
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
@@ -61,10 +59,6 @@ mkdir -p %{buildroot}%{pear_xmldir}
 install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %post
 %{__pear} install --nodeps --soft --force --register-only \
     %{pear_xmldir}/%{name}.xml >/dev/null || :
@@ -77,13 +71,15 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/PHPUnit/Framework/MockObject
 
 
 %changelog
+* Sun Jan 13 2013 Remi Collet <remi at fedoraproject.org> - 1.2.3-1
+- Version 1.2.3 (stable) - API 1.2.0 (stable)
+
 * Mon Nov  5 2012 Remi Collet <remi at fedoraproject.org> - 1.2.2-1
 - Version 1.2.2 (stable) - API 1.2.0 (stable)
 
diff --git a/sources b/sources
index bc7c8aa..31a989f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69bda05c4dac333f64cb0a4ee529bcef  PHPUnit_MockObject-1.2.2.tgz
+401bb1092279f75cfb984b5a4be83c0a  PHPUnit_MockObject-1.2.3.tgz


More information about the scm-commits mailing list