]> git.pld-linux.org Git - packages/dokuwiki-plugin-include.git/commitdiff
updating source url *and* md5, effectively updated to new release! 20131125 according...
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Aug 2015 06:57:17 +0000 (09:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Aug 2015 06:58:09 +0000 (09:58 +0300)
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

index 2be725d3ee0a611ba050ef6fdf6d9316d78d4707..13a173629556b3ba96a767206581f5748c096b9b 100644 (file)
@@ -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
This page took 0.072698 seconds and 4 git commands to generate.