[mediawiki] Update to 1.22.4

mooninite mooninite at fedoraproject.org
Sat Mar 15 18:32:48 UTC 2014


commit 3d7d334273051a3fcd5cf81b56267471692c797d
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Sat Mar 15 13:32:38 2014 -0500

    Update to 1.22.4

 .gitignore     |    1 +
 mediawiki.spec |    8 ++++++--
 sources        |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30377bd..66c22ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ mediawiki-1.15.4.tar.gz
 /mediawiki-1.22.1.tar.gz
 /mediawiki-1.22.2.tar.gz
 /mediawiki-1.22.3.tar.gz
+/mediawiki-1.22.4.tar.gz
diff --git a/mediawiki.spec b/mediawiki.spec
index ecc7f2d..37f0227 100644
--- a/mediawiki.spec
+++ b/mediawiki.spec
@@ -1,6 +1,6 @@
 Summary: A wiki engine
 Name: mediawiki
-Version: 1.22.3
+Version: 1.22.4
 Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.mediawiki.org/
@@ -12,7 +12,7 @@ Source4: mw-updateallinstances.in
 BuildArch: noarch
 
 Requires(pre): httpd
-Requires: php-common >= 5, php-xml
+Requires: php-common >= 5, php-xml, php-pecl-jsonc
 Requires: diffutils, ImageMagick, php-gd
 
 Provides:  mediawiki-math = %{version}-%{release}
@@ -122,6 +122,10 @@ echo /var/www/wiki > %{buildroot}%{_sysconfdir}/mediawiki/instances
 
 
 %changelog
+* Sat Mar 15 2014 Michael Cronenworth <mike at cchtml.com> - 1.22.4-1
+- Update to 1.22.4
+- 1.22 branch now requires php-pecl-jsonc
+
 * Sat Mar 01 2014 Michael Cronenworth <mike at cchtml.com> - 1.22.3-1
 - Update to 1.22.3
 - (bug 60771) SECURITY: Disallow uploading SVG files using non-whitelisted namespaces. Also disallow iframe elements. User will get an error including the namespace name if they use a non- whitelisted namespace.
diff --git a/sources b/sources
index 00730a1..0177514 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-473a5c369e45f7c5b403eb7883658d7d  mediawiki-1.22.3.tar.gz
+3fb64cd514b46ebc239920c3acb0c718  mediawiki-1.22.4.tar.gz


More information about the scm-commits mailing list