diff --git a/LaTeX-Driver-1.2.0.tar.gz b/LaTeX-Driver-1.2.0.tar.gz deleted file mode 100644 index 7ce6273..0000000 --- a/LaTeX-Driver-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fb817072ef5b679f03845e3b24dad2f136ac7246336ca47d217c0b8e84cccf9 -size 55293 diff --git a/LaTeX-Driver-1.3.1.tar.gz b/LaTeX-Driver-1.3.1.tar.gz new file mode 100644 index 0000000..bd6d4f1 --- /dev/null +++ b/LaTeX-Driver-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdc62f3dd4f0b51664b0b461ea5da9995c14191808b3a18d17d0d46c99026bc +size 49889 diff --git a/perl-LaTeX-Driver.changes b/perl-LaTeX-Driver.changes index d8020db..e3fc5c9 100644 --- a/perl-LaTeX-Driver.changes +++ b/perl-LaTeX-Driver.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jan 9 05:45:57 UTC 2026 - Tina Müller + +- updated to 1.3.1 + see /usr/share/doc/packages/perl-LaTeX-Driver/Changes + + 1.3.1 2026-01-07 + - Fix version numbers + + 1.3.0 2026-01-07 + - Fix RT #152478: program_path() exists even without executable + ------------------------------------------------------------------- Sat Oct 31 03:09:35 UTC 2020 - Tina Müller diff --git a/perl-LaTeX-Driver.spec b/perl-LaTeX-Driver.spec index 538dc90..c5636eb 100644 --- a/perl-LaTeX-Driver.spec +++ b/perl-LaTeX-Driver.spec @@ -1,7 +1,7 @@ # # spec file for package perl-LaTeX-Driver # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,17 @@ # -Name: perl-LaTeX-Driver -Version: 1.2.0 -Release: 0 %define cpan_name LaTeX-Driver -Summary: Latex driver +Name: perl-LaTeX-Driver +Version: 1.3.1 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Run LaTeX/XeLaTeX/LuaTeX and helper programs URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/EH/EHUELS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) @@ -69,12 +67,13 @@ to a dozen or more intermediate files are created. These will be removed upon object destruction, given the 'cleanup' argument to 'new'. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} -p1 + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build -PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check make test @@ -85,7 +84,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README README.md +%license LICENSE %changelog