From 6aa2cfb70e0809a8090705566d8276bb3a3c1ce5038a547f15105fd214bc42bd Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 29 Feb 2008 22:02:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=24 --- glib-2.15.5.tar.bz2 | 3 --- glib-2.15.6.tar.bz2 | 3 +++ glib2.changes | 22 ++++++++++++++++++++++ glib2.spec | 25 ++++++++++++++++++++++--- 4 files changed, 47 insertions(+), 6 deletions(-) delete mode 100644 glib-2.15.5.tar.bz2 create mode 100644 glib-2.15.6.tar.bz2 diff --git a/glib-2.15.5.tar.bz2 b/glib-2.15.5.tar.bz2 deleted file mode 100644 index 7281dcb..0000000 --- a/glib-2.15.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43aec606a3661ffb95f3575207d87f36ca85421e353fa5d5931cb5bde475b646 -size 4435090 diff --git a/glib-2.15.6.tar.bz2 b/glib-2.15.6.tar.bz2 new file mode 100644 index 0000000..f0feb48 --- /dev/null +++ b/glib-2.15.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e5e5d555479456f13f0ef8bb3518816994785fccb18fc2e65d432f8dd34272 +size 4479445 diff --git a/glib2.changes b/glib2.changes index d720856..0193b7e 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Feb 29 02:48:06 CET 2008 - jpr@suse.de + +- Update to version 2.15.6: + + GIO: + * New file attributes: trash::item-count, filesystem::use-preview + * Rename g_file_contains_file to g_file_has_prefix + * g_file_query_filesystem_info grew async variants + * g_themed_icon_append_name: new convenience function + * g_content_type_get_icon is implemented now + * Only show mounts in /media and ~ + * g_file_contains_file has been renamed to g_file_has_prefix + + Win32: + * g_win32_get_package_installation_directory_of_module: new + function which supersedes + g_win32_get_package_installation_directory + * Use alertable wait functions so that I/O completion routines or + user-mode Asynchronous Procedure Calls can be run + * Fix race conditions in g_spawn implementation on win32 + * g_uri_get_scheme has been renamed go g_uri_parse_scheme + + Updated translations + ------------------------------------------------------------------- Mon Feb 18 16:48:44 CET 2008 - maw@suse.de diff --git a/glib2.spec b/glib2.spec index c8f7e0d..2995308 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,5 +1,5 @@ # -# spec file for package glib2 (Version 2.15.5) +# spec file for package glib2 (Version 2.15.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,8 +17,8 @@ BuildRequires: fdupes pcre-devel pkg-config License: LGPL v2.1 or later Group: Development/Libraries/C and C++ AutoReqProv: on -Version: 2.15.5 -Release: 2 +Version: 2.15.6 +Release: 1 Summary: A Library with Convenient Functions Written in C Url: http://www.gtk.org/ Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.14/%{_name}-%{version}.tar.bz2 @@ -188,6 +188,25 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/gtk-doc/html %changelog +* Fri Feb 29 2008 jpr@suse.de +- Update to version 2.15.6: + + GIO: + * New file attributes: trash::item-count, filesystem::use-preview + * Rename g_file_contains_file to g_file_has_prefix + * g_file_query_filesystem_info grew async variants + * g_themed_icon_append_name: new convenience function + * g_content_type_get_icon is implemented now + * Only show mounts in /media and ~ + * g_file_contains_file has been renamed to g_file_has_prefix + + Win32: + * g_win32_get_package_installation_directory_of_module: new + function which supersedes + g_win32_get_package_installation_directory + * Use alertable wait functions so that I/O completion routines or + user-mode Asynchronous Procedure Calls can be run + * Fix race conditions in g_spawn implementation on win32 + * g_uri_get_scheme has been renamed go g_uri_parse_scheme + + Updated translations * Mon Feb 18 2008 maw@suse.de - Update to version 2.15.5: + GIO: