This commit is contained in:
parent
eac5d434ce
commit
bd9a1a8c7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bccca292a11ea2710f897d709c1afb49316a5bccc693e0dd8bcc2286d9296608
|
||||
size 4291168
|
3
glib-2.15.3.tar.bz2
Normal file
3
glib-2.15.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a1b34695c3dba5129e451e11f208f5ae849a03d330dea5dc47060e763a70d2d
|
||||
size 4333958
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 07:51:55 CST 2008 - maw@suse.de
|
||||
|
||||
- Update to version 2.15.3:
|
||||
+ GChecksum:
|
||||
* g_checksum_update can accept nul-terminated strings
|
||||
* The MD5 implementation works correctly on buffers
|
||||
that are longer than 64 bytes
|
||||
+ GIO:
|
||||
* Don't include a copy of the inotify headers, rely on
|
||||
system headers
|
||||
* g_file_find_enclosing_mount has an async variant now
|
||||
* Reduntant seek API on file streams has been removed
|
||||
+ Bugs (bugzilla.gnome.org) fixed: #508602, #508771, #508773,
|
||||
#509465, #509626, #509990, #510448, and #510855
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 12:23:48 CST 2008 - maw@suse.de
|
||||
|
||||
|
18
glib2.spec
18
glib2.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package glib2 (Version 2.15.2)
|
||||
# spec file for package glib2 (Version 2.15.3)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,7 +16,7 @@ BuildRequires: fdupes pcre-devel pkg-config
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Version: 2.15.2
|
||||
Version: 2.15.3
|
||||
Release: 1
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
Url: http://www.gtk.org/
|
||||
@ -187,6 +187,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
|
||||
%changelog
|
||||
* Thu Jan 24 2008 maw@suse.de
|
||||
- Update to version 2.15.3:
|
||||
+ GChecksum:
|
||||
* g_checksum_update can accept nul-terminated strings
|
||||
* The MD5 implementation works correctly on buffers
|
||||
that are longer than 64 bytes
|
||||
+ GIO:
|
||||
* Don't include a copy of the inotify headers, rely on
|
||||
system headers
|
||||
* g_file_find_enclosing_mount has an async variant now
|
||||
* Reduntant seek API on file streams has been removed
|
||||
+ Bugs (bugzilla.gnome.org) fixed: #508602, #508771, #508773,
|
||||
[#509465], #509626, #509990, #510448, and #510855
|
||||
+ Updated translations.
|
||||
* Wed Jan 23 2008 maw@suse.de
|
||||
- Respin glib-cast.patch.
|
||||
* Tue Jan 22 2008 maw@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user