[packages/dokuwiki-plugin-include] updating source url *and* md5, effectively updated to new release! 20131125 according to the tarball
glen
glen at pld-linux.org
Tue Aug 25 09:00:37 CEST 2015
commit 738bec5a595e60bd9a48eda225613246101f643b
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Aug 25 09:57:17 2015 +0300
updating source url *and* md5, effectively updated to new release! 20131125 according to the tarball
the new version supports move and indexer events
$controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handle_indexer');
$controller->register_hook('INDEXER_VERSION_GET', 'BEFORE', $this, 'handle_indexer_version');
$controller->register_hook('PLUGIN_MOVE_HANDLERS_REGISTER', 'BEFORE', $this, 'handle_move_register');
dokuwiki-plugin-include.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/dokuwiki-plugin-include.spec b/dokuwiki-plugin-include.spec
index 2be725d..13a1736 100644
--- a/dokuwiki-plugin-include.spec
+++ b/dokuwiki-plugin-include.spec
@@ -2,11 +2,11 @@
Summary: DokuWiki Include Plugin
Summary(pl.UTF-8): Wtyczka Include (dołączania) dla DokuWiki
Name: dokuwiki-plugin-%{plugin}
-Version: 20120902
+Version: 20131125
Release: 1
License: GPL v2
Group: Applications/WWW
-Source0: http://github.com/dokufreaks/plugin-%{plugin}/tarball/master?/%{plugin}-%{version}.tgz
+Source0: http://github.com/dokufreaks/plugin-%{plugin}/tarball/master?/%{plugin}-20120902.tgz
# Source0-md5: f69d9d0b64deac3db3cb550161db9aa6
URL: http://www.dokuwiki.org/plugin:include
BuildRequires: rpmbuild(macros) >= 1.520
@@ -35,7 +35,7 @@ mv *-%{plugin}-*/* .
version=$(awk '/date/{print $2}' plugin.info.txt)
if [ "$(echo "$version" | tr -d -)" != %{version} ]; then
: %%{version} mismatch
-# exit 1
+ exit 1
fi
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-include.git/commitdiff/f4ceb79cb339b5f372a2a480a499b6589cfd0798
More information about the pld-cvs-commit
mailing list