Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-AppConfig for openSUSE:Factory 
checked in at 2025-06-13 18:44:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-AppConfig (Old)
 and      /work/SRC/openSUSE:Factory/.perl-AppConfig.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-AppConfig"

Fri Jun 13 18:44:04 2025 rev:25 rq:1285211 version:1.710.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-AppConfig/perl-AppConfig.changes    
2015-04-15 16:24:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-AppConfig.new.19631/perl-AppConfig.changes 
2025-06-13 18:44:24.012284627 +0200
@@ -1,0 +2,7 @@
+Thu Jun 12 17:19:38 UTC 2025 - Tina Müller <tina.muel...@suse.com>
+
+- Normalize CPAN version
+  See https://github.com/openSUSE/cpanspec/issues/47 for details
+- Add cpanspec.yml for automatic spec generation
+
+-------------------------------------------------------------------

New:
----
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-AppConfig.spec ++++++
--- /var/tmp/diff_new_pack.MBImCo/_old  2025-06-13 18:44:24.792316524 +0200
+++ /var/tmp/diff_new_pack.MBImCo/_new  2025-06-13 18:44:24.796316687 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-AppConfig
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,38 +12,55 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define cpan_name AppConfig
 Name:           perl-AppConfig
-Version:        1.71
+Version:        1.710.0
 Release:        0
-%define cpan_name AppConfig
-Summary:        Perl5 module for reading configuration files and parsing 
command line ar[cut]
-License:        Artistic-1.0 or GPL-1.0+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/AppConfig/
-Source:         
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+# 1.71 -> normalize -> 1.710.0
+%define cpan_version 1.71
+License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        AppConfig is a bundle of Perl5 modules for reading 
configuration files a[cut]
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::Pod) >= 1.0
+BuildRequires:  perl(Test::Pod) >= 1.0.0
+Provides:       perl(AppConfig) = %{version}
+Provides:       perl(AppConfig::Args) = %{version}
+Provides:       perl(AppConfig::CGI) = %{version}
+Provides:       perl(AppConfig::File) = %{version}
+Provides:       perl(AppConfig::Getopt) = %{version}
+Provides:       perl(AppConfig::State) = %{version}
+Provides:       perl(AppConfig::Sys) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
-Perl5 module for reading configuration files and parsing command line 
arguments.
+AppConfig is a Perl5 module for managing application configuration
+information. It maintains the state of any number of variables and provides
+methods for parsing configuration files, command line arguments and CGI
+script parameters.
+
+Variables values may be set via configuration files. Variables may be flags
+(On/Off), take a single value, or take multiple values stored as a list or
+hash. The number of arguments a variable expects is determined by its
+configuration when defined.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -51,6 +68,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README TODO
+%doc Changes README TODO
+%license LICENSE
 

++++++ cpanspec.yml ++++++
---
description_paragraphs: 2
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#  baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#ignore_provides: Module::To::Ignore
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section

Reply via email to