forked from pool/perl-Config-General
Compare commits
23 Commits
d974804691
...
91b341cb61
Author | SHA256 | Date | |
---|---|---|---|
91b341cb61 | |||
4c37758783 | |||
0d0cabd721 | |||
c57a02641c | |||
425f5f796e | |||
e201cdefbc | |||
|
7d4abc7ccb | ||
ead40423f8 | |||
00f5edee41 | |||
|
c28eaa85b5 | ||
|
be58cd4952 | ||
|
64bc025e72 | ||
|
6b7053200a | ||
|
34935296f9 | ||
|
8cce812547 | ||
|
12ab55a64c | ||
|
8e6776f761 | ||
|
3a5235f7fa | ||
|
eb24954669 | ||
|
99bd69cb22 | ||
|
9f858adb1d | ||
|
e11e9ce0a1 | ||
|
156e5c0be1 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d6d5754be3a9f30906836f0cc10e554c8832e14e7a1341efb15b05d706fc58f
|
|
||||||
size 65295
|
|
BIN
Config-General-2.67.tar.gz
(Stored with Git LFS)
Normal file
BIN
Config-General-2.67.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 9 05:30:49 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.670.0 (2.67)
|
||||||
|
see /usr/share/doc/packages/perl-Config-General/Changelog
|
||||||
|
|
||||||
|
2.67 - fix github.com/TLINDEN/Config-General/issues/5:
|
||||||
|
fixing tests (add missing file to dist tarball) contributed
|
||||||
|
by @paulwalrath.
|
||||||
|
- created gitignore file.
|
||||||
|
|
||||||
|
2.66 - fix github.com/TLINDEN/Config-General/issues/1:
|
||||||
|
add support to quote values containing whitespace using the
|
||||||
|
new flag -AlwaysQuoteOutput.
|
||||||
|
|
||||||
|
- apply patch by @haarg github.com/TLINDEN/Config-General/pull/2:
|
||||||
|
fix exporter setup, use "our" where appropriate.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 11 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Mon Apr 11 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-General
|
# spec file for package perl-Config-General
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 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,15 +18,19 @@
|
|||||||
|
|
||||||
%define cpan_name Config-General
|
%define cpan_name Config-General
|
||||||
Name: perl-Config-General
|
Name: perl-Config-General
|
||||||
Version: 2.65
|
Version: 2.670.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 2.67 -> normalize -> 2.670.0
|
||||||
|
%define cpan_version 2.67
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Generic Config Module
|
Summary: Generic Config Module
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/T/TL/TLINDEN/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/T/TL/TLINDEN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(Config::General) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -44,7 +48,7 @@ In addition to the capabilities of an Apache config file it supports some
|
|||||||
enhancements such as here-documents, C-style comments or multiline options.
|
enhancements such as here-documents, C-style comments or multiline options.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user