[php-symfony2-Config] Updated to 2.2.2

Shawn Iwinski siwinski at fedoraproject.org
Thu Jun 13 16:30:09 UTC 2013


commit e3ffd64837994435d304f678c8f8292ca2553301
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Thu Jun 13 12:29:44 2013 -0400

    Updated to 2.2.2
    
    - Removed package.xml modifications fixed usptream

 .gitignore               |    1 +
 php-symfony2-Config.spec |   14 ++++++--------
 sources                  |    1 +
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb7a646..aafe11a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /Config-2.1.8.tgz
 /Config-2.2.0.tgz
 /Config-2.2.1.tgz
+/Config-2.2.2.tgz
diff --git a/php-symfony2-Config.spec b/php-symfony2-Config.spec
index c1e8b48..a3c858a 100644
--- a/php-symfony2-Config.spec
+++ b/php-symfony2-Config.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
 
@@ -86,15 +86,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
@@ -155,6 +149,10 @@ fi
 
 
 %changelog
+* Mon Jun 10 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 926e427..e9f5200 100644
--- a/sources
+++ b/sources
@@ -10,3 +10,4 @@ a31b33a4b7c76ea5b56a70c8be99c1ee  Config-2.0.16.tgz
 1efbc4aac5513602ea106907a1124a99  Config-2.1.8.tgz
 21c7c40898aec938e7dfebd553a66086  Config-2.2.0.tgz
 1a22734a9e3ef11719ec9837ff9bad6c  Config-2.2.1.tgz
+580a6d2bf283a7104fcca00e5f7634a2  Config-2.2.2.tgz


More information about the scm-commits mailing list