Ubuntu gtksourceview 1.7.2-0ubuntu2
Ubuntu Merge-o-Matic <[email protected]>
| Newsgroups | gmane.comp.gnome.devtools |
|---|---|
| Message-ID | <[email protected]> |
This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu changes. It contains the difference between the new version and the previous version of the same source package in Ubuntu. _______________________________________________ gnome-devtools mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-devtools
gtksourceview_1.7.2-0ubuntu2_source.changes
(text/plain, 1 KB)
Format: 1.7 Date: Sun, 27 Aug 2006 14:00:38 +0200 Source: gtksourceview Binary: libgtksourceview-dev libgtksourceview-common libgtksourceview1.0-0 libgtksourceview-doc Architecture: source Version: 1.7.2-0ubuntu2 Distribution: edgy Urgency: low Maintainer: Andrew Lau <[email protected]> Changed-By: Sebastien Bacher <[email protected]> Description: libgtksourceview-common - common files for the GTK+ syntax highlighting widget libgtksourceview-dev - development files for the GTK+ syntax highlighting widget libgtksourceview-doc - documentation for the GTK+ syntax highlighting widget libgtksourceview1.0-0 - shared libraries for the GTK+ syntax highlighting widget Changes: gtksourceview (1.7.2-0ubuntu2) edgy; urgency=low . * debian/patches/01_xml_mimetypes_list.patch: - dropped, that's not required with the new gedit Files: 618f156865a45a7bebf6715cfde0e94e 1605 libs optional gtksourceview_1.7.2-0ubuntu2.dsc fa2110b787a1b650d623266b93571bd2 6404 libs optional gtksourceview_1.7.2-0ubuntu2.diff.gz
gtksourceview_1.7.2-0ubuntu2.patch
(text/plain, 1.7 KB)
diff -pruN 1.7.2-0ubuntu1/debian/changelog 1.7.2-0ubuntu2/debian/changelog --- 1.7.2-0ubuntu1/debian/changelog 2006-08-27 15:07:53.000000000 +0100 +++ 1.7.2-0ubuntu2/debian/changelog 2006-08-27 15:07:51.000000000 +0100 @@ -1,3 +1,10 @@ +gtksourceview (1.7.2-0ubuntu2) edgy; urgency=low + + * debian/patches/01_xml_mimetypes_list.patch: + - dropped, that's not required with the new gedit + + -- Sebastien Bacher <[email protected]> Sun, 27 Aug 2006 14:00:38 +0200 + gtksourceview (1.7.2-0ubuntu1) edgy; urgency=low * New upstream version: diff -pruN 1.7.2-0ubuntu1/debian/patches/01_xml_mimetypes_list.patch 1.7.2-0ubuntu2/debian/patches/01_xml_mimetypes_list.patch --- 1.7.2-0ubuntu1/debian/patches/01_xml_mimetypes_list.patch 2006-08-27 15:07:53.000000000 +0100 +++ 1.7.2-0ubuntu2/debian/patches/01_xml_mimetypes_list.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ -diff -Nur gtksourceview-1.6.1/gtksourceview/language-specs/xml.lang gtksourceview-1.6.1.new/gtksourceview/language-specs/xml.lang ---- gtksourceview-1.6.1/gtksourceview/language-specs/xml.lang 2006-04-10 07:19:38.000000000 +0200 -+++ gtksourceview-1.6.1.new/gtksourceview/language-specs/xml.lang 2006-04-13 12:27:54.000000000 +0200 -@@ -1,6 +1,6 @@ - <?xml version="1.0" encoding="UTF-8"?> - <!DOCTYPE language SYSTEM "language.dtd"> --<language _name="XML" version="1.0" _section="Markup" mimetypes="application/xml;text/xml;image/svg+xml;text/rdf;text/xsl"> -+<language _name="XML" version="1.0" _section="Markup" mimetypes="application/xml;text/xml;image/svg+xml;text/rdf;text/xsl;application/vnd.mozilla.xul+xml;application/docbook+xml;application/xslt+xml"> - - <block-comment _name="Block Comment" style="Comment"> - <start-regex><!--</start-regex>