Changeset 4178
- Timestamp:
- 09/26/08 18:34:38 (5 years ago)
- Location:
- pkg/viola/main/glib2.0/trunk/debian
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
patches/03_blacklist-directories.patch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/viola/main/glib2.0/trunk/debian/changelog
r4113 r4178 1 glib2.0 (2.16.5-parsix1) unstable; urgency=low 2 3 * New upstream bugfix release 4 5 -- Alan Baghumian <alan@technotux.org> Tue, 22 Jul 2008 10:55:30 +0200 1 glib2.0 (2.16.6-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.16.6-1 4 5 -- Alan Baghumian <alan@technotux.org> Fri, 26 Sep 2008 09:34:02 -0700 6 7 glib2.0 (2.16.6-1) unstable; urgency=low 8 9 * New upstream stable release; bug fixes; no API changes, except you'll get 10 string.h #included by some glib headers as they are relying on string.h's 11 API anyway. 12 - Refresh patch 60_wait-longer-for-threads-to-die to apply cleanly. 13 14 -- Loic Minier <lool@dooz.org> Fri, 26 Sep 2008 16:11:28 +0200 15 16 glib2.0 (2.16.5-1) unstable; urgency=low 17 18 * New upstream bugfix release: 19 + debian/patches/04_big-endian.patch, 20 debian/patches/99_autoconf.patch: 21 - Dropped, merged upstream. 22 23 -- Sebastian Dröge <slomo@debian.org> Mon, 21 Jul 2008 12:23:09 +0200 6 24 7 25 glib2.0 (2.16.4-2) unstable; urgency=high -
pkg/viola/main/glib2.0/trunk/debian/patches/03_blacklist-directories.patch
r3289 r4178 1 Index: glib-2.16.1/gio/gunixmounts.c 2 =================================================================== 3 --- glib-2.16.1.orig/gio/gunixmounts.c 2008-03-11 21:06:15.332196503 +0100 4 +++ glib-2.16.1/gio/gunixmounts.c 2008-03-11 21:08:12.880197371 +0100 5 @@ -220,6 +220,8 @@ g_unix_is_mount_path_system_internal (co 1 --- a/gio/gunixmounts.c 2008-09-12 19:55:52.000000000 +0200 2 +++ b/gio/gunixmounts.c 2008-09-26 16:12:33.000000000 +0200 3 @@ -221,6 +221,8 @@ 6 4 "/home", 7 5 "/lib", … … 12 10 "/mnt", 13 11 "/opt", 14 @@ -23 0,7 +232,12 @@ g_unix_is_mount_path_system_internal (co12 @@ -231,7 +233,12 @@ 15 13 "/usr", 16 14 "/usr/local",
Note: See TracChangeset
for help on using the changeset viewer.


