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: 08-Jun-2008 10:01:30
Branch: HEAD Handle: 2008060809013000
Modified files:
openpkg-src/wordpress wordpress.spec
Log:
try to fix tracking
Summary:
Revision Changes Path
1.73 +1 -8 openpkg-src/wordpress/wordpress.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wordpress/wordpress.spec
============================================================================
$ cvs diff -u -r1.72 -r1.73 wordpress.spec
--- openpkg-src/wordpress/wordpress.spec 7 Jun 2008 19:03:25 -0000
1.72
+++ openpkg-src/wordpress/wordpress.spec 8 Jun 2008 08:01:30 -0000
1.73
@@ -46,7 +46,7 @@
Group: CMS
License: GPL
Version: %{V_wordpress}
-Release: 20080607
+Release: 20080608
# list of sources
Source0: http://wordpress.org/wordpress-%{V_wordpress}.tar.gz
@@ -97,43 +97,36 @@
version = %{V_plugin_dbmanager}
url = http://lesterchan.net/wordpress/readme/wp-dbmanager.html
regex = WP-DBManager\s+(\d+\.\d+)
- transform = "s/^(\d+)\.(\d+)$/$1$2/s, $_"
}
prog wordpress:plugin-pagenavi = {
version = %{V_plugin_pagenavi}
url = http://lesterchan.net/wordpress/readme/wp-pagenavi.html
regex = WP-PageNavi\s+(\d+\.\d+)
- transform = "s/^(\d+)\.(\d+)$/$1$2/s, $_"
}
prog wordpress:plugin-polls = {
version = %{V_plugin_polls}
url = http://lesterchan.net/wordpress/readme/wp-polls.html
regex = WP-Polls\s+(\d+\.\d+)
- transform = "s/^(\d+)\.(\d+)$/$1$2/s, $_"
}
prog wordpress:plugin-postviews = {
version = %{V_plugin_postviews}
url = http://lesterchan.net/wordpress/readme/wp-postviews.html
regex = WP-PostViews\s+(\d+\.\d+)
- transform = "s/^(\d+)\.(\d+)$/$1$2/s, $_"
}
prog wordpress:plugin-print = {
version = %{V_plugin_print}
url = http://lesterchan.net/wordpress/readme/wp-print.html
regex = WP-Print\s+(\d+\.\d+)
- transform = "s/^(\d+)\.(\d+)$/$1$2/s, $_"
}
prog wordpress:plugin-relativedate = {
version = %{V_plugin_relativedate}
url =
http://lesterchan.net/wordpress/readme/wp-relativedate.html
regex = WP-RelativeDate\s+(\d+\.\d+)
- transform = "s/^(\d+)\.(\d+)$/$1$2/s, $_"
}
prog wordpress:plugin-ban = {
version = %{V_plugin_ban}
url = http://lesterchan.net/wordpress/readme/wp-ban.html
regex = WP-Ban\s+(\d+\.\d+)
- transform = "s/^(\d+)\.(\d+)$/$1$2/s, $_"
}
prog wordpress:plugin-ela = {
version = %{V_plugin_ela}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]