From 34ce98d3cdc69d6d8b508c1d452fae13e2749dc3b7a83b008a5b04acdc8eb9a8 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 5 Apr 2023 07:18:31 +0000 Subject: [PATCH] Accepting request 1076916 from devel:languages:perl:autoupdate - updated to 0.050 see /usr/share/doc/packages/perl-Glib-Object-Introspection/ OBS-URL: https://build.opensuse.org/request/show/1076916 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib-Object-Introspection?expand=0&rev=23 --- Glib-Object-Introspection-0.049.tar.gz | 3 --- Glib-Object-Introspection-0.050.tar.gz | 3 +++ perl-Glib-Object-Introspection.changes | 6 ++++++ perl-Glib-Object-Introspection.spec | 17 +++++++---------- 4 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 Glib-Object-Introspection-0.049.tar.gz create mode 100644 Glib-Object-Introspection-0.050.tar.gz diff --git a/Glib-Object-Introspection-0.049.tar.gz b/Glib-Object-Introspection-0.049.tar.gz deleted file mode 100644 index 359c50a..0000000 --- a/Glib-Object-Introspection-0.049.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:464628cb9dd028b10438c23892de6f8a30202355a4e4eb01bfd13b8cfe35af57 -size 88081 diff --git a/Glib-Object-Introspection-0.050.tar.gz b/Glib-Object-Introspection-0.050.tar.gz new file mode 100644 index 0000000..6e59405 --- /dev/null +++ b/Glib-Object-Introspection-0.050.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf3bbb824df5eed6a3a7fcfd61be9ef448519801badcc82a6e3c4daab0cd763 +size 89336 diff --git a/perl-Glib-Object-Introspection.changes b/perl-Glib-Object-Introspection.changes index b087f36..959549f 100644 --- a/perl-Glib-Object-Introspection.changes +++ b/perl-Glib-Object-Introspection.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 28 03:07:20 UTC 2023 - Tina Müller + +- updated to 0.050 + see /usr/share/doc/packages/perl-Glib-Object-Introspection/ + ------------------------------------------------------------------- Thu Oct 22 03:14:56 UTC 2020 - Tina Müller diff --git a/perl-Glib-Object-Introspection.spec b/perl-Glib-Object-Introspection.spec index 796bc52..b4574e1 100644 --- a/perl-Glib-Object-Introspection.spec +++ b/perl-Glib-Object-Introspection.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Glib-Object-Introspection # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name Glib-Object-Introspection Name: perl-Glib-Object-Introspection -Version: 0.049 +Version: 0.050 Release: 0 #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 -%define cpan_name Glib-Object-Introspection -Summary: Dynamically create Perl language bindings License: LGPL-2.1-only -Group: Development/Libraries/Perl +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 Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::Depends) >= 0.3 @@ -46,11 +44,11 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) Dynamically create Perl language bindings %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -61,8 +59,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc NEWS perl-Glib-Object-Introspection.doap README +%doc NEWS perl-glib-object-introspection.doap README.md %license LICENSE %changelog