diff --git a/mediawiki.spec b/mediawiki.spec index 43d5c5d..130c035 100644 --- a/mediawiki.spec +++ b/mediawiki.spec @@ -10,7 +10,7 @@ %endif Name: %{?sitename:%sitename-}mediawiki%{?lang:-%lang} -Version: 1.23.0 +Version: 1.23.1 Release: 1mamba Summary: A collaborative editing software that runs Wikipedia and other projects Group: Applications/Web @@ -71,7 +71,7 @@ install -d %{buildroot}%{installdir} cp -a * %{buildroot}%{installdir} rm -fr %{buildroot}%{installdir}/{t,tests} find %{buildroot}%{installdir} -name .svnignore -delete -for docfile in COPYING FAQ HISTORY INSTALL README RELEASE-NOTES UPGRADE; do +for docfile in COPYING FAQ HISTORY INSTALL README README.mediawiki RELEASE-NOTES UPGRADE; do rm -f %{buildroot}%{installdir}/$docfile done @@ -147,7 +147,6 @@ fi #%{installdir}/redirect.phtml %{installdir}/StartProfiler.sample %{installdir}/wiki.phtml -%{installdir}/README.mediawiki %{installdir}/RELEASE-NOTES* %doc COPYING FAQ HISTORY README UPGRADE %exclude %{installdir}/skins/openmamba* @@ -159,6 +158,9 @@ fi %dir %{installdir}/skins/openmamba/* %changelog +* Mon Jul 07 2014 Silvan Calarco 1.23.1-1mamba +- update to 1.23.1 + * Mon Jun 23 2014 Automatic Build System 1.23.0-1mamba - automatic version update by autodist