summaryrefslogtreecommitdiffstats
path: root/php-theseer-autoload.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-06-26 10:16:20 +0200
committerRemi Collet <remi@remirepo.net>2017-06-26 10:16:20 +0200
commitbfd05bfe12ecb7090977968943e737fbb8a038d0 (patch)
tree768449876e124198ad812023016d14fe4014f445 /php-theseer-autoload.spec
parent76f0dbe57e62b9de4a7abb1d45f3df0f72ab9f85 (diff)
v1.24.1
Diffstat (limited to 'php-theseer-autoload.spec')
-rw-r--r--php-theseer-autoload.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index f68a604..1c04015 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit c764a62ac6e558cb22e7a1ce09f4f9554b385937
+%global gh_commit 784b31aaedbd0db069357ce8dae64ab70e3579ca
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner theseer
%global gh_project Autoload
@@ -15,7 +15,7 @@
%global pear_channel pear.netpirates.net
Name: php-theseer-autoload
-Version: 1.24.0
+Version: 1.24.1
Release: 1%{?dist}
Summary: A tool and library to generate autoload code
@@ -26,8 +26,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
# Autoloader path
Patch0: %{gh_project}-rpm.patch
-# PHP 5.3
-Patch1: %{gh_project}-pr78.patch
BuildArch: noarch
BuildRequires: php(language) >= 5.3.1
@@ -76,7 +74,6 @@ the option of creating static require lists as well as phar archives.
%setup -q -n %{gh_project}-%{gh_commit}
%patch0 -p0 -b .rpm
-%patch1 -p1
: drop composer dependencies
sed -e '\:../vendor/:d' -i src/autoload.php
@@ -138,6 +135,10 @@ fi
%changelog
+* Mon Jun 26 2017 Remi Collet <remi@remirepo.net> - 1.24.1-1
+- Update to 1.24.1
+- drop patch merged upstream
+
* Mon Jun 26 2017 Remi Collet <remi@remirepo.net> - 1.24.0-1
- Update to 1.24.0
- use phpunit6 on F26+