OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 07-Mar-2007 07:49:42 Branch: HEAD Handle: 2007030706494200 Modified files: openpkg-src/kwiki kwiki.patch kwiki.spec Log: upgrading package: kwiki 0.38 -> 0.39 Summary: Revision Changes Path 1.21 +28 -28 openpkg-src/kwiki/kwiki.patch 1.81 +3 -3 openpkg-src/kwiki/kwiki.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/kwiki/kwiki.patch ============================================================================ $ cvs diff -u -r1.20 -r1.21 kwiki.patch --- openpkg-src/kwiki/kwiki.patch 14 Nov 2005 18:53:42 -0000 1.20 +++ openpkg-src/kwiki/kwiki.patch 7 Mar 2007 06:49:42 -0000 1.21 @@ -1,6 +1,6 @@ -Index: Kwiki-0.38/lib/Kwiki/Command.pm ---- Kwiki-0.38/lib/Kwiki/Command.pm.orig 2005-04-03 12:50:54 +0200 -+++ Kwiki-0.38/lib/Kwiki/Command.pm 2005-11-12 19:31:54 +0100 +Index: Kwiki-0.39/lib/Kwiki/Command.pm +--- Kwiki-0.39/lib/Kwiki/Command.pm.orig 2005-04-03 12:50:54 +0200 ++++ Kwiki-0.39/lib/Kwiki/Command.pm 2007-03-07 07:48:13 +0100 @@ -112,7 +112,7 @@ next unless $self->is_kwiki_dir($dir); $self->msg('Updating ', $dir->absolute->pathname, "\n"); @@ -10,9 +10,9 @@ } } -Index: Kwiki-0.38/lib/Kwiki/Config.pm ---- Kwiki-0.38/lib/Kwiki/Config.pm.orig 2005-03-25 07:44:44 +0100 -+++ Kwiki-0.38/lib/Kwiki/Config.pm 2005-11-12 19:31:54 +0100 +Index: Kwiki-0.39/lib/Kwiki/Config.pm +--- Kwiki-0.39/lib/Kwiki/Config.pm.orig 2005-03-25 07:44:44 +0100 ++++ Kwiki-0.39/lib/Kwiki/Config.pm 2007-03-07 07:48:13 +0100 @@ -174,11 +174,11 @@ # Put overrides in the top level config.yaml # See: http://www.kwiki.org/?ChangingConfigDotYaml @@ -27,9 +27,9 @@ __!config.yaml__ # Put all local overrides/modifications to the config/* files in this # file. Do not modify any of the files under the config/ directory as -Index: Kwiki-0.38/lib/Kwiki/Display.pm ---- Kwiki-0.38/lib/Kwiki/Display.pm.orig 2005-02-24 17:07:18 +0100 -+++ Kwiki-0.38/lib/Kwiki/Display.pm 2005-11-12 19:31:54 +0100 +Index: Kwiki-0.39/lib/Kwiki/Display.pm +--- Kwiki-0.39/lib/Kwiki/Display.pm.orig 2005-02-24 17:07:18 +0100 ++++ Kwiki-0.39/lib/Kwiki/Display.pm 2007-03-07 07:48:13 +0100 @@ -86,7 +86,7 @@ __template/tt2/display_changed_by.html__ [% IF self.preferences.display_changed_by.value %] @@ -39,9 +39,9 @@ <em> Last changed by [% page.edit_by_link %] at [% page.edit_time %] </em> -Index: Kwiki-0.38/lib/Kwiki/Formatter.pm ---- Kwiki-0.38/lib/Kwiki/Formatter.pm.orig 2005-03-20 07:55:13 +0100 -+++ Kwiki-0.38/lib/Kwiki/Formatter.pm 2005-11-12 19:31:54 +0100 +Index: Kwiki-0.39/lib/Kwiki/Formatter.pm +--- Kwiki-0.39/lib/Kwiki/Formatter.pm.orig 2005-03-20 07:55:13 +0100 ++++ Kwiki-0.39/lib/Kwiki/Formatter.pm 2007-03-07 07:48:13 +0100 @@ -345,7 +345,7 @@ package Kwiki::Formatter::HyperLink; use base 'Spoon::Formatter::Unit'; @@ -60,9 +60,9 @@ sub html { my $text = $self->escape_html($self->matched); -Index: Kwiki-0.38/lib/Kwiki/Pages.pm ---- Kwiki-0.38/lib/Kwiki/Pages.pm.orig 2005-03-17 22:15:31 +0100 -+++ Kwiki-0.38/lib/Kwiki/Pages.pm 2005-11-12 19:31:54 +0100 +Index: Kwiki-0.39/lib/Kwiki/Pages.pm +--- Kwiki-0.39/lib/Kwiki/Pages.pm.orig 2005-03-17 22:15:31 +0100 ++++ Kwiki-0.39/lib/Kwiki/Pages.pm 2007-03-07 07:48:13 +0100 @@ -290,17 +290,17 @@ __!database/HomePage__ === Welcome to Your New Kwiki! @@ -91,9 +91,9 @@ +--[http://www.kwiki.org/?BrianIngerson Brian Ingerson] (Kwiki author) and the [http://www.openpkg.org/ OpenPKG] team (Kwiki packaging). ---[http://www.kwiki.org/?BrianIngerson Brian Ingerson] -Index: Kwiki-0.38/lib/Kwiki/Theme/Basic.pm ---- Kwiki-0.38/lib/Kwiki/Theme/Basic.pm.orig 2005-02-24 17:07:17 +0100 -+++ Kwiki-0.38/lib/Kwiki/Theme/Basic.pm 2005-11-12 19:31:54 +0100 +Index: Kwiki-0.39/lib/Kwiki/Theme/Basic.pm +--- Kwiki-0.39/lib/Kwiki/Theme/Basic.pm.orig 2005-02-24 17:07:17 +0100 ++++ Kwiki-0.39/lib/Kwiki/Theme/Basic.pm 2007-03-07 07:48:13 +0100 @@ -36,6 +36,7 @@ <td id="group_1"> <div class="navigation"> @@ -124,9 +124,9 @@ h1, h2, h3, h4, h5, h6 { Index: Kwiki-Diff-0.03/lib/Kwiki/Diff.pm ---- Kwiki-Diff-0.03/lib/Kwiki/Diff.pm.orig 2005-01-30 15:44:26 +0100 -+++ Kwiki-Diff-0.03/lib/Kwiki/Diff.pm 2005-11-12 19:31:54 +0100 -@@ -177,6 +177,11 @@ +--- Kwiki-Diff-0.03/lib/Kwiki/Diff.pm.orig 2005-11-14 03:45:23 +0100 ++++ Kwiki-Diff-0.03/lib/Kwiki/Diff.pm 2007-03-07 07:48:13 +0100 +@@ -183,6 +183,11 @@ <img src="icons/gnome/image/diff.png" alt="Differences" /> <!-- END diff_button_icon.html --> @@ -140,7 +140,7 @@ <a href="[% script_name %]?action=revisions&page_name=[% page_uri %]&revision_id=[% revision_id %]" accesskey="r" title="Revision [% revision_id %]"> Index: Kwiki-Favorites-0.13/lib/Kwiki/Favorites.pm --- Kwiki-Favorites-0.13/lib/Kwiki/Favorites.pm.orig 2005-01-11 17:03:22 +0100 -+++ Kwiki-Favorites-0.13/lib/Kwiki/Favorites.pm 2005-11-12 19:31:54 +0100 ++++ Kwiki-Favorites-0.13/lib/Kwiki/Favorites.pm 2007-03-07 07:48:13 +0100 @@ -111,7 +111,7 @@ } </script> @@ -151,9 +151,9 @@ <iframe height="0" width="0" frameborder="0"></iframe> </form> Index: Kwiki-ForeignLinkGlyphs-0.02/lib/Kwiki/ForeignLinkGlyphs.pm ---- Kwiki-ForeignLinkGlyphs-0.02/lib/Kwiki/ForeignLinkGlyphs.pm.orig 2004-08-26 16:59:17 +0200 -+++ Kwiki-ForeignLinkGlyphs-0.02/lib/Kwiki/ForeignLinkGlyphs.pm 2005-11-12 19:31:54 +0100 -@@ -108,6 +108,6 @@ +--- Kwiki-ForeignLinkGlyphs-0.02/lib/Kwiki/ForeignLinkGlyphs.pm.orig 2005-11-14 05:08:14 +0100 ++++ Kwiki-ForeignLinkGlyphs-0.02/lib/Kwiki/ForeignLinkGlyphs.pm 2007-03-07 07:48:13 +0100 +@@ -109,6 +109,6 @@ Allow from all __plugin/foreignlinkglyphs/foreignlinkglyph.png__ @@ -165,7 +165,7 @@ +SGrkAAAAFElEQVQI12OwYZBhsGEoYUhgSAAACQQByefTiF8AAAAASUVORK5CYII= Index: Kwiki-Notify-Mail-0.04/lib/Kwiki/Notify/Mail.pm --- Kwiki-Notify-Mail-0.04/lib/Kwiki/Notify/Mail.pm.orig 2005-11-12 00:04:17 +0100 -+++ Kwiki-Notify-Mail-0.04/lib/Kwiki/Notify/Mail.pm 2005-11-12 19:32:25 +0100 ++++ Kwiki-Notify-Mail-0.04/lib/Kwiki/Notify/Mail.pm 2007-03-07 07:48:13 +0100 @@ -100,7 +100,7 @@ close TEMPFILE; } @@ -177,7 +177,7 @@ Index: Kwiki-RecentChangesRSS-0.07/lib/Kwiki/RecentChangesRSS.pm --- Kwiki-RecentChangesRSS-0.07/lib/Kwiki/RecentChangesRSS.pm.orig 2005-11-07 00:47:58 +0100 -+++ Kwiki-RecentChangesRSS-0.07/lib/Kwiki/RecentChangesRSS.pm 2005-11-12 19:31:54 +0100 ++++ Kwiki-RecentChangesRSS-0.07/lib/Kwiki/RecentChangesRSS.pm 2007-03-07 07:48:13 +0100 @@ -323,6 +323,7 @@ rss_skipHours: rss_skipDays: @@ -197,7 +197,7 @@ eNpjdDdgQAX/Gd9+QBP6w8SAAYBC/1YzcBdYr2eYvYG7ACTEAhQ98JVb9vRvBoG/DD+gqhga2Jmd Index: Kwiki-Search-0.12/lib/Kwiki/Search.pm --- Kwiki-Search-0.12/lib/Kwiki/Search.pm.orig 2004-12-16 00:38:12 +0100 -+++ Kwiki-Search-0.12/lib/Kwiki/Search.pm 2005-11-12 19:31:54 +0100 ++++ Kwiki-Search-0.12/lib/Kwiki/Search.pm 2007-03-07 07:48:13 +0100 @@ -72,7 +72,7 @@ =cut @@ . patch -p0 <<'@@ .' Index: openpkg-src/kwiki/kwiki.spec ============================================================================ $ cvs diff -u -r1.80 -r1.81 kwiki.spec --- openpkg-src/kwiki/kwiki.spec 1 Jan 2007 17:38:58 -0000 1.80 +++ openpkg-src/kwiki/kwiki.spec 7 Mar 2007 06:49:42 -0000 1.81 @@ -22,12 +22,12 @@ ## SUCH DAMAGE. ## -# FIXME: rse: still some plugins are broken because they need porting to Kwiki 0.38!! +# FIXME: rse: still some plugins are broken because they need porting to Kwiki 0.38/0.39!! # package versions %define V_perl 5.8.6 %define V_spoon 0.24 -%define V_kwiki 0.38 +%define V_kwiki 0.39 %define V_kwiki_modperl 0.09 %define V_kwiki_anchorlink 0.03 %define V_kwiki_archive_rcs 0.15 @@ -119,7 +119,7 @@ Group: CMS License: GPL/Artistic Version: %{V_kwiki} -Release: 20061210 +Release: 20070307 # list of sources Source0: http://www.cpan.org/authors/id/I/IN/INGY/Spoon-%{V_spoon}.tar.gz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org