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

Shawn Iwinski siwinski at fedoraproject.org
Fri Nov 16 04:07:25 UTC 2012


commit f2d6f808d54e1dcad82b8394765abb2276beb6d8
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Thu Nov 15 23:07:22 2012 -0500

    Updated to upstream version 2.1.3

 .gitignore                 |    1 +
 php-symfony2-Security.spec |   10 ++++++++--
 sources                    |    1 +
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5aee04a..a93374f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Security-2.0.16.tgz
 /Security-2.0.17.tgz
 /Security-2.1.2.tgz
+/Security-2.1.3.tgz
diff --git a/php-symfony2-Security.spec b/php-symfony2-Security.spec
index 2a5241f..76edb04 100644
--- a/php-symfony2-Security.spec
+++ b/php-symfony2-Security.spec
@@ -6,7 +6,7 @@
 %global php_min_ver  5.3.3
 
 Name:             php-symfony2-Security
-Version:          2.1.2
+Version:          2.1.3
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -85,11 +85,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"/' \
@@ -141,6 +143,10 @@ fi
 
 
 %changelog
+* Thu Nov 15 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
+
 * Sat Oct 27 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.2-1
 - Updated to upstream version 2.1.2
 - PHP minimum version 5.3.3 instead of 5.3.2
diff --git a/sources b/sources
index 71eaf2c..7a7f3c5 100644
--- a/sources
+++ b/sources
@@ -2,3 +2,4 @@
 6aac60fb7cac65765178d28dbb4c09f4  Security-2.0.16.tgz
 06c1e487dea77e184177356c4d46b82e  Security-2.0.17.tgz
 f4907a7756b9c18d8f722bfcf8f57b85  Security-2.1.2.tgz
+1488fb5895b09c6b47b53c6ba755f32f  Security-2.1.3.tgz


More information about the scm-commits mailing list