This commit is contained in:
parent
9d79bcda38
commit
d382ac4835
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05a98dff41069ccae1547e568957a8caf34a76cb11893d401488bc96377eb7d1
|
||||
size 184385
|
3
Glib-1.164.tar.bz2
Normal file
3
Glib-1.164.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a70723cbe54abc54820c331d2993913fb7846f545714fa612962b1474c6b5e0d
|
||||
size 185331
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 10:41:22 CET 2008 - anicka@suse.cz
|
||||
|
||||
- update to 1.164
|
||||
* GType.xs: Defer the instantiation of a newly-registered
|
||||
object class's class until after we've parsed the list of
|
||||
signals, properties, and interfaces to add to it.
|
||||
* GObject.xs: Load GInterface types immediately, instead of
|
||||
leaving them for lazy loading.
|
||||
* ParseXSDoc.pm (parse_file): When parsing an #else pre-processor
|
||||
directive, make sure we have actually seen and parsed a
|
||||
corresponding #if before trying to negate its entry.
|
||||
* GObject.xs (class_info_finish_loading): When handling a class'
|
||||
@ISA, instead of simple av_fetch calls and a final av_clear,
|
||||
use repeated av_shift calls.
|
||||
* GBookmarkFile.xs: Hush compiler warning.
|
||||
* GError.xs (gperl_gerror_from_sv): Fix the check for undefined
|
||||
domain keys in GError hashes.
|
||||
* GType.xs (add_interfaces): Fix the check for undefined
|
||||
interface names.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 21 10:47:57 CET 2007 - anicka@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Glib (Version 1.162)
|
||||
# spec file for package perl-Glib (Version 1.164)
|
||||
#
|
||||
# Copyright (c) 2007 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
|
||||
# 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.162
|
||||
Version: 1.164
|
||||
Release: 1
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
@ -71,6 +71,24 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jan 14 2008 - anicka@suse.cz
|
||||
- update to 1.164
|
||||
* GType.xs: Defer the instantiation of a newly-registered
|
||||
object class's class until after we've parsed the list of
|
||||
signals, properties, and interfaces to add to it.
|
||||
* GObject.xs: Load GInterface types immediately, instead of
|
||||
leaving them for lazy loading.
|
||||
* ParseXSDoc.pm (parse_file): When parsing an #else pre-processor
|
||||
directive, make sure we have actually seen and parsed a
|
||||
corresponding #if before trying to negate its entry.
|
||||
* GObject.xs (class_info_finish_loading): When handling a class'
|
||||
@ISA, instead of simple av_fetch calls and a final av_clear,
|
||||
use repeated av_shift calls.
|
||||
* GBookmarkFile.xs: Hush compiler warning.
|
||||
* GError.xs (gperl_gerror_from_sv): Fix the check for undefined
|
||||
domain keys in GError hashes.
|
||||
* GType.xs (add_interfaces): Fix the check for undefined
|
||||
interface names.
|
||||
* Wed Nov 21 2007 - anicka@suse.cz
|
||||
- update to 1.162
|
||||
* MakeHelper.pm (postamble_docs_full): When constructing the
|
||||
|
Loading…
Reference in New Issue
Block a user