diff --git a/Glib-1.3293.tar.gz b/Glib-1.3293.tar.gz deleted file mode 100644 index 3f9fa1e..0000000 --- a/Glib-1.3293.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7316a0c1e7cc5cb3db7211214f45d7bdc2354365a680ac4bd3ac8bf06d1cb500 -size 302831 diff --git a/Glib-1.3294.tar.gz b/Glib-1.3294.tar.gz new file mode 100644 index 0000000..d3346aa --- /dev/null +++ b/Glib-1.3294.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d715f5a86bcc187075de85e7ae5bc07b0714d6edc196a92da43986efa44e5cbb +size 302994 diff --git a/perl-Glib.changes b/perl-Glib.changes index 0a0c748..d563d15 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 5 16:48:10 UTC 2023 - Tina Müller + +- updated to 1.3294 + see /usr/share/doc/packages/perl-Glib/ChangeLog.pre-git + ------------------------------------------------------------------- Sun Jun 7 03:09:09 UTC 2020 - Tina Müller diff --git a/perl-Glib.spec b/perl-Glib.spec index 86ebc2e..122b318 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Glib # -# 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,24 +16,22 @@ # +%define cpan_name Glib Name: perl-Glib -Version: 1.3293 +Version: 1.3294 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 -Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1-or-later -Group: Development/Libraries/Perl +Summary: Perl wrappers for the GLib utility and Object libraries 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.300 -BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000000 +BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000 Requires: perl(ExtUtils::Depends) >= 0.300 -Requires: perl(ExtUtils::PkgConfig) >= 1.000000 +Requires: perl(ExtUtils::PkgConfig) >= 1.000 %{perl_requires} # MANUAL BEGIN BuildRequires: glib2-devel >= 2.0.0 @@ -48,11 +46,11 @@ GObject-based libraries. The SEE ALSO section contains pointers to all sorts of good information. %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 @@ -63,7 +61,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc AUTHORS ChangeLog.pre-git doctypes Glib.exports NEWS perl-glib.doap README TODO xsapi.pod.foot xsapi.pod.head %license LICENSE