summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-29 15:26:26 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-29 15:26:26 +0100
commit95f3e74887454d2a48a13667810b40685a87322c (patch)
treec790e72cdb339e0b3d80c18bbbc98b69ddd06ec0
parent85ee262c1b21cf6766c1df6bd1e1fa76b402f9c2 (diff)
php-symfony2-HttpKernel-2.1.4
-rw-r--r--php-symfony2-HttpKernel.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/php-symfony2-HttpKernel.spec b/php-symfony2-HttpKernel.spec
index d819134..41771cd 100644
--- a/php-symfony2-HttpKernel.spec
+++ b/php-symfony2-HttpKernel.spec
@@ -1,5 +1,4 @@
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
-%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
%global pear_channel pear.symfony.com
%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
@@ -8,7 +7,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: php-symfony2-HttpKernel
-Version: 2.1.3
+Version: 2.1.4
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -97,11 +96,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"/' \
@@ -158,6 +159,13 @@ fi
%changelog
+* Thu Nov 29 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.4-1
+- update to 2.1.4
+
+* Thu Nov 15 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