summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-CompatInfo.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-11 19:05:39 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-11 19:05:39 +0200
commitb9ab1355ecd6a6899f2b1fbf2b5e868c5f019859 (patch)
treeccef3613650f5f0036a520c1a8f3f4fc0829eb16 /php-bartlett-PHP-CompatInfo.spec
parent4a82ea58be4f99392c65777d96e7297d16f64fbc (diff)
php-bartlett-PHP-CompatInfo: 4.5.1
Diffstat (limited to 'php-bartlett-PHP-CompatInfo.spec')
-rw-r--r--php-bartlett-PHP-CompatInfo.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index 91e5eaa..724f8e5 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)}
-%global gh_commit 31d781af6cf6113db85da8838bf25eb73e7b093e
+%global gh_commit e4c5d42dce0820f59939bc7fbd2a8995bac66000
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20151005
%global gh_owner llaville
@@ -16,8 +16,8 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-bartlett-PHP-CompatInfo
-Version: 4.5.0
-%global specrel 2
+Version: 4.5.1
+%global specrel 1
Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Find out version and the extensions required for a piece of code to run
@@ -35,10 +35,6 @@ Source2: %{name}-autoload.php
# Autoload and sqlite database path
Patch0: %{name}-4.5.0-rpm.patch
-# Upstream patch for missing extensions
-# https://github.com/llaville/php-compat-info/issues/210
-Patch1: %{name}-upstream.patch
-
BuildArch: noarch
BuildRequires: php(language) >= 5.3.2
%if %{with_tests}
@@ -111,7 +107,6 @@ Documentation: http://php5.laurent-laville.org/compatinfo/manual/current/en/
#setup -q -n %{gh_project}-%{version}
%patch0 -p1 -b .rpm
-%patch1 -p1
cp %{SOURCE2} src/Bartlett/CompatInfo/autoload.php
# Cleanup patched files
@@ -175,6 +170,9 @@ fi
%changelog
+* Sun Oct 11 2015 Remi Collet <remi@fedoraproject.org> - 4.5.1-1
+- update to 4.5.1
+
* Thu Oct 8 2015 Remi Collet <remi@fedoraproject.org> - 4.5.0-2
- add upstream patch for missing extensions
https://github.com/llaville/php-compat-info/issues/210