This commit is contained in:
parent
57048198a6
commit
6aa2cfb70e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43aec606a3661ffb95f3575207d87f36ca85421e353fa5d5931cb5bde475b646
|
|
||||||
size 4435090
|
|
3
glib-2.15.6.tar.bz2
Normal file
3
glib-2.15.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90e5e5d555479456f13f0ef8bb3518816994785fccb18fc2e65d432f8dd34272
|
||||||
|
size 4479445
|
@ -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
|
Mon Feb 18 16:48:44 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
25
glib2.spec
25
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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.15.5
|
Version: 2.15.6
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A Library with Convenient Functions Written in C
|
Summary: A Library with Convenient Functions Written in C
|
||||||
Url: http://www.gtk.org/
|
Url: http://www.gtk.org/
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.14/%{_name}-%{version}.tar.bz2
|
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
|
%dir %{_datadir}/gtk-doc/html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 18 2008 maw@suse.de
|
||||||
- Update to version 2.15.5:
|
- Update to version 2.15.5:
|
||||||
+ GIO:
|
+ GIO:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user