summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-29 14:58:14 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-29 14:58:14 +0100
commite958d70acedf5eb02afef3a22bb3a0485b176501 (patch)
treefc82dd3f112b9c7caf2ea17828e539a81504aec1
parentcd1be1943621c419b338284818d1fc1759d823d5 (diff)
php-symfony2-DependencyInjection-2.1.4
-rw-r--r--php-symfony2-DependencyInjection.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php-symfony2-DependencyInjection.spec b/php-symfony2-DependencyInjection.spec
index ab6df90..5937b9b 100644
--- a/php-symfony2-DependencyInjection.spec
+++ b/php-symfony2-DependencyInjection.spec
@@ -6,7 +6,7 @@
%global php_min_ver 5.3.3
Name: php-symfony2-DependencyInjection
-Version: 2.1.3
+Version: 2.1.4
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -72,11 +72,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 '/.git/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"/' \
@@ -129,6 +131,13 @@ fi
%changelog
+* Thu Nov 29 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.4-1
+- update to 2.1.4
+
+* Wed Nov 14 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.3-1
+- Updated to upstream version 2.1.3
+- Removed .gitattributes file from package.xml
+
* Tue Oct 30 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.3-1
- sync with rawhide, update to 2.1.3