summaryrefslogtreecommitdiffstats
path: root/php-doctrine-orm.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-02-17 17:34:21 +0100
committerRemi Collet <fedora@famillecollet.com>2014-02-17 17:34:21 +0100
commit8d8522b76676cfd67962cdd919d9f85240c35a90 (patch)
treef5da5f765bb44d796b60a8df758f33ee8cc31517 /php-doctrine-orm.spec
parent99e7dc31ad631bc55989113fa576ba35db379ab9 (diff)
php-doctrine-orm: 2.4.2 (backport from rawhide)
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r--php-doctrine-orm.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec
index 5ebc8ca..ccac8bc 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
@@ -42,7 +42,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
@@ -116,6 +116,12 @@ rm -rf %{buildroot}
%changelog
+* Mon Feb 17 2014 Remi Collet <rpms@famillecollet.com> 2.4.2-1
+- backport 2.4.2 for remi repo
+
+* Wed Feb 12 2014 Shawn Iwinski <shawn.iwinski@gmail.com> 2.4.2-1
+- Updated to 2.4.2 (BZ #1063021)
+
* Sat Jan 11 2014 Remi Collet <rpms@famillecollet.com> 2.4.1-2
- backport for remi repo