rpms/ikiwiki/devel ikiwiki-3.00-libexecdir.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 ikiwiki.spec, 1.13, 1.14 import.log, 1.12, 1.13 sources, 1.12, 1.13 ikiwiki-2.72-libexecdir.patch, 1.1, NONE

Thomas Moschny thm at fedoraproject.org
Sat Jan 3 12:09:02 UTC 2009


Author: thm

Update of /cvs/pkgs/rpms/ikiwiki/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17777/devel

Modified Files:
	.cvsignore ikiwiki.spec import.log sources 
Added Files:
	ikiwiki-3.00-libexecdir.patch 
Removed Files:
	ikiwiki-2.72-libexecdir.patch 
Log Message:
Updated for 3.00.

ikiwiki-3.00-libexecdir.patch:

--- NEW FILE ikiwiki-3.00-libexecdir.patch ---
diff -up ikiwiki/IkiWiki.pm.orig ikiwiki/IkiWiki.pm
--- ikiwiki/IkiWiki.pm.orig	2008-12-31 19:33:10.000000000 +0100
+++ ikiwiki/IkiWiki.pm	2009-01-02 12:55:15.000000000 +0100
@@ -547,7 +547,7 @@ sub loadplugin ($) {
 	return if grep { $_ eq $plugin} @{$config{disable_plugins}};
 
 	foreach my $dir (defined $config{libdir} ? possibly_foolish_untaint($config{libdir}) : undef,
-	                 "$installdir/lib/ikiwiki") {
+	                 "$installdir/libexec/ikiwiki") {
 		if (defined $dir && -x "$dir/plugins/$plugin") {
 			eval { require IkiWiki::Plugin::external };
 			if ($@) {


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ikiwiki/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	2 Jan 2009 11:24:13 -0000	1.12
+++ .cvsignore	3 Jan 2009 12:08:30 -0000	1.13
@@ -1 +1 @@
-ikiwiki_2.72.tar.gz
+ikiwiki_3.00.tar.gz


Index: ikiwiki.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ikiwiki/devel/ikiwiki.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ikiwiki.spec	2 Jan 2009 11:24:14 -0000	1.13
+++ ikiwiki.spec	3 Jan 2009 12:08:30 -0000	1.14
@@ -1,5 +1,5 @@
 Name:           ikiwiki
-Version:        2.72
+Version:        3.00
 Release:        1%{?dist}
 Summary:        A wiki compiler
 
@@ -7,7 +7,7 @@
 License:        GPLv2+
 URL:            http://ikiwiki.info/
 Source0:        http://ftp.debian.org/debian/pool/main/i/%{name}/%{name}_%{version}.tar.gz
-Patch0:         ikiwiki-2.72-libexecdir.patch
+Patch0:         ikiwiki-3.00-libexecdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -143,6 +143,9 @@
 
 
 %changelog
+* Fri Jan  2 2009 Thomas Moschny <thomas.moschny at gmx.de> - 3.00-1
+- Update to 3.00.
+
 * Fri Jan  2 2009 Thomas Moschny <thomas.moschny at gmx.de> - 2.72-1
 - Update to 2.72.
 - Patch for mtn plugin has been applied upstream.


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/ikiwiki/devel/import.log,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- import.log	2 Jan 2009 11:24:14 -0000	1.12
+++ import.log	3 Jan 2009 12:08:30 -0000	1.13
@@ -10,3 +10,4 @@
 ikiwiki-2_70-1_fc9:HEAD:ikiwiki-2.70-1.fc9.src.rpm:1227214126
 ikiwiki-2_70-3_fc10:HEAD:ikiwiki-2.70-3.fc10.src.rpm:1229701030
 ikiwiki-2_72-1_fc10:HEAD:ikiwiki-2.72-1.fc10.src.rpm:1230895370
+ikiwiki-3_00-1_fc10:HEAD:ikiwiki-3.00-1.fc10.src.rpm:1230984471


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ikiwiki/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	2 Jan 2009 11:24:14 -0000	1.12
+++ sources	3 Jan 2009 12:08:30 -0000	1.13
@@ -1 +1 @@
-5bebbd85c2ad80ed9c8d730ba4f91e1a  ikiwiki_2.72.tar.gz
+f0a0a3e1ff820a12721b9b9864c8ea39  ikiwiki_3.00.tar.gz


--- ikiwiki-2.72-libexecdir.patch DELETED ---




More information about the fedora-extras-commits mailing list