From e4322fc9fbda2851a464ee3f64b333c596ac1e7ebbd7cc734a16595a00d37ff7 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 10 May 2017 13:39:26 +0000 Subject: [PATCH] - Update to version 1.325. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib?expand=0&rev=50 --- Glib-1.321.tar.gz | 3 --- Glib-1.325.tar.gz | 3 +++ perl-Glib.changes | 15 +++++++++++++++ perl-Glib.spec | 10 +++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 Glib-1.321.tar.gz create mode 100644 Glib-1.325.tar.gz diff --git a/Glib-1.321.tar.gz b/Glib-1.321.tar.gz deleted file mode 100644 index 04e942c..0000000 --- a/Glib-1.321.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b975ebe2da241fc4bb9981b36a5d661b455d3598b3d8b254cb3538d673778c40 -size 296864 diff --git a/Glib-1.325.tar.gz b/Glib-1.325.tar.gz new file mode 100644 index 0000000..0c2a3b9 --- /dev/null +++ b/Glib-1.325.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b3ff35a21d06509f2eb5769d161217cc3c92dd60204fc778cf089eb80b7b15 +size 297456 diff --git a/perl-Glib.changes b/perl-Glib.changes index 391772e..faed898 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 9 16:45:47 UTC 2017 - sor.alexei@meowr.ru + +- Update to version 1.325 (changes since 1.321): + * Fix typos (bgo#760065). + * Docs: Add missing blurbs for the benefit of "whatis" + (bgo#753466). + * Fix a POD error in the Glib::ParamSpec whatis entry. + * Fix POD for the benefit of "whatis" (bgo#772329). + * Fix typos in error message and POD (bgo#772328). + * Try to avoid a possible hang in t/9.t. + * Handle removing '.' in @INC for perl-5.26.0 compatibility. +- Provide perl-Glib-devel as there are some header files in the + package. + ------------------------------------------------------------------- Thu Feb 11 16:26:54 UTC 2016 - sor.alexei@meowr.ru diff --git a/perl-Glib.spec b/perl-Glib.spec index 399c88c..931faad 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Glib # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 Name: perl-Glib -Version: 1.321 +Version: 1.325 Release: 0 Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1+ @@ -32,7 +32,7 @@ BuildRequires: perl(ExtUtils::Depends) >= 0.300 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000 Requires: perl(ExtUtils::Depends) >= 0.300 Requires: perl(ExtUtils::PkgConfig) >= 1.000 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Provides: %{name}-devel = %{version} %perl_requires %description @@ -47,8 +47,8 @@ to all sorts of good information. %setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE='%{optflags}' -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} V=1 %install %perl_make_install