diff --git a/glib-2.13.7.tar.bz2 b/glib-2.13.7.tar.bz2 deleted file mode 100644 index fc7a699..0000000 --- a/glib-2.13.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4c850f9bff190cc444c0f6f89798727eba150a9b3e2b815ffe7ce82704c6497 -size 3291156 diff --git a/glib-2.14.0.tar.bz2 b/glib-2.14.0.tar.bz2 new file mode 100644 index 0000000..8e9a503 --- /dev/null +++ b/glib-2.14.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e0aed2b5816bfcdfcd943215a7b59e9000f89ae7824218b7959c90161560a8 +size 3304745 diff --git a/glib2.changes b/glib2.changes index 25b848a..b74ba9d 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 29 16:45:00 CEST 2007 - maw@suse.de + +- Update to version 2.14.0: + + g_unichar_combining_class is public + + Add a goffset type, and add G_MAXSSIZE and G_MINSSIZE + + Use PCRE 7.2 + + Bugs (bugzilla.gnome.org) fixed: #453998, #462549, and + #417068 + + Updated translations. + ------------------------------------------------------------------- Sat Aug 25 00:22:56 CEST 2007 - maw@suse.de diff --git a/glib2.spec b/glib2.spec index 4b45721..18d67e9 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,5 +1,5 @@ # -# spec file for package glib2 (Version 2.13.7) +# spec file for package glib2 (Version 2.14.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,8 +16,8 @@ BuildRequires: fdupes pkg-config License: LGPL v2 or later Group: Development/Libraries/C and C++ Autoreqprov: on -Version: 2.13.7 -Release: 14 +Version: 2.14.0 +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.13/%{_name}-%{version}.tar.bz2 @@ -59,16 +59,16 @@ Authors: %package devel Requires: %{name} = %{version} pkg-config glibc-devel -Summary: Include Files and Libraries mandatory for Development. +Summary: Include files and libraries mandatory for development Group: Development/Libraries/C and C++ Autoreqprov: on %description devel This package contains all necessary include files, libraries, configuration files and development tools (with manual pages) needed to -compile and link applications using the Gtk2 library. +compile and link applications using the glib library. -The Gtk2 library provides convenient functions, such as lists and +The glib library provides convenient functions, such as lists and hashes, to a C programmer and is used by Gtk+ and GNOME. @@ -181,6 +181,14 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/gtk-doc/html %changelog +* Wed Aug 29 2007 - maw@suse.de +- Update to version 2.14.0: + + g_unichar_combining_class is public + + Add a goffset type, and add G_MAXSSIZE and G_MINSSIZE + + Use PCRE 7.2 + + Bugs (bugzilla.gnome.org) fixed: #453998, #462549, and + [#417068] + + Updated translations. * Sat Aug 25 2007 - maw@suse.de - Update glib-casts.patch to fix g_array_index on ia64. * Thu Aug 09 2007 - sbrabec@suse.cz