[php-symfony2-Process] Removed .gitattributes and .gitignore files from package.xml

Shawn Iwinski siwinski at fedoraproject.org
Wed Nov 14 03:51:18 UTC 2012


commit 00bf72d4a507c9156115fde51c7173348f983ffe
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Tue Nov 13 22:34:56 2012 -0500

    Removed .gitattributes and .gitignore files from package.xml

 php-symfony2-Process.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/php-symfony2-Process.spec b/php-symfony2-Process.spec
index bfc2298..23f291c 100644
--- a/php-symfony2-Process.spec
+++ b/php-symfony2-Process.spec
@@ -7,7 +7,7 @@
 
 Name:             php-symfony2-Process
 Version:          2.1.3
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -55,10 +55,14 @@ 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 '/CHANGELOG.md/s/role="php"/role="doc"/' \
+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"/' \
     -e '/bootstrap.php/s/md5sum="[^"]*"\s*//' \
@@ -111,6 +115,9 @@ fi
 
 
 %changelog
+* Tue Nov 13 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.3-2
+- Removed .gitattributes and .gitignore files from package.xml
+
 * Sun Nov 11 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.3-1
 - Updated to upstream version 2.1.3
 


More information about the scm-commits mailing list