[php-symfony2-EventDispatcher] Updated to upstream version 2.0.16

Shawn Iwinski siwinski at fedoraproject.org
Sun Jul 15 04:44:00 UTC 2012


commit 15ddc66a36aa7bcc937b023b0efa9301b2d12fdf
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Jul 15 00:43:22 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore                        |    2 ++
 php-symfony2-EventDispatcher.spec |   18 ++++++++++++------
 sources                           |    1 +
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64f6a84..9fd5e6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+*~
 /EventDispatcher-2.0.15.tgz
+/EventDispatcher-2.0.16.tgz
diff --git a/php-symfony2-EventDispatcher.spec b/php-symfony2-EventDispatcher.spec
index f1cd3c7..6c22104 100644
--- a/php-symfony2-EventDispatcher.spec
+++ b/php-symfony2-EventDispatcher.spec
@@ -1,15 +1,16 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+
 %global pear_channel pear.symfony.com
-%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
+%global pear_name    %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
 
 Name:             php-symfony2-EventDispatcher
-Version:          2.0.15
+Version:          2.0.16
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
 License:          MIT
-URL:              http://symfony.com/doc/current/components/event_dispatcher/introduction.html
+URL:              http://symfony.com/doc/current/components/event_dispatcher/index.html
 Source0:          http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
 BuildArch:        noarch
@@ -53,7 +54,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -83,12 +84,17 @@ fi
 %files
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
-%{pear_phpdir}/Symfony/Component/%{pear_name}
-%dir %{pear_phpdir}/Symfony/Component
 %dir %{pear_phpdir}/Symfony
+%dir %{pear_phpdir}/Symfony/Component
+     %{pear_phpdir}/Symfony/Component/%{pear_name}
 
 
 %changelog
+* Sun Jul 15 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.16-1
+- Updated to upstream version 2.0.16
+- Updated URL
+- Minor syntax updates
+
 * Wed May 30 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-1
 - Updated to upstream version 2.0.15
 - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"
diff --git a/sources b/sources
index e930275..c99d3ce 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 e3581522c989cfddd79dede72c961984  EventDispatcher-2.0.15.tgz
+a31b5cbb6cb3b2f471c3aa82f25c0751  EventDispatcher-2.0.16.tgz


More information about the scm-commits mailing list