This commit is contained in:
parent
941ae25f8d
commit
ca959813d2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9868cb57d9e314f96975a8034aafc4b04df7717670c3ad6301cc3322eb5de0d7
|
|
||||||
size 188408
|
|
3
Glib-1.183.tar.bz2
Normal file
3
Glib-1.183.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:502ae5d82dcff4621f419c903e224d1a602ad312bac25bf34df16510455e2876
|
||||||
|
size 189190
|
@ -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
|
Wed Apr 9 13:45:33 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: perl-Glib
|
Name: perl-Glib
|
||||||
BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig
|
BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig
|
||||||
Version: 1.182
|
Version: 1.183
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -72,6 +72,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 09 2008 anicka@suse.cz
|
||||||
- update to 1.182
|
- update to 1.182
|
||||||
* GType.xs: For the 64 bit integer converters: use
|
* GType.xs: For the 64 bit integer converters: use
|
||||||
|
Loading…
Reference in New Issue
Block a user