Accepting request 494275 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/494275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Glib?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:43:05 +00:00 committed by Git OBS Bridge
commit 8ce761c9e1
4 changed files with 23 additions and 8 deletions

View File

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

3
Glib-1.325.tar.gz Normal file
View File

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

View File

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

View File

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