8
0
Alexei Sorokin
2015-03-26 11:15:26 +00:00
committed by Git OBS Bridge
parent 3d18b0ff8b
commit a249b966ac
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39a1f7f2639ff42d9eec5b39647b2b45ad17a147280d0d5258f0bfb6d133a68f
size 62158

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67f50c8ceffa29ee5b8102eb93e56c14c04a29e1cac8536d7db2e89008e8dac5
size 64151

View File

@@ -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

View File

@@ -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.