[php-symfony2-Translation] Updated to 2.2.2

Shawn Iwinski siwinski at fedoraproject.org
Fri Jun 14 02:25:00 UTC 2013


commit 91319409c11319d2b75539067ece85d264be9a9f
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Thu Jun 13 22:24:44 2013 -0400

    Updated to 2.2.2
    
    - Removed package.xml modifications fixed usptream

 .gitignore                    |    1 +
 php-symfony2-Translation.spec |   14 ++++++--------
 sources                       |    1 +
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04d0271..9dfb4ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Translation-2.1.8.tgz
 /Translation-2.2.0.tgz
 /Translation-2.2.1.tgz
+/Translation-2.2.2.tgz
diff --git a/php-symfony2-Translation.spec b/php-symfony2-Translation.spec
index 677a0a9..3ab3803 100644
--- a/php-symfony2-Translation.spec
+++ b/php-symfony2-Translation.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
 
@@ -92,15 +92,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
@@ -159,6 +153,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 2f5ba36..d4d4714 100644
--- a/sources
+++ b/sources
@@ -10,3 +10,4 @@ c500c4df97b861e3ea5fcc5eab3ff047  Translation-2.1.3.tgz
 563d73ebb4bd1a8b969b25e8e0634cb0  Translation-2.1.8.tgz
 77ef959eef452e635c25caa1abf78997  Translation-2.2.0.tgz
 0e1a44ada32bc5f2acc48051f548e9b6  Translation-2.2.1.tgz
+0cc827c2b1df09396a53a4518a48ffc0  Translation-2.2.2.tgz


More information about the scm-commits mailing list