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

Shawn Iwinski siwinski at fedoraproject.org
Thu Nov 15 02:09:29 UTC 2012


commit c0b5dcc5114c1e976e5425198ce89718c8dc0951
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Nov 14 21:09:26 2012 -0500

    Updated to upstream version 2.1.3

 .gitignore                  |    1 +
 php-symfony2-Validator.spec |   12 +++++++++---
 sources                     |    1 +
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97551d0..d63cf23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Validator-2.0.16.tgz
 /Validator-2.0.17.tgz
 /Validator-2.1.2.tgz
+/Validator-2.1.3.tgz
diff --git a/php-symfony2-Validator.spec b/php-symfony2-Validator.spec
index 483efd1..788fe17 100644
--- a/php-symfony2-Validator.spec
+++ b/php-symfony2-Validator.spec
@@ -6,8 +6,8 @@
 %global php_min_ver  5.3.3
 
 Name:             php-symfony2-Validator
-Version:          2.1.2
-Release:          3%{?dist}
+Version:          2.1.3
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -80,11 +80,13 @@ 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
 # - Remove md5sum from bootsrap.php file since it was patched
-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"/' \
@@ -140,6 +142,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
+
 * Tue Oct 30 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.2-3
 - Temporarily disable tests on EL
 
diff --git a/sources b/sources
index 0e29501..659946c 100644
--- a/sources
+++ b/sources
@@ -2,3 +2,4 @@ ab5f2ac8788721db82d8107b8bfff0ec  Validator-2.0.15.tgz
 23ccf8d6b197240bfb1f05f7414c85e1  Validator-2.0.16.tgz
 70c6dd93d0bff33502aea103c31676e4  Validator-2.0.17.tgz
 0d163ca3397401f9168096997b35d5b1  Validator-2.1.2.tgz
+cd089adb899cdae0f2c865968b1198b4  Validator-2.1.3.tgz


More information about the scm-commits mailing list