summaryrefslogtreecommitdiffstats
path: root/php-symfony2-BrowserKit.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-29 14:34:28 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-29 14:34:28 +0100
commitff67dd591ec403dd688f189c43dd0077f32d4adc (patch)
tree2043bddc95936e582a29b26365978b5e6cfc76aa /php-symfony2-BrowserKit.spec
parent708f8921df5ce92ca74a51371f4682eeb95c876d (diff)
php-symfony2-BrowserKit-2.1.4 (no change)
Diffstat (limited to 'php-symfony2-BrowserKit.spec')
-rw-r--r--php-symfony2-BrowserKit.spec17
1 files changed, 15 insertions, 2 deletions
diff --git a/php-symfony2-BrowserKit.spec b/php-symfony2-BrowserKit.spec
index 83f2d56..1c7125c 100644
--- a/php-symfony2-BrowserKit.spec
+++ b/php-symfony2-BrowserKit.spec
@@ -6,7 +6,7 @@
%global php_min_ver 5.3.3
Name: php-symfony2-BrowserKit
-Version: 2.1.3
+Version: 2.1.4
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -64,11 +64,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"/' \
@@ -121,9 +123,20 @@ fi
%changelog
+* Thu Nov 29 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.4-1
+- update to 2.1.4 (no change)
+
+* 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
+* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.2-2
+- Added "%%global pear_metadir" and usage in %%install
+- Changed RPM_BUILD_ROOT to %%{buildroot}
+
* Wed Oct 24 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.2-1
- Updated to upstream version 2.1.2
- Updated description