[packages/ruby-rdiscount] drop obsolete files
glen
glen at pld-linux.org
Sat Oct 17 13:46:24 CEST 2015
commit 04eaeed666d1ca592991a82c62bb392a5f45bf5d
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Oct 17 14:46:14 2015 +0300
drop obsolete files
ruby-rdiscount-ruby1.9.patch | 11 -----------
1 file changed, 11 deletions(-)
---
diff --git a/ruby-rdiscount-ruby1.9.patch b/ruby-rdiscount-ruby1.9.patch
deleted file mode 100644
index f7a52b5..0000000
--- a/ruby-rdiscount-ruby1.9.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ruby-discount-1.2.7/ext/rdiscount.c~ 2008-08-02 09:08:54.000000000 +0200
-+++ ruby-discount-1.2.7/ext/rdiscount.c 2010-06-24 16:29:34.000000000 +0200
-@@ -26,7 +26,7 @@
- if (rb_funcall(self, id_smart, 0) != Qtrue )
- flags = flags | MKD_NOPANTS;
-
-- MMIOT *doc = mkd_string(RSTRING(text)->ptr, RSTRING(text)->len, flags);
-+ MMIOT *doc = mkd_string(RSTRING_PTR(text), RSTRING_LEN(text), flags);
- markdown(doc, stream, flags);
-
- fclose(stream);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-rdiscount.git/commitdiff/04eaeed666d1ca592991a82c62bb392a5f45bf5d
More information about the pld-cvs-commit
mailing list