From a42106f845add21f4ce318c202ada8fd4762e5c59875f0778c697b29ef0c6553 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 28 Jan 2015 11:10:01 +0000 Subject: [PATCH] - 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 --- Glib-Object-Introspection-0.026.tar.gz | 3 --- Glib-Object-Introspection-0.027.tar.gz | 3 +++ perl-Glib-Object-Introspection.changes | 9 +++++++++ perl-Glib-Object-Introspection.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 Glib-Object-Introspection-0.026.tar.gz create mode 100644 Glib-Object-Introspection-0.027.tar.gz diff --git a/Glib-Object-Introspection-0.026.tar.gz b/Glib-Object-Introspection-0.026.tar.gz deleted file mode 100644 index 8740c61..0000000 --- a/Glib-Object-Introspection-0.026.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:039f2db91ef9070a113a925ec56db87f042c6ef0320d9b85bff9b2fe269e0131 -size 61620 diff --git a/Glib-Object-Introspection-0.027.tar.gz b/Glib-Object-Introspection-0.027.tar.gz new file mode 100644 index 0000000..d46effa --- /dev/null +++ b/Glib-Object-Introspection-0.027.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42b6adf8736b10dae3fb9da6948aff4faab2dc186296bcec265779db9bd8f38 +size 61731 diff --git a/perl-Glib-Object-Introspection.changes b/perl-Glib-Object-Introspection.changes index 09db899..03812ef 100644 --- a/perl-Glib-Object-Introspection.changes +++ b/perl-Glib-Object-Introspection.changes @@ -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 diff --git a/perl-Glib-Object-Introspection.spec b/perl-Glib-Object-Introspection.spec index 285fa81..4f900f6 100644 --- a/perl-Glib-Object-Introspection.spec +++ b/perl-Glib-Object-Introspection.spec @@ -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}