diff --git a/Glib-Object-Introspection-0.050.tar.gz b/Glib-Object-Introspection-0.050.tar.gz deleted file mode 100644 index 6e59405..0000000 --- a/Glib-Object-Introspection-0.050.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecf3bbb824df5eed6a3a7fcfd61be9ef448519801badcc82a6e3c4daab0cd763 -size 89336 diff --git a/Glib-Object-Introspection-0.051.tar.gz b/Glib-Object-Introspection-0.051.tar.gz new file mode 100644 index 0000000..89d336e --- /dev/null +++ b/Glib-Object-Introspection-0.051.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6569611dcc80ac1482c7c22264b1ae8c9c351d4983511eb9a6c5f47a10150089 +size 89445 diff --git a/perl-Glib-Object-Introspection.changes b/perl-Glib-Object-Introspection.changes index 959549f..d425ae3 100644 --- a/perl-Glib-Object-Introspection.changes +++ b/perl-Glib-Object-Introspection.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 5 16:48:53 UTC 2023 - Tina Müller + +- updated to 0.051 + see /usr/share/doc/packages/perl-Glib-Object-Introspection/ + ------------------------------------------------------------------- Tue Mar 28 03:07:20 UTC 2023 - Tina Müller diff --git a/perl-Glib-Object-Introspection.spec b/perl-Glib-Object-Introspection.spec index b4574e1..d4d5588 100644 --- a/perl-Glib-Object-Introspection.spec +++ b/perl-Glib-Object-Introspection.spec @@ -18,13 +18,14 @@ %define cpan_name Glib-Object-Introspection Name: perl-Glib-Object-Introspection -Version: 0.050 +Version: 0.51.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 License: LGPL-2.1-only Summary: Dynamically create Perl language bindings 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 BuildRequires: perl BuildRequires: perl-macros @@ -34,6 +35,9 @@ BuildRequires: perl(Glib) >= 1.32 Requires: perl(ExtUtils::Depends) >= 0.3 Requires: perl(ExtUtils::PkgConfig) >= 1 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} # MANUAL BEGIN BuildRequires: pkgconfig @@ -44,7 +48,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) Dynamically create Perl language bindings %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"