[php-symfony2-Translation] Updated to upstream version 2.1.3

Shawn Iwinski siwinski at fedoraproject.org
Thu Nov 15 02:08:24 UTC 2012


commit 686101e6bba5f4bf07945a257023a7af7c234910
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Nov 14 21:08:21 2012 -0500

    Updated to upstream version 2.1.3

 .gitignore                    |    1 +
 php-symfony2-Translation.spec |   12 +++++++++---
 sources                       |    1 +
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96b000d..e50d8af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Translation-2.0.16.tgz
 /Translation-2.0.17.tgz
 /Translation-2.1.2.tgz
+/Translation-2.1.3.tgz
diff --git a/php-symfony2-Translation.spec b/php-symfony2-Translation.spec
index dadde3c..7db544a 100644
--- a/php-symfony2-Translation.spec
+++ b/php-symfony2-Translation.spec
@@ -6,8 +6,8 @@
 %global php_min_ver  5.3.3
 
 Name:             php-symfony2-Translation
-Version:          2.1.2
-Release:          2%{?dist}
+Version:          2.1.3
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -67,10 +67,12 @@ cd %{pear_name}-%{version}
 cd ..
 
 # 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
-sed -e '/.gitignore/d' \
+sed -e '/\.gitattributes/d' \
+    -e '/\.gitignore/d' \
     -e '/CHANGELOG.md/s/role="php"/role="doc"/' \
     -e '/phpunit.xml.dist/s/role="php"/role="test"/' \
     -e '/Tests/s/role="php"/role="test"/' \
@@ -121,6 +123,10 @@ fi
 
 
 %changelog
+* Wed Nov 14 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.3-1
+- Updated to upstream version 2.1.3
+- Removed .gitattributes file from package.xml
+
 * Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.2-2
 - Added "%%global pear_metadir" and usage in %%install
 - Changed RPM_BUILD_ROOT to %%{buildroot}
diff --git a/sources b/sources
index 6542735..29f7182 100644
--- a/sources
+++ b/sources
@@ -2,3 +2,4 @@
 5f40043f9c1536603cb072b6c2b93581  Translation-2.0.16.tgz
 4526c2ff4d3836fee81abeaebfdaf886  Translation-2.0.17.tgz
 3791ed0b9c3c8584ce35e506e7b8b00f  Translation-2.1.2.tgz
+c500c4df97b861e3ea5fcc5eab3ff047  Translation-2.1.3.tgz


More information about the scm-commits mailing list