summaryrefslogtreecommitdiffstats
path: root/php-doctrine-migrations.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-migrations.spec')
-rw-r--r--php-doctrine-migrations.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-doctrine-migrations.spec b/php-doctrine-migrations.spec
index 67f8ad2..6fa00fd 100644
--- a/php-doctrine-migrations.spec
+++ b/php-doctrine-migrations.spec
@@ -8,7 +8,7 @@
#
%global bootstrap 0
-%global gh_commit 0101f5bd7f4e5043bf8630db2930f8fd7da552b6
+%global gh_commit 2d5c1141e91833ae706d5611cb74c56cdc7a7402
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner doctrine
%global gh_project migrations
@@ -25,8 +25,8 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}
-Version: 2.0.0
-Release: 2%{?dist}
+Version: 2.0.1
+Release: 1%{?dist}
Summary: PHP Doctrine Migrations project
License: MIT
@@ -36,7 +36,6 @@ Source1: makesrc.sh
# get rid of ocramius/package-versions
Patch0: %{name}-rpm.patch
-Patch1: %{name}-tests.patch
BuildArch: noarch
BuildRequires: php-fedora-autoloader-devel
@@ -153,7 +152,6 @@ Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch1 -p1
: Cleanup to get rid of ocramius/package-versions
%patch0 -p1 -b .rpm
@@ -253,6 +251,10 @@ exit $ret
%changelog
+* Wed Apr 24 2019 Remi Collet <remi@remirepo.net> - 2.0.1-1
+- update to 2.0.1
+- drop patch merged upstream
+
* Thu Mar 28 2019 Remi Collet <remi@remirepo.net> - 2.0.0-2
- add patch for 32-bit from
https://github.com/doctrine/migrations/pull/803