8
0
Alexei Sorokin
2015-12-29 06:23:13 +00:00
committed by Git OBS Bridge
parent 89067a7d4d
commit 3990b88519
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1034a29e2951085572a9569541cde96fc592f35ab435377ade642f8ee6b0ba2d
size 78978

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:515d6af0e085c9cbed3f1a1215d1fae46dac31a8459dc950f896f368df1488bb
size 79009

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 29 05:32:40 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.040:
* Makefile.PL: Make G:O:I dependent on Glib version >= 1.320.
-------------------------------------------------------------------
Fri Dec 4 10:29:26 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.033
Version: 0.040
Release: 0
Summary: GObject Introspection bindings for Perl
License: LGPL-2.1+
@@ -29,9 +29,9 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl(Glib) >= 1.310
BuildRequires: perl(Glib) >= 1.320
BuildRequires: pkgconfig(gobject-introspection-1.0)
Requires: perl(Glib) >= 1.310
Requires: perl(Glib) >= 1.320
%perl_requires
%description