11
0

3 Commits

Author SHA256 Message Date
585371a2f7 Add Gitea build results 2025-08-12 18:12:37 +02:00
91b341cb61 Accepting request 1237579 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-General?expand=0&rev=39
2025-01-14 15:23:01 +00:00
4c37758783 Accepting request 1236716 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/1236716
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-General?expand=0&rev=46
2025-01-13 21:48:30 +00:00
5 changed files with 42 additions and 7 deletions

View File

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

Binary file not shown.

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Config-General/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Config-General)

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,20 @@
%define cpan_name Config-General
Name: perl-Config-General
Version: 2.65
Version: 2.670.0
Release: 0
# 2.67 -> normalize -> 2.670.0
%define cpan_version 2.67
License: Artistic-2.0
Summary: Generic Config Module
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
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Config::General) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -44,7 +49,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.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"