This commit is contained in:
parent
9e9084d46c
commit
bbdc22760e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aaeaefb7870f3648b375346a007aa6a3003cfeee67bbba320e7d8c169d5182dc
|
|
||||||
size 183976
|
|
3
Glib-1.161.tar.bz2
Normal file
3
Glib-1.161.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d4b0183c3d041f20d60e4ab989ea3c0e39fbb8407f76104669b35aa2c0048b9c
|
||||||
|
size 184334
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 1 15:35:14 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.161
|
||||||
|
* Makefile.PL: Use BEGIN { require 5.008; } instead of use 5.008;
|
||||||
|
so automatic CPAN testers know which perl version we need. Also
|
||||||
|
get rid of the MY package by prefixing the relevant subs with
|
||||||
|
`MY::´.
|
||||||
|
* GObject.xs (Glib::Object::CLONE): Check that perl_gobjects !=
|
||||||
|
NULL before working with it, to avoid an assertion.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 5 13:19:55 CEST 2007 - anicka@suse.cz
|
Fri Oct 5 13:19:55 CEST 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Glib (Version 1.160)
|
# spec file for package perl-Glib (Version 1.161)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 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
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
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.160
|
Version: 1.161
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: LGPL v2 or later
|
License: LGPL v2.1 or later
|
||||||
Url: http://cpan.org/modules/by-module/Glib/
|
Url: http://cpan.org/modules/by-module/Glib/
|
||||||
Summary: Glib Perl module
|
Summary: Glib Perl module
|
||||||
Source: Glib-%{version}.tar.bz2
|
Source: Glib-%{version}.tar.bz2
|
||||||
@ -70,6 +70,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/Glib
|
%{perl_vendorarch}/auto/Glib
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 01 2007 - anicka@suse.cz
|
||||||
|
- update to 1.161
|
||||||
|
* Makefile.PL: Use BEGIN { require 5.008; } instead of use 5.008;
|
||||||
|
so automatic CPAN testers know which perl version we need. Also
|
||||||
|
get rid of the MY package by prefixing the relevant subs with
|
||||||
|
`MY::´.
|
||||||
|
* GObject.xs (Glib::Object::CLONE): Check that perl_gobjects !=
|
||||||
|
NULL before working with it, to avoid an assertion.
|
||||||
* Fri Oct 05 2007 - anicka@suse.cz
|
* Fri Oct 05 2007 - anicka@suse.cz
|
||||||
- update to 1.160
|
- update to 1.160
|
||||||
* GenPod.pm: Output a warning if a type name isn't recognized by
|
* GenPod.pm: Output a warning if a type name isn't recognized by
|
||||||
|
Loading…
Reference in New Issue
Block a user