From 210fbf59c5a9e60049851cb92bd1e663c1519af7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Dec 2019 13:38:47 +0100 Subject: v2.31.12 --- php-horde-Horde-Core.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'php-horde-Horde-Core.spec') diff --git a/php-horde-Horde-Core.spec b/php-horde-Horde-Core.spec index 514fc06..770c402 100644 --- a/php-horde-Horde-Core.spec +++ b/php-horde-Horde-Core.spec @@ -13,7 +13,7 @@ %global with_sysjs 0 Name: php-horde-Horde-Core -Version: 2.31.11 +Version: 2.31.12 Release: 1%{?dist} Summary: Horde Core Framework libraries @@ -21,6 +21,8 @@ License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz +Patch0: https://patch-diff.githubusercontent.com/raw/horde/Core/pull/6.patch + BuildArch: noarch BuildRequires: gettext BuildRequires: php(language) >= 5.3.0 @@ -246,6 +248,7 @@ Framework. %prep %setup -q -c cd %{pear_name}-%{version} +%patch0 -p1 -b .pr6 # Don't install .po and .pot files # Don't install prototype, scriptaculous, use system one @@ -256,6 +259,7 @@ sed -e '/%{pear_name}\.po/d' \ -e '/js\/scriptaculous/d' \ %endif -e '/%{pear_name}\.mo/s/md5sum=.*name=/name=/' \ + -e '/Tagger.php/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml touch -r ../package.xml %{name}.xml @@ -344,6 +348,13 @@ fi %changelog +* Fri Dec 6 2019 Remi Collet - 2.31.12-1 +- update to 2.31.12 + +* Mon Nov 18 2019 Remi Collet - 2.31.11-2 +- fix koronolith FTBFS from Koschei using patch from + https://github.com/horde/Core/pull/6 + * Mon Nov 4 2019 Remi Collet - 2.31.11-1 - update to 2.31.11 -- cgit