diff --git a/Glib-Object-Introspection-0.028.tar.gz b/Glib-Object-Introspection-0.028.tar.gz deleted file mode 100644 index d31c3fe..0000000 --- a/Glib-Object-Introspection-0.028.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39a1f7f2639ff42d9eec5b39647b2b45ad17a147280d0d5258f0bfb6d133a68f -size 62158 diff --git a/Glib-Object-Introspection-0.029.tar.gz b/Glib-Object-Introspection-0.029.tar.gz new file mode 100644 index 0000000..4bef970 --- /dev/null +++ b/Glib-Object-Introspection-0.029.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f50c8ceffa29ee5b8102eb93e56c14c04a29e1cac8536d7db2e89008e8dac5 +size 64151 diff --git a/perl-Glib-Object-Introspection.changes b/perl-Glib-Object-Introspection.changes index 9b76259..66a8803 100644 --- a/perl-Glib-Object-Introspection.changes +++ b/perl-Glib-Object-Introspection.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 26 10:56:21 UTC 2015 - sor.alexei@meowr.ru + +- Update to 0.029: + * Hook up the generic Glib::Boxed constructor on load, not in + setup(). + * Add support for marshalling GVariants, GArrays, GPtrArrays and + GByteArrays. + * Support flat arrays when converting from C to Perl. + ------------------------------------------------------------------- Thu Feb 26 11:07:01 UTC 2015 - sor.alexei@meowr.ru diff --git a/perl-Glib-Object-Introspection.spec b/perl-Glib-Object-Introspection.spec index 1751cb7..e8e550e 100644 --- a/perl-Glib-Object-Introspection.spec +++ b/perl-Glib-Object-Introspection.spec @@ -18,7 +18,7 @@ %define cpan_name Glib-Object-Introspection Name: perl-Glib-Object-Introspection -Version: 0.028 +Version: 0.029 Release: 0 Summary: GObject Introspection bindings for Perl License: LGPL-2.1+ @@ -29,10 +29,10 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::PkgConfig) -BuildRequires: perl(Glib) >= 1.180 +BuildRequires: perl(Glib) >= 1.310 BuildRequires: pkgconfig(gobject-introspection-1.0) -Requires: perl(Glib) >= 1.180 -%{perl_requires} +Requires: perl(Glib) >= 1.310 +%perl_requires %description This package provides perl bindings for GObject Introspection.