Automatic update to LaTeX-Driver-1.3.1.tar.gz #1

Merged
okurz merged 1 commits from cpanmirror/perl-LaTeX-Driver:autoupdate into main 2026-01-15 20:44:31 +01:00
4 changed files with 26 additions and 15 deletions

View File

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

BIN
LaTeX-Driver-1.3.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 9 05:45:57 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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