8
0

Accepting request 1109117 from devel:languages:perl:autoupdate

- updated to 0.051
   see /usr/share/doc/packages/perl-Glib-Object-Introspection/

OBS-URL: https://build.opensuse.org/request/show/1109117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib-Object-Introspection?expand=0&rev=25
This commit is contained in:
2023-09-12 15:19:22 +00:00
committed by Git OBS Bridge
parent 34ce98d3cd
commit 2a1693e508
4 changed files with 16 additions and 6 deletions

View File

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

BIN
Glib-Object-Introspection-0.051.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 5 16:48:53 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.051
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 28 03:07:20 UTC 2023 - Tina Müller <timueller+perl@suse.de> Tue Mar 28 03:07:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,13 +18,14 @@
%define cpan_name Glib-Object-Introspection %define cpan_name Glib-Object-Introspection
Name: perl-Glib-Object-Introspection Name: perl-Glib-Object-Introspection
Version: 0.050 Version: 0.51.0
Release: 0 Release: 0
%define cpan_version 0.051
#Upstream: This library is free software; you can redistribute it and/or modify it under the terms of the Lesser General Public License (LGPL). For more information, see http://www.fsf.org/licenses/lgpl.txt #Upstream: This library is free software; you can redistribute it and/or modify it under the terms of the Lesser General Public License (LGPL). For more information, see http://www.fsf.org/licenses/lgpl.txt
License: LGPL-2.1-only License: LGPL-2.1-only
Summary: Dynamically create Perl language bindings Summary: Dynamically create Perl language bindings
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
@@ -34,6 +35,9 @@ BuildRequires: perl(Glib) >= 1.32
Requires: perl(ExtUtils::Depends) >= 0.3 Requires: perl(ExtUtils::Depends) >= 0.3
Requires: perl(ExtUtils::PkgConfig) >= 1 Requires: perl(ExtUtils::PkgConfig) >= 1
Requires: perl(Glib) >= 1.32 Requires: perl(Glib) >= 1.32
Provides: perl(Glib::Object::Introspection) = 0.51.0
Provides: perl(Glib::Object::Introspection::_FuncWrapper)
%define __perllib_provides /bin/true
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
BuildRequires: pkgconfig BuildRequires: pkgconfig
@@ -44,7 +48,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
Dynamically create Perl language bindings Dynamically create Perl language bindings
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"