diff --git a/Glib-1.142.tar.bz2 b/Glib-1.142.tar.bz2 deleted file mode 100644 index e378872..0000000 --- a/Glib-1.142.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac4da60174cf6d74749992158e4a388a7ada2451441fe9d84ec532b101b73fab -size 185673 diff --git a/Glib-1.143.tar.bz2 b/Glib-1.143.tar.bz2 new file mode 100644 index 0000000..057816a --- /dev/null +++ b/Glib-1.143.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134625899f86685ecf44a50dad2045beb6d9c2d9c6fd8bbd8df9dae82ebce871 +size 186216 diff --git a/perl-Glib.changes b/perl-Glib.changes index d218991..2638b3e 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 14 15:08:25 CET 2007 - anicka@suse.cz + +- update to 1.143 + * Makefile.PL: Check that glib >= 2.12.0, not 2.11.0, before + including GBookmarkFile.xs. + * Glib.xs: Call g_threads_init before g_type_init. Required (and + probably enforced in the near future) by recent glib versions. + ------------------------------------------------------------------- Tue Dec 12 13:10:09 CET 2006 - anicka@suse.cz diff --git a/perl-Glib.spec b/perl-Glib.spec index a46e921..55de1d6 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Glib (Version 1.142) +# spec file for package perl-Glib (Version 1.143) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,7 +12,7 @@ Name: perl-Glib BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig -Version: 1.142 +Version: 1.143 Release: 1 Requires: perl = %{perl_version} Autoreqprov: on @@ -69,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog -n perl-Glib +* Wed Feb 14 2007 - anicka@suse.cz +- update to 1.143 + * Makefile.PL: Check that glib >= 2.12.0, not 2.11.0, before + including GBookmarkFile.xs. + * Glib.xs: Call g_threads_init before g_type_init. Required (and + probably enforced in the near future) by recent glib versions. * Tue Dec 12 2006 - anicka@suse.cz - update to 1.142 * bugfixes, test fixes