]> git.pld-linux.org Git - packages/drupal-mod-syndication.git/commitdiff
- fix old link to user profile, see also http://drupal.org/node/16017
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 15:15:55 +0000 (15:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-syndication.spec -> 1.4
    syndication.module.patch -> 1.1

drupal-mod-syndication.spec
syndication.module.patch [new file with mode: 0644]

index d3de1ac5df7623a5295a3c2c13610ae404cba4a6..7aef75e6b05ad1e46c5905b7dadfedff412fae53 100644 (file)
@@ -3,13 +3,13 @@ Summary:      Drupal Syndication Module
 Summary(pl):   Modu³ Syndication dla Drupala
 Name:          drupal-mod-%{modname}
 Version:       4.6.0
-Release:       0.4
+Release:       0.5
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
-# Source0-md5: d9ddecb6fb20f443ff7e2970f1f85906
-URL:           http://drupal.org/project/syndication
-Requires:      drupal >= 4.6.0
+# Source0-md5: 59dda5bcc7153fab5c38835b646041ff
+Patch0:                http://drupal.org/files/issues/syndication.module.patch
+
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,6 +29,7 @@ interesuj
 
 %prep
 %setup -q -n %{modname}
+%patch0 -p0
 rm -f LICENSE.txt # GPL v2
 
 %install
diff --git a/syndication.module.patch b/syndication.module.patch
new file mode 100644 (file)
index 0000000..795a96b
--- /dev/null
@@ -0,0 +1,16 @@
+Index: syndication.module\r
+===================================================================\r
+RCS file: /cvs/drupal-contrib/contributions/modules/syndication/syndication.module,v\r
+retrieving revision 1.37\r
+diff -u -r1.37 syndication.module\r
+--- syndication.module 14 Dec 2004 02:46:04 -0000      1.37\r
++++ syndication.module 22 Jan 2005 21:06:16 -0000\r
+@@ -63,7 +63,7 @@\r
+       while ($account = db_fetch_object($result)) {\r
+         $link[] = l(t("%s's RSS feed", array ("%s" => $account->name)), "blog/feed/$account->uid");\r
+         $link[] = l(t("%s's blog", array ("%s" => $account->name)), "blog/$account->uid");\r
+-        $link[] = l(t("%s's profile", array ("%s" => $account->name)), "user/view/$account->uid");\r
++        $link[] = l(t("%s's profile", array ("%s" => $account->name)), "user/$account->uid");\r
+       }\r
+       $row[] = "$i. ". theme("links", $link);\r
+       $i++;\r
This page took 0.058012 seconds and 4 git commands to generate.