[php-doctrine-orm] Updated to 2.4.2 (BZ #1063021)

Shawn Iwinski siwinski at fedoraproject.org
Wed Feb 12 18:23:50 UTC 2014


commit d9deee7dd19a0ded124a057917bc273bc3ae33be
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Feb 12 11:49:13 2014 -0500

    Updated to 2.4.2 (BZ #1063021)

 .gitignore            |    1 +
 php-doctrine-orm.spec |   11 +++++++----
 sources               |    1 +
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d28744f..e59cbcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /php-doctrine-orm-2.4.1-84373d05a4198ec380918d535abf83c454c3867f.tar.gz
+/php-doctrine-orm-2.4.2-0363a5548d9263f979f9ca149decb9cfc66419ab.tar.gz
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec
index ca79f1d..40f6dcc 100644
--- a/php-doctrine-orm.spec
+++ b/php-doctrine-orm.spec
@@ -1,7 +1,7 @@
 %global github_owner   doctrine
 %global github_name    doctrine2
-%global github_version 2.4.1
-%global github_commit  84373d05a4198ec380918d535abf83c454c3867f
+%global github_version 2.4.2
+%global github_commit  0363a5548d9263f979f9ca149decb9cfc66419ab
 
 # "php": ">=5.3.2"
 %global php_min_ver         5.3.2
@@ -18,7 +18,7 @@
 
 Name:      php-%{github_owner}-orm
 Version:   %{github_version}
-Release:   2%{?dist}
+Release:   1%{?dist}
 Summary:   Doctrine Object-Relational-Mapper (ORM)
 
 Group:     Development/Libraries
@@ -41,7 +41,7 @@ Requires:  php-symfony-console      >= %{symfony_min_ver}
 Requires:  php-symfony-console      <  %{symfony_max_ver}
 Requires:  php-symfony-yaml         >= %{symfony_min_ver}
 Requires:  php-symfony-yaml         <  %{symfony_max_ver}
-# phpcompatinfo (computed from v2.4.1)
+# phpcompatinfo (computed from v2.4.2)
 Requires:  php-ctype
 Requires:  php-dom
 Requires:  php-pcre
@@ -108,6 +108,9 @@ install -pm 0755 bin/doctrine.php %{buildroot}/%{_bindir}/doctrine
 
 
 %changelog
+* Wed Feb 12 2014 Shawn Iwinski <shawn.iwinski at gmail.com> 2.4.2-1
+- Updated to 2.4.2 (BZ #1063021)
+
 * Sat Jan 04 2014 Shawn Iwinski <shawn.iwinski at gmail.com> 2.4.1-2
 - Conditional %%{?dist}
 - Bin script patch instead of inline update and use Doctrine Common classloader
diff --git a/sources b/sources
index b54ca2a..e4deeb8 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 4126f99eec341e0e593b346151c8d4f6  php-doctrine-orm-2.4.1-84373d05a4198ec380918d535abf83c454c3867f.tar.gz
+0362554f607046ff4039bd2f38027729  php-doctrine-orm-2.4.2-0363a5548d9263f979f9ca149decb9cfc66419ab.tar.gz


More information about the scm-commits mailing list