[php-symfony] Fixed several summaries and descriptions ("Symfony2" => "Symfony")

Shawn Iwinski siwinski at fedoraproject.org
Tue Nov 26 21:18:08 UTC 2013


commit 96cda6885b44246b9a6d984dc2fdd7c45f1bcb7c
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Tue Nov 26 16:17:45 2013 -0500

    Fixed several summaries and descriptions ("Symfony2" => "Symfony")

 php-symfony.spec |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/php-symfony.spec b/php-symfony.spec
index 768e271..8cecc4b 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -37,7 +37,7 @@
 
 Name:          php-symfony
 Version:       %{github_version}
-Release:       2%{dist}
+Release:       3%{dist}
 Summary:       PHP framework for web projects
 
 Group:         Development/Libraries
@@ -145,7 +145,7 @@ Requires:      %{name}-yaml                = %{version}-%{release}
 
 %package   common
 
-Summary:   Symfony2 common files
+Summary:   Symfony common files
 
 Requires:  php(language) >= %{php_min_ver}
 
@@ -184,7 +184,7 @@ Provides: php-pear(%{pear_channel}/DoctrineBridge) = %{version}
 
 %description doctrinebridge
 Provides integration for Doctrine (http://www.doctrine-project.org/) with
-various Symfony2 components.
+various Symfony components.
 
 Configuration reference:
 http://symfony.com/doc/current/reference/configuration/doctrine.html
@@ -206,7 +206,7 @@ Provides: php-pear(%{pear_channel}/MonologBridge) = %{version}
 
 %description monologbridge
 Provides integration for Monolog (https://github.com/Seldaek/monolog) with
-various Symfony2 components.
+various Symfony components.
 
 Configuration reference:
 http://symfony.com/doc/current/reference/configuration/monolog.html
@@ -224,7 +224,7 @@ http://symfony.com/doc/current/reference/configuration/monolog.html
 
 #%%description propel1bridge
 #Provides integration for Propel 1 (http://propelorm.org/) with various
-#Symfony2 components.
+#Symfony components.
 
 # ------------------------------------------------------------------------------
 
@@ -240,7 +240,7 @@ http://symfony.com/doc/current/reference/configuration/monolog.html
 
 #%%description proxymanagerbridge
 #Provides integration for ProxyManager (https://github.com/Ocramius/ProxyManager)
-#with various Symfony2 components.
+#with various Symfony components.
 
 # ------------------------------------------------------------------------------
 
@@ -255,7 +255,7 @@ Requires: %{name}-httpkernel = %{version}-%{release}
 
 %description swiftmailerbridge
 Provides integration for Swift Mailer (http://swiftmailer.org/) with various
-Symfony2 components.
+Symfony components.
 
 Configuration reference:
 http://symfony.com/doc/current/reference/configuration/swiftmailer.html
@@ -285,7 +285,7 @@ Provides: php-pear(%{pear_channel}/TwigBridge) = %{version}
 
 %description twigbridge
 Provides integration for Twig (http://twig.sensiolabs.org/) with various
-Symfony2 components.
+Symfony components.
 
 # ------------------------------------------------------------------------------
 
@@ -433,7 +433,7 @@ The ClassLoader Component loads your project classes automatically if they
 follow some standard PHP conventions.
 
 Whenever you use an undefined class, PHP uses the autoloading mechanism
-to delegate the loading of a file defining the class. Symfony2 provides
+to delegate the loading of a file defining the class. Symfony provides
 a "universal" autoloader, which is able to load classes from files that
 implement one of the following conventions:
 * The technical interoperability standards [1] for PHP 5.3 namespaces
@@ -441,7 +441,7 @@ implement one of the following conventions:
 * The PEAR naming convention [2] for classes
 
 If your classes and the third-party libraries you use for your project follow
-these standards, the Symfony2 autoloader is the only autoloader you will ever
+these standards, the Symfony autoloader is the only autoloader you will ever
 need.
 
 Optional: APC, XCache
@@ -626,7 +626,7 @@ Obsoletes: %{name}2-EventDispatcher < %{version}
 Provides:  %{name}2-EventDispatcher = %{version}
 
 %description eventdispatcher
-The Symfony2 Event Dispatcher component implements the Observer [1] pattern in
+The Symfony Event Dispatcher component implements the Observer [1] pattern in
 a simple and effective way to make all these things possible and to make your
 projects truly extensible.
 
@@ -743,7 +743,7 @@ In PHP, the request is represented by some global variables ($_GET, $_POST,
 $_FILES, $_COOKIE, $_SESSION, ...) and the response is generated by some
 functions (echo, header, setcookie, ...).
 
-The Symfony2 HttpFoundation component replaces these default PHP global
+The Symfony HttpFoundation component replaces these default PHP global
 variables and functions by an Object-Oriented layer.
 
 Optional: memcache, memcached, mongo
@@ -1823,6 +1823,9 @@ done
 # ##############################################################################
 
 %changelog
+* Tue Nov 26 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.3.7-3
+- Fixed several summaries and descriptions ("Symfony2" => "Symfony")
+
 * Fri Nov 22 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.3.7-2
 - Renamed from "php-symfony2" to "php-symfony"
 - Updated main pkg summary


More information about the scm-commits mailing list