Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
20ebe47d46 | |||
c39902f678 | |||
debe057e76 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a2b352a23d806ad94b919c0682707847c3aeadbd9a866f6ba5a8c962f08e03c
|
|
||||||
size 203845
|
|
3
PAR-Packer-1.064.tar.gz
Normal file
3
PAR-Packer-1.064.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0fc063e448e34f7cb5c69c6be5b2258f7150187b33140dedabd53a2c34ca3cba
|
||||||
|
size 206643
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 9 05:39:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.64.0 (1.064)
|
||||||
|
see /usr/share/doc/packages/perl-PAR-Packer/Changes
|
||||||
|
|
||||||
|
1.064 2024-07-08
|
||||||
|
- add PAR::Packer::Troubleshooting (for pp)
|
||||||
|
- fix gcc-15 warnings "old-style function definition"
|
||||||
|
- .github/workflows/perl.yml: add perl 5.40
|
||||||
|
- usee three-argument open() everywhere
|
||||||
|
- myldr/boot.c: don't #include stringapiset.h:
|
||||||
|
some old toolchains don't have it, declaration of MultiByteToWideChar()
|
||||||
|
should be covered by #include'ing Windows.h anyway
|
||||||
|
- fix check for package "libperl-dev" on Debian-based systems
|
||||||
|
- remove reference to PAR::FAQ (obsolete)
|
||||||
|
- disallow "." or ".." in --addfile or --addlist target paths;
|
||||||
|
also strip leading slashes when adding these files to
|
||||||
|
the zip (Archive::Zip allows this!)
|
||||||
|
- README: remove https://groups.google.com/g/perl.par ...
|
||||||
|
(as it will not be updated anymore)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 22 16:23:00 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Fri Mar 22 16:23:00 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-PAR-Packer
|
# spec file for package perl-PAR-Packer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,46 +18,47 @@
|
|||||||
|
|
||||||
%define cpan_name PAR-Packer
|
%define cpan_name PAR-Packer
|
||||||
Name: perl-PAR-Packer
|
Name: perl-PAR-Packer
|
||||||
Version: 1.63.0
|
Version: 1.64.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 1.063 -> normalize -> 1.63.0
|
# 1.064 -> normalize -> 1.64.0
|
||||||
%define cpan_version 1.063
|
%define cpan_version 1.064
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: PAR Packager
|
Summary: PAR Packager
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Archive::Zip) >= 1.02
|
BuildRequires: perl(Archive::Zip) >= 1.20
|
||||||
BuildRequires: perl(Compress::Zlib) >= 1.30
|
BuildRequires: perl(Compress::Zlib) >= 1.30
|
||||||
BuildRequires: perl(Digest::SHA) >= 5.40
|
BuildRequires: perl(Digest::SHA) >= 5.40
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||||
BuildRequires: perl(Getopt::ArgvFile) >= 1.07
|
BuildRequires: perl(Getopt::ArgvFile) >= 1.70
|
||||||
BuildRequires: perl(IO::Compress::Gzip)
|
BuildRequires: perl(IO::Compress::Gzip)
|
||||||
BuildRequires: perl(IPC::Run3) >= 0.048
|
BuildRequires: perl(IPC::Run3) >= 0.48
|
||||||
BuildRequires: perl(Module::ScanDeps) >= 1.21
|
BuildRequires: perl(Module::ScanDeps) >= 1.210
|
||||||
BuildRequires: perl(PAR) >= 1.20.0
|
BuildRequires: perl(PAR) >= 1.20
|
||||||
BuildRequires: perl(PAR::Dist) >= 0.22
|
BuildRequires: perl(PAR::Dist) >= 0.220
|
||||||
Requires: perl(Archive::Zip) >= 1.02
|
Requires: perl(Archive::Zip) >= 1.20
|
||||||
Requires: perl(Compress::Zlib) >= 1.30
|
Requires: perl(Compress::Zlib) >= 1.30
|
||||||
Requires: perl(Digest::SHA) >= 5.40
|
Requires: perl(Digest::SHA) >= 5.40
|
||||||
Requires: perl(Getopt::ArgvFile) >= 1.07
|
Requires: perl(Getopt::ArgvFile) >= 1.70
|
||||||
Requires: perl(IO::Compress::Gzip)
|
Requires: perl(IO::Compress::Gzip)
|
||||||
Requires: perl(Module::ScanDeps) >= 1.21
|
Requires: perl(Module::ScanDeps) >= 1.210
|
||||||
Requires: perl(PAR) >= 1.20.0
|
Requires: perl(PAR) >= 1.20
|
||||||
Requires: perl(PAR::Dist) >= 0.22
|
Requires: perl(PAR::Dist) >= 0.220
|
||||||
Provides: perl(App::Packer::PAR) = 0.91
|
Provides: perl(App::Packer::PAR) = 0.910.0
|
||||||
Provides: perl(PAR::Filter) = 0.03
|
Provides: perl(PAR::Filter) = 0.30.0
|
||||||
Provides: perl(PAR::Filter::Bleach)
|
Provides: perl(PAR::Filter::Bleach)
|
||||||
Provides: perl(PAR::Filter::Bytecode)
|
Provides: perl(PAR::Filter::Bytecode)
|
||||||
Provides: perl(PAR::Filter::Obfuscate)
|
Provides: perl(PAR::Filter::Obfuscate)
|
||||||
Provides: perl(PAR::Filter::PatchContent)
|
Provides: perl(PAR::Filter::PatchContent)
|
||||||
Provides: perl(PAR::Filter::PodStrip)
|
Provides: perl(PAR::Filter::PodStrip)
|
||||||
Provides: perl(PAR::Packer) = %{version}
|
Provides: perl(PAR::Packer) = %{version}
|
||||||
Provides: perl(PAR::StrippedPARL::Base) = 0.975
|
Provides: perl(PAR::StrippedPARL::Base) = 0.975.0
|
||||||
Provides: perl(pp) = 0.992
|
Provides: perl(pp) = 0.992.0
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
Recommends: perl(Module::Signature)
|
Recommends: perl(Module::Signature)
|
||||||
Recommends: perl(Tk)
|
Recommends: perl(Tk)
|
||||||
@@ -79,7 +80,7 @@ have been stripped from the PAR distribution and are now distributed as the
|
|||||||
compiler.
|
compiler.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user