]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
up to 2013-12-08 "Binky" release
authorElan Ruusamäe <glen@delfi.ee>
Thu, 19 Dec 2013 09:52:16 +0000 (11:52 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 19 Dec 2013 09:52:16 +0000 (11:52 +0200)
dokuwiki-config.patch
dokuwiki.spec

index aa1de9944b73d86c4b49119264f5798a698745fa..be6ae2f1c219cf674a61c9eb5007cb65938c9058 100644 (file)
  $conf['userewrite']  = 0;                //this makes nice URLs: 0: off 1: .htaccess 2: internal
  $conf['useslash']    = 0;                //use slash instead of colon? only when rewrite is on
  $conf['sepchar']     = '_';              //word separator character in page names; may be a
---- dokuwiki-rc2013-10-28/install.php~ 2013-11-13 22:24:06.193631633 +0200
-+++ dokuwiki-rc2013-10-28/install.php  2013-11-13 22:24:34.423188022 +0200
+--- dokuwiki-2013-12-08/install.php~   2013-12-18 23:05:54.321131662 +0200
++++ dokuwiki-2013-12-08/install.php    2013-12-18 23:06:30.110557953 +0200
 @@ -58,7 +58,7 @@
      '2012-01-25'   => '72c083c73608fc43c586901fd5dabb74',
      '2012-09-10'   => 'eb0b3fc90056fbc12bac6f49f7764df3',
      '2013-05-10'   => '7b62b75245f57f122d3e0f8ed7989623',
--    '2013-10-28'   => '263c76af309fbf083867c18a34ff5214',
-+    '2013-10-28'   => '5527d61a24b4feb0ade5a952848108fb',
+-    '2013-12-08'   => '263c76af309fbf083867c18a34ff5214',
++    '2013-12-08'   => '5527d61a24b4feb0ade5a952848108fb',
  );
  
  
index a0ab4ca16e20755114f596dbedd40cb1a23a7413..ee10bc4efb9b2c583274ba9178532642e95d03d8 100644 (file)
@@ -1,20 +1,18 @@
-%define                subver  2013-10-28
+%define                subver  2013-12-08
 %define                ver             %(echo %{subver} | tr -d -)
 #define                snap    1
-%define                rc_     1
+#define                rc_     1
 %define                php_min_version 5.2.4
 %include       /usr/lib/rpm/macros.php
 Summary:       PHP-based Wiki webapplication
 Summary(pl.UTF-8):     Aplikacja WWW Wiki oparta na PHP
 Name:          dokuwiki
 Version:       %{ver}
-Release:       0.3
+Release:       1
 License:       GPL v2
 Group:         Applications/WWW
-#Source0:      http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{subver}.tgz
-Source0:       http://download.dokuwiki.org/src/dokuwiki/%{name}-rc%{subver}.tgz
-# Source0-md5: f476b54a3679d35cdd8746db57c9c6a3
-#Source0:      http://github.com/splitbrain/dokuwiki/tarball/master/%{name}-%{subver}.tgz
+Source0:       http://download.dokuwiki.org/src/dokuwiki/%{name}-%{subver}.tgz
+# Source0-md5: 620b7fed511e643ad05ad13207baa502
 Source1:       %{name}-apache.conf
 Source2:       %{name}-lighttpd.conf
 Source3:       http://glen.alkohol.ee/pld/jude.png
@@ -193,6 +191,7 @@ find -name _dummy | xargs %{__rm}
 rm -rf lib/_fla
 rm -rf lib/plugins/testing
 rm -rf lib/plugins/config/_test
+rm -rf lib/plugins/usermanager/_test
 
 # use system packages
 %{__rm} lib/scripts/jquery/update.sh
This page took 0.086586 seconds and 4 git commands to generate.