- Update to version 1.325.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib?expand=0&rev=50
This commit is contained in:
parent
d73f402c2f
commit
e4322fc9fb
@ -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
3
Glib-1.325.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:04b3ff35a21d06509f2eb5769d161217cc3c92dd60204fc778cf089eb80b7b15
|
||||||
|
size 297456
|
@ -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
|
Thu Feb 11 16:26:54 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Glib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Glib
|
%define cpan_name Glib
|
||||||
Name: perl-Glib
|
Name: perl-Glib
|
||||||
Version: 1.321
|
Version: 1.325
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Perl wrappers for the GLib utility and Object libraries
|
Summary: Perl wrappers for the GLib utility and Object libraries
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -32,7 +32,7 @@ BuildRequires: perl(ExtUtils::Depends) >= 0.300
|
|||||||
BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000
|
BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000
|
||||||
Requires: perl(ExtUtils::Depends) >= 0.300
|
Requires: perl(ExtUtils::Depends) >= 0.300
|
||||||
Requires: perl(ExtUtils::PkgConfig) >= 1.000
|
Requires: perl(ExtUtils::PkgConfig) >= 1.000
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Provides: %{name}-devel = %{version}
|
||||||
%perl_requires
|
%perl_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,8 +47,8 @@ to all sorts of good information.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE='%{optflags}'
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user