diff --git a/Glib-1.160.tar.bz2 b/Glib-1.160.tar.bz2 deleted file mode 100644 index bb40dd0..0000000 --- a/Glib-1.160.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aaeaefb7870f3648b375346a007aa6a3003cfeee67bbba320e7d8c169d5182dc -size 183976 diff --git a/Glib-1.161.tar.bz2 b/Glib-1.161.tar.bz2 new file mode 100644 index 0000000..3bd1ade --- /dev/null +++ b/Glib-1.161.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b0183c3d041f20d60e4ab989ea3c0e39fbb8407f76104669b35aa2c0048b9c +size 184334 diff --git a/perl-Glib.changes b/perl-Glib.changes index 5786839..cb57797 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -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 diff --git a/perl-Glib.spec b/perl-Glib.spec index a633864..d4070df 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -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. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: perl-Glib BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig -Version: 1.160 +Version: 1.161 Release: 1 Requires: perl = %{perl_version} AutoReqProv: on Group: Development/Libraries/Perl -License: LGPL v2 or later +License: LGPL v2.1 or later Url: http://cpan.org/modules/by-module/Glib/ Summary: Glib Perl module Source: Glib-%{version}.tar.bz2 @@ -70,6 +70,14 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Glib /var/adm/perl-modules/%{name} %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 - update to 1.160 * GenPod.pm: Output a warning if a type name isn't recognized by