[php-symfony2-ClassLoader] Updated to 2.2.2

Shawn Iwinski siwinski at fedoraproject.org
Fri Jun 14 01:59:37 UTC 2013


commit b7b2e1b26dd57265e3e4a727edafcd1cb5022c2c
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Thu Jun 13 21:59:16 2013 -0400

    Updated to 2.2.2
    
    - Removed package.xml modifications fixed usptream

 .gitignore                    |    1 +
 php-symfony2-ClassLoader.spec |   14 ++++++--------
 sources                       |    1 +
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c0af91..64c22ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /ClassLoader-2.1.8.tgz
 /ClassLoader-2.2.0.tgz
 /ClassLoader-2.2.1.tgz
+/ClassLoader-2.2.2.tgz
diff --git a/php-symfony2-ClassLoader.spec b/php-symfony2-ClassLoader.spec
index aa3803f..a4696d6 100644
--- a/php-symfony2-ClassLoader.spec
+++ b/php-symfony2-ClassLoader.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
 
@@ -98,15 +98,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
@@ -167,6 +161,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
+
 * Mon Apr 15 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.2.1-1
 - Updated to 2.2.1
 
diff --git a/sources b/sources
index 64081ed..ce15145 100644
--- a/sources
+++ b/sources
@@ -10,3 +10,4 @@ ae0a8658a075491785ac40ab57859bb6  ClassLoader-2.1.3.tgz
 39ead14d2497ef90b98cc50bc94132e6  ClassLoader-2.1.8.tgz
 ae2e62f4ea85aee2a1441ce3e9a3c337  ClassLoader-2.2.0.tgz
 42b4a51cd7561ce69e38f816a43b85ae  ClassLoader-2.2.1.tgz
+7bf4d788653c3214764a3c9d3343f3ac  ClassLoader-2.2.2.tgz


More information about the scm-commits mailing list