Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Text-Brew for openSUSE:Factory checked in at 2025-12-22 22:52:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Text-Brew (Old) and /work/SRC/openSUSE:Factory/.perl-Text-Brew.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-Brew" Mon Dec 22 22:52:12 2025 rev:3 rq:1324195 version:0.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Text-Brew/perl-Text-Brew.changes 2014-04-04 16:41:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Text-Brew.new.1928/perl-Text-Brew.changes 2025-12-22 22:55:55.357552684 +0100 @@ -1,0 +2,8 @@ +Mon Dec 22 13:14:12 UTC 2025 - Tina Müller <[email protected]> + +- Normalize CPAN version + See https://github.com/openSUSE/cpanspec/issues/47 for details +- Add cpanspec.yml for overriding license + + +------------------------------------------------------------------- New: ---- README.md _scmsync.obsinfo build.specials.obscpio cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Text-Brew.spec ++++++ --- /var/tmp/diff_new_pack.OqhINJ/_old 2025-12-22 22:55:55.913575616 +0100 +++ /var/tmp/diff_new_pack.OqhINJ/_new 2025-12-22 22:55:55.913575616 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Brew # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2025 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 @@ -12,24 +12,27 @@ # 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 Text-Brew Name: perl-Text-Brew -Version: 0.02 +Version: 0.20.0 Release: 0 -%define cpan_name Text-Brew +# 0.02 -> normalize -> 0.20.0 +%define cpan_version 0.02 +License: Artistic-1.0 OR GPL-1.0-or-later Summary: An implementation of the Brew edit distance -License: GPL-2.0+ or Artistic-1.0 -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Text-Brew/ -Source: http://www.cpan.org/authors/id/K/KC/KCIVEY/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/K/KC/KCIVEY/%{cpan_name}-%{cpan_version}.tar.gz +Source1: cpanspec.yml +Source100: README.md BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Text::Brew) +Provides: perl(Text::Brew) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -65,14 +68,14 @@ 3) change the output string INS to INS/DEL (o whatever) %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 @@ -80,6 +83,5 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README ++++++ README.md ++++++ ## Build Results Current state of perl in openSUSE:Factory is  The current state of perl in the devel project build (devel:languages:perl)  ++++++ _scmsync.obsinfo ++++++ mtime: 1766409315 commit: 50213b8248b6a11106861ea6303bf3f3b25a111a407a96d8b77da06c83965ab5 url: https://src.opensuse.org/perl/perl-Text-Brew.git revision: 50213b8248b6a11106861ea6303bf3f3b25a111a407a96d8b77da06c83965ab5 projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-12-22 14:16:55.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #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: perl #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 #epoch: number # Where module files should be searched for. Default: lib/ #index_dir:
