[php-symfony2-PropertyAccess] Updated to 2.2.2

Shawn Iwinski siwinski at fedoraproject.org
Fri Jun 14 01:36:32 UTC 2013


commit 7fc4b3323a0832695b1af8fa147ab17fbd5cb9d7
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Thu Jun 13 21:36:01 2013 -0400

    Updated to 2.2.2
    
    - Removed package.xml modifications fixed usptream

 .gitignore                       |    1 +
 php-symfony2-PropertyAccess.spec |   12 ++++++------
 sources                          |    1 +
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 201e820..fd3e910 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /PropertyAccess-2.2.0.tgz
 /PropertyAccess-2.2.1.tgz
+/PropertyAccess-2.2.2.tgz
diff --git a/php-symfony2-PropertyAccess.spec b/php-symfony2-PropertyAccess.spec
index 4905a14..a7164ca 100644
--- a/php-symfony2-PropertyAccess.spec
+++ b/php-symfony2-PropertyAccess.spec
@@ -6,7 +6,7 @@
 %global php_min_ver  5.3.3
 
 Name:             php-symfony2-%{pear_name}
-Version:          2.2.1
+Version:          2.2.2
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -81,14 +81,10 @@ sed -e 's#vendor/autoload.php#./phpunit.autoloader.php#' \
 rm -f %{pear_name}-%{version}/Symfony/Component/%{pear_name}/Tests/PropertyAccessorCustomArrayObjectTest.php
 
 # Modify PEAR package.xml file:
-# - Remove .gitattributes file
-# - Remove .gitignore file
 # - Remove test that cannot be run without Form component's tests
 # - Change role from "php" to "test" for all test files
 # - Remove md5sum from phpunit.xml.dist file since it was updated
-sed -e '/\.gitattributes/d' \
-    -e '/\.gitignore/d' \
-    -e '/PropertyAccessorCustomArrayObjectTest.php/d' \
+sed -e '/PropertyAccessorCustomArrayObjectTest.php/d' \
     -e '/Tests/s/role="php"/role="test"/' \
     -e '/phpunit.xml.dist/s/role="php"/role="test"/' \
     -e '/phpunit.xml.dist/s/md5sum="[^"]*"\s*//' \
@@ -150,6 +146,10 @@ fi
 
 
 %changelog
+* Thu Jun 13 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.2.2-1
+- Updated to 2.2.2
+- Removed package.xml modifications fixed usptream
+
 * Sun Apr 14 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.2.1-1
 - Updated to 2.2.1
 
diff --git a/sources b/sources
index 69aefb0..d11e64a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 cec3609ea23aa012fcb6e8e256230e2f  PropertyAccess-2.2.0.tgz
 fe2e3f7a64a5b8a65b969c9dbdbc2697  PropertyAccess-2.2.1.tgz
+165be87da052105d590d45386815a754  PropertyAccess-2.2.2.tgz


More information about the scm-commits mailing list