diff --git a/glib-2.15.2.tar.bz2 b/glib-2.15.2.tar.bz2 deleted file mode 100644 index bb5a9c2..0000000 --- a/glib-2.15.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bccca292a11ea2710f897d709c1afb49316a5bccc693e0dd8bcc2286d9296608 -size 4291168 diff --git a/glib-2.15.3.tar.bz2 b/glib-2.15.3.tar.bz2 new file mode 100644 index 0000000..e9a544a --- /dev/null +++ b/glib-2.15.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1b34695c3dba5129e451e11f208f5ae849a03d330dea5dc47060e763a70d2d +size 4333958 diff --git a/glib2.changes b/glib2.changes index 8799f3e..94b355a 100644 --- a/glib2.changes +++ b/glib2.changes @@ -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 diff --git a/glib2.spec b/glib2.spec index a2f0c13..bb4dd63 100644 --- a/glib2.spec +++ b/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/ @@ -145,7 +145,7 @@ make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/profile.d cp -a %{S:1} $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.sh cp -a %{S:2} $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.csh -chmod +x $RPM_BUILD_ROOT/%{_bindir}/gtester-report +chmod +x $RPM_BUILD_ROOT/%{_bindir}/gtester-report %find_lang %{_name}20 %fdupes $RPM_BUILD_ROOT @@ -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