8
0

- Update to 0.027:

* Fix compilation problems when NOISY is defined.
  * Move the handling of void record fields into the field
    accessors.
  * Rename a few variables for clarity.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib-Object-Introspection?expand=0&rev=3
This commit is contained in:
Alexei Sorokin
2015-01-28 11:10:01 +00:00
committed by Git OBS Bridge
parent 0c0f44d01c
commit a42106f845
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:039f2db91ef9070a113a925ec56db87f042c6ef0320d9b85bff9b2fe269e0131
size 61620

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 28 11:04:11 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.027:
* Fix compilation problems when NOISY is defined.
* Move the handling of void record fields into the field
accessors.
* Rename a few variables for clarity.
-------------------------------------------------------------------
Fri Jan 16 17:27:13 UTC 2015 - sor.alexei@meowr.ru

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Glib-Object-Introspection
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Glib-Object-Introspection
Name: perl-Glib-Object-Introspection
Version: 0.026
Version: 0.027
Release: 0
Summary: GObject Introspection bindings for Perl
License: LGPL-2.1+
@@ -26,10 +26,10 @@ Group: Development/Languages/Perl
Url: https://metacpan.org/pod/Glib::Object::Introspection
Source: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl(Glib) >= 1.180
BuildRequires: perl-macros
BuildRequires: pkgconfig(gobject-introspection-1.0)
Requires: perl(Glib) >= 1.180
%{perl_requires}