[php-symfony2-Filesystem] Updated to 2.2.2

Shawn Iwinski siwinski at fedoraproject.org
Thu Jun 13 17:12:28 UTC 2013


commit 4b5620084f75b78875d20833246e86351d306ba8
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Thu Jun 13 13:12:02 2013 -0400

    Updated to 2.2.2
    
    - Removed package.xml modifications fixed usptream

 .gitignore                   |    1 +
 php-symfony2-Filesystem.spec |   14 ++++++--------
 sources                      |    1 +
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f987148..3462641 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Filesystem-2.1.8.tgz
 /Filesystem-2.2.0.tgz
 /Filesystem-2.2.1.tgz
+/Filesystem-2.2.2.tgz
diff --git a/php-symfony2-Filesystem.spec b/php-symfony2-Filesystem.spec
index e9d4802..b144e3d 100644
--- a/php-symfony2-Filesystem.spec
+++ b/php-symfony2-Filesystem.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
 
@@ -76,15 +76,9 @@ sed -e 's#vendor/autoload.php#./phpunit.autoloader.php#' \
     -i %{pear_name}-%{version}/Symfony/Component/%{pear_name}/phpunit.xml.dist
 
 # Modify PEAR package.xml file:
-# - Remove .gitattributes file
-# - Remove .gitignore file
-# - Change role from "php" to "doc" for CHANGELOG.md file
 # - 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 '/CHANGELOG.md/s/role="php"/role="doc"/' \
-    -e '/Tests/s/role="php"/role="test"/' \
+sed -e '/Tests/s/role="php"/role="test"/' \
     -e '/phpunit.xml.dist/s/role="php"/role="test"/' \
     -e '/phpunit.xml.dist/s/md5sum="[^"]*"\s*//' \
     -i package.xml
@@ -147,6 +141,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 9f42ce6..0dafd62 100644
--- a/sources
+++ b/sources
@@ -7,3 +7,4 @@ b4ac31843a96ec8af863c47146869539  Filesystem-2.1.4.tgz
 cd0c3042bfbb2250e2b46b09881a3039  Filesystem-2.1.8.tgz
 a3edb27e1f033ab42391723698e8259a  Filesystem-2.2.0.tgz
 3b72eb86c5ef0ce79e058a6d828dd2a1  Filesystem-2.2.1.tgz
+6b7c7755397e44ea8cd8e1457c8ab237  Filesystem-2.2.2.tgz


More information about the scm-commits mailing list