diff --git a/Glib-1.182.tar.bz2 b/Glib-1.182.tar.bz2 deleted file mode 100644 index 078a41a..0000000 --- a/Glib-1.182.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9868cb57d9e314f96975a8034aafc4b04df7717670c3ad6301cc3322eb5de0d7 -size 188408 diff --git a/Glib-1.183.tar.bz2 b/Glib-1.183.tar.bz2 new file mode 100644 index 0000000..4184534 --- /dev/null +++ b/Glib-1.183.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502ae5d82dcff4621f419c903e224d1a602ad312bac25bf34df16510455e2876 +size 189190 diff --git a/perl-Glib.changes b/perl-Glib.changes index f1b742e..881ae2a 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Jun 19 16:25:11 CEST 2008 - anicka@suse.cz + +- update to 1.183 + * GSignal.xs: In the xsub for g_signal_add_emission_hook, + make sure that the type class exists before we try to + fetch information about one of its signals. + * t/c.t: Overload '!=' and 'ne' for flags values for consistency. + * GClosure.xs (gperl_callback_invoke): Put a mortal copy of the + user data on the stack to avoid prematurely destroying it in + certain cases. Patch by Kevin Ryde. + * t/c.t: Test that empty flags values ([], undef) work. + * GType.xs (gperl_convert_flag_one): Don't call + gperl_type_flags_get_values needlessly. + * GType.xs: Use const char* to store the return value of + sv_reftype. + * Subclass.pm: Improve the documentation of GET_PROPERTY and + SET_PROPERTY. (Patch by Kevin Ryde) + * t/c.t: Register Glib::Enum and Glib::Flags. Remove special case + logic for these from Glib::Type::register(). + ------------------------------------------------------------------- Wed Apr 9 13:45:33 CEST 2008 - anicka@suse.cz diff --git a/perl-Glib.spec b/perl-Glib.spec index 3cfd548..129c32e 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Glib (Version 1.182) +# spec file for package perl-Glib (Version 1.183) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: perl-Glib BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig -Version: 1.182 +Version: 1.183 Release: 1 Requires: perl = %{perl_version} AutoReqProv: on @@ -72,6 +72,24 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog +* Thu Jun 19 2008 anicka@suse.cz +- update to 1.183 + * GSignal.xs: In the xsub for g_signal_add_emission_hook, + make sure that the type class exists before we try to + fetch information about one of its signals. + * t/c.t: Overload '!=' and 'ne' for flags values for consistency. + * GClosure.xs (gperl_callback_invoke): Put a mortal copy of the + user data on the stack to avoid prematurely destroying it in + certain cases. Patch by Kevin Ryde. + * t/c.t: Test that empty flags values ([], undef) work. + * GType.xs (gperl_convert_flag_one): Don't call + gperl_type_flags_get_values needlessly. + * GType.xs: Use const char* to store the return value of + sv_reftype. + * Subclass.pm: Improve the documentation of GET_PROPERTY and + SET_PROPERTY. (Patch by Kevin Ryde) + * t/c.t: Register Glib::Enum and Glib::Flags. Remove special case + logic for these from Glib::Type::register(). * Wed Apr 09 2008 anicka@suse.cz - update to 1.182 * GType.xs: For the 64 bit integer converters: use