summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Ldap.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-horde-Horde-Ldap.spec')
-rw-r--r--php-horde-Horde-Ldap.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/php-horde-Horde-Ldap.spec b/php-horde-Horde-Ldap.spec
index a1f5049..45fd419 100644
--- a/php-horde-Horde-Ldap.spec
+++ b/php-horde-Horde-Ldap.spec
@@ -11,16 +11,14 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Ldap
-Version: 2.4.1
-Release: 6%{?dist}
+Version: 2.4.2
+Release: 1%{?dist}
Summary: Horde LDAP libraries
License: LGPLv3
URL: http://pear.horde.org
Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
-Patch0: https://patch-diff.githubusercontent.com/raw/horde/Ldap/pull/1.patch
-
BuildArch: noarch
BuildRequires: php(language) >= 5.3.0
BuildRequires: php-pear(PEAR) >= 1.7.0
@@ -64,9 +62,7 @@ objects.
%prep
%setup -q -c
cd %{pear_name}-%{version}
-%patch0 -p1 -b .pr1
-sed -e '/Filter.php/s/md5sum=.*name=/name=/' \
- ../package.xml >%{name}.xml
+mv ../package.xml %{name}.xml
%build
@@ -118,6 +114,10 @@ fi
%changelog
+* Mon Nov 4 2019 Remi Collet <remi@remirepo.net> - 2.4.2-1
+- update to 2.4.2
+- drop patch merged upstream
+
* Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 2.4.1-6
- use range dependencies
- add patch for PHP 7.4 from