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: 10-Nov-2005 08:07:13
Branch: HEAD Handle: 2005111007071300
Modified files:
openpkg-src/kwiki kwiki.patch kwiki.spec
Log:
modifying package: kwiki-0.38 20051003 -> 20051110
Summary:
Revision Changes Path
1.18 +18 -18 openpkg-src/kwiki/kwiki.patch
1.65 +2 -2 openpkg-src/kwiki/kwiki.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/kwiki/kwiki.patch
============================================================================
$ cvs diff -u -r1.17 -r1.18 kwiki.patch
--- openpkg-src/kwiki/kwiki.patch 25 Apr 2005 06:34:03 -0000 1.17
+++ openpkg-src/kwiki/kwiki.patch 10 Nov 2005 07:07:13 -0000 1.18
@@ -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-04-05 19:21:59 +0200
++++ Kwiki-0.38/lib/Kwiki/Command.pm 2005-11-10 08:00:34 +0100
@@ -112,7 +112,7 @@
next unless $self->is_kwiki_dir($dir);
$self->msg('Updating ', $dir->absolute->pathname, "\n");
@@ -12,7 +12,7 @@
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-04-05 19:21:59 +0200
++++ Kwiki-0.38/lib/Kwiki/Config.pm 2005-11-10 08:00:34 +0100
@@ -174,11 +174,11 @@
# Put overrides in the top level config.yaml
# See: http://www.kwiki.org/?ChangingConfigDotYaml
@@ -29,7 +29,7 @@
# 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-04-05 19:21:59 +0200
++++ Kwiki-0.38/lib/Kwiki/Display.pm 2005-11-10 08:00:34 +0100
@@ -86,7 +86,7 @@
__template/tt2/display_changed_by.html__
[% IF self.preferences.display_changed_by.value %]
@@ -41,7 +41,7 @@
</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-04-05 19:21:59 +0200
++++ Kwiki-0.38/lib/Kwiki/Formatter.pm 2005-11-10 08:00:34 +0100
@@ -345,7 +345,7 @@
package Kwiki::Formatter::HyperLink;
use base 'Spoon::Formatter::Unit';
@@ -62,7 +62,7 @@
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-04-05 19:21:59 +0200
++++ Kwiki-0.38/lib/Kwiki/Pages.pm 2005-11-10 08:00:34 +0100
@@ -290,17 +290,17 @@
__!database/HomePage__
=== Welcome to Your New Kwiki!
@@ -93,7 +93,7 @@
---[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-04-05 19:24:56 +0200
++++ Kwiki-0.38/lib/Kwiki/Theme/Basic.pm 2005-11-10 08:00:34 +0100
@@ -36,6 +36,7 @@
<td id="group_1">
<div class="navigation">
@@ -102,7 +102,7 @@
[% INCLUDE theme_toolbar_pane.html %]
[% INCLUDE theme_status_pane.html %]
</div>
-@@ -71,6 +75,9 @@
+@@ -71,6 +72,9 @@
#group {
width: 100%;
@@ -112,7 +112,7 @@
}
#group_1 {
-@@ -83,7 +90,9 @@
+@@ -83,7 +87,9 @@
}
body {
@@ -125,7 +125,7 @@
h1, h2, h3, h4, h5, h6 {
Index: Kwiki-Diff-0.02/lib/Kwiki/Diff.pm
--- Kwiki-Diff-0.02/lib/Kwiki/Diff.pm.orig 2005-01-30 15:44:26 +0100
-+++ Kwiki-Diff-0.02/lib/Kwiki/Diff.pm 2005-04-05 19:21:59 +0200
++++ Kwiki-Diff-0.02/lib/Kwiki/Diff.pm 2005-11-10 08:00:34 +0100
@@ -177,6 +177,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-04-05 19:21:59
+0200
++++ Kwiki-Favorites-0.13/lib/Kwiki/Favorites.pm 2005-11-10 08:00:34
+0100
@@ -111,7 +111,7 @@
}
</script>
@@ -152,7 +152,7 @@
</form>
Index: Kwiki-ForeignLinkGlyphs-0.01/lib/Kwiki/ForeignLinkGlyphs.pm
--- Kwiki-ForeignLinkGlyphs-0.01/lib/Kwiki/ForeignLinkGlyphs.pm.orig
2004-08-26 16:59:17 +0200
-+++ Kwiki-ForeignLinkGlyphs-0.01/lib/Kwiki/ForeignLinkGlyphs.pm
2005-04-05 19:21:59 +0200
++++ Kwiki-ForeignLinkGlyphs-0.01/lib/Kwiki/ForeignLinkGlyphs.pm
2005-11-10 08:00:34 +0100
@@ -108,6 +108,6 @@
Allow from all
@@ -165,7 +165,7 @@
+SGrkAAAAFElEQVQI12OwYZBhsGEoYUhgSAAACQQByefTiF8AAAAASUVORK5CYII=
Index: Kwiki-Notify-Mail-0.03/lib/Kwiki/Notify/Mail.pm
--- Kwiki-Notify-Mail-0.03/lib/Kwiki/Notify/Mail.pm.orig 2005-01-25
21:49:23 +0100
-+++ Kwiki-Notify-Mail-0.03/lib/Kwiki/Notify/Mail.pm 2005-04-05 19:21:59
+0200
++++ Kwiki-Notify-Mail-0.03/lib/Kwiki/Notify/Mail.pm 2005-11-10 08:00:34
+0100
@@ -66,7 +66,7 @@
$msg->print(\*TEMPFILE);
close TEMPFILE;
@@ -175,10 +175,10 @@
}
}
-Index: Kwiki-RecentChangesRSS-0.06/lib/Kwiki/RecentChangesRSS.pm
---- Kwiki-RecentChangesRSS-0.06/lib/Kwiki/RecentChangesRSS.pm.orig
2005-02-26 02:02:30 +0100
-+++ Kwiki-RecentChangesRSS-0.06/lib/Kwiki/RecentChangesRSS.pm
2005-04-05 19:21:59 +0200
-@@ -311,6 +311,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-10 08:00:34 +0100
+@@ -323,6 +323,7 @@
rss_skipHours:
rss_skipDays:
rss_display_page: 0
@@ -186,7 +186,7 @@
__template/tt2/rss_button.html__
<!-- BEGIN rss_button.html -->
<a href="[% script_name %]?action=RecentChangesRSS" accesskey="c"
title="RSS">
-@@ -323,7 +324,7 @@
+@@ -335,7 +336,7 @@
<!-- END rss_button_icon.html -->
__template/tt2/rss_screen.xml__
[% xml %]
@@ -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-04-05 19:21:59 +0200
++++ Kwiki-Search-0.12/lib/Kwiki/Search.pm 2005-11-10 08:00:34 +0100
@@ -72,7 +72,7 @@
=cut
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/kwiki/kwiki.spec
============================================================================
$ cvs diff -u -r1.64 -r1.65 kwiki.spec
--- openpkg-src/kwiki/kwiki.spec 3 Oct 2005 09:52:54 -0000 1.64
+++ openpkg-src/kwiki/kwiki.spec 10 Nov 2005 07:07:13 -0000 1.65
@@ -37,7 +37,7 @@
%define V_kwiki_revisions 0.15
%define V_kwiki_diff 0.02
%define V_kwiki_recentchanges 0.13
-%define V_kwiki_recentchangesrss 0.06
+%define V_kwiki_recentchangesrss 0.07
%define V_kwiki_search 0.12
%define V_kwiki_gdgraphgenerator 0.03
%define V_kwiki_googlelink 0.01
@@ -119,7 +119,7 @@
Group: Web
License: GPL/Artistic
Version: %{V_kwiki}
-Release: 20051003
+Release: 20051110
# list of sources
Source0:
http://www.cpan.org/authors/id/I/IN/INGY/Spoon-%{V_spoon}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]