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: 13-May-2008 08:52:57 Branch: HEAD Handle: 2008051307525700 Modified files: openpkg-src/wordpress wordpress.spec Log: modifying package: wordpress-2.5.1 20080505 -> 20080513 Summary: Revision Changes Path 1.67 +11 -11 openpkg-src/wordpress/wordpress.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/wordpress/wordpress.spec ============================================================================ $ cvs diff -u -r1.66 -r1.67 wordpress.spec --- openpkg-src/wordpress/wordpress.spec 5 May 2008 18:02:11 -0000 1.66 +++ openpkg-src/wordpress/wordpress.spec 13 May 2008 06:52:57 -0000 1.67 @@ -24,11 +24,11 @@ # package versions %define V_wordpress 2.5.1 %define V_plugin_dbmanager 220 -%define V_plugin_pagenavi 220 +%define V_plugin_pagenavi 2.30 %define V_plugin_polls 230b2 %define V_plugin_postviews 120 %define V_plugin_print 230b2 -%define V_plugin_relativedate 120 +%define V_plugin_relativedate 1.30 %define V_plugin_ban 120 %define V_plugin_ela 0.10 %define V_plugin_stats 1.2.1 @@ -46,7 +46,7 @@ Group: CMS License: GPL Version: %{V_wordpress} -Release: 20080505 +Release: 20080513 # list of sources Source0: http://wordpress.org/wordpress-%{V_wordpress}.tar.gz @@ -55,11 +55,11 @@ Source3: wordpress-cron.sh Source4: rc.wordpress Source10: http://lesterchan.net/others/downloads/wp-dbmanager%{V_plugin_dbmanager}.zip -Source11: http://lesterchan.net/others/downloads/wp-pagenavi%{V_plugin_pagenavi}.zip +Source11: http://downloads.wordpress.org/plugin/wp-pagenavi.%{V_plugin_pagenavi}.zip Source12: http://lesterchan.net/others/downloads/wp-polls%{V_plugin_polls}.zip Source13: http://lesterchan.net/others/downloads/wp-postviews%{V_plugin_postviews}.zip Source14: http://lesterchan.net/others/downloads/wp-print%{V_plugin_print}.zip -Source15: http://lesterchan.net/others/downloads/wp-relativedate%{V_plugin_relativedate}.zip +Source15: http://downloads.wordpress.org/plugin/wp-relativedate.%{V_plugin_relativedate}.zip Source16: http://lesterchan.net/others/downloads/wp-ban%{V_plugin_ban}.zip Source17: http://www.sonsofskadi.net/wp-content/upload/af-extended-live-archive-%{V_plugin_ela}.zip Source18: http://downloads.wordpress.org/plugin/stats.%{V_plugin_stats}.zip @@ -203,11 +203,11 @@ %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/backup-db \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/dbmanager \ - $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/pagenavi \ + $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-pagenavi \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/polls \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/postviews \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/print \ - $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/relativedate \ + $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-relativedate \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/ban \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/af-extended-live-archive \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/stats \ @@ -215,16 +215,16 @@ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/hashcash cp -rp dbmanager/* \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/dbmanager/ - cp -rp pagenavi/pagenavi* \ - $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/pagenavi/ + cp -rp wp-pagenavi/* \ + $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-pagenavi/ cp -rp wp-polls/* \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/polls/ cp -rp postviews/* \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/postviews/ cp -rp wp-print/* \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/print/ - cp -rp relativedate/* \ - $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/relativedate/ + cp -rp wp-relativedate/* \ + $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-relativedate/ cp -rp ban/* \ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/ban/ cp -rp af-extended-live-archive/* \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org