summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-29 15:20:57 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-29 15:20:57 +0100
commit33c8a97e63acdbb2d4ae6bd70dbb7b66ab1f0074 (patch)
treede83615aa3cba877de5f778bf8d5c19b21074181
parent6c3451b0ddb51d074f44a8347809dff20b8b88c9 (diff)
php-symfony2-Form-2.1.14
-rw-r--r--php-symfony2-Form.spec17
1 files changed, 14 insertions, 3 deletions
diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec
index 14ffc83..22c2649 100644
--- a/php-symfony2-Form.spec
+++ b/php-symfony2-Form.spec
@@ -1,12 +1,11 @@
%{!?__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')
%global php_min_ver 5.3.3
Name: php-symfony2-Form
-Version: 2.1.3
+Version: 2.1.4
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -78,11 +77,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"/' \
@@ -139,6 +140,16 @@ 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
+
+* Wed Oct 31 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.2-2
+- Temp disable tests by default b/c build failures on F18, F17, and EL6
+
* Tue Oct 30 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.3-1
- sync with rawhide, update to 2.1.3