Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-PPIx-QuoteLike for 
openSUSE:Factory checked in at 2026-06-15 19:40:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PPIx-QuoteLike (Old)
 and      /work/SRC/openSUSE:Factory/.perl-PPIx-QuoteLike.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-PPIx-QuoteLike"

Mon Jun 15 19:40:54 2026 rev:19 rq:1359507 version:0.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-PPIx-QuoteLike/perl-PPIx-QuoteLike.changes  
2022-09-27 20:14:54.069954461 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-PPIx-QuoteLike.new.1981/perl-PPIx-QuoteLike.changes
        2026-06-15 19:42:41.001502010 +0200
@@ -1,0 +2,16 @@
+Sun Jun 14 08:51:59 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.24.0 (0.024)
+   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
+
+  0.024                2026-06-13      T. R. Wyant
+      Remove references to the RT bug tracking system.
+      Replace [email protected] with [email protected].
+      Repackage licenses so that GitHub can find them (maybe).
+      Thanks to Mikko Koivunalho (specifically his blog post
+      
https://blogs.perl.org/users/mikko_koivunalho/2025/11/github-and-the-perl-license.html
+      for the how-to.
+      Add SECURITY policy.
+      No functional changes.
+
+-------------------------------------------------------------------

Old:
----
  PPIx-QuoteLike-0.023.tar.gz

New:
----
  PPIx-QuoteLike-0.024.tar.gz
  README.md
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ perl-PPIx-QuoteLike.spec ++++++
--- /var/tmp/diff_new_pack.k8MslP/_old  2026-06-15 19:42:41.741533021 +0200
+++ /var/tmp/diff_new_pack.k8MslP/_new  2026-06-15 19:42:41.741533021 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PPIx-QuoteLike
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2026 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
@@ -18,13 +18,16 @@
 
 %define cpan_name PPIx-QuoteLike
 Name:           perl-PPIx-QuoteLike
-Version:        0.023
+Version:        0.24.0
 Release:        0
+# 0.024 -> normalize -> 0.24.0
+%define cpan_version 0.024
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Parse Perl string literals and string-literal-like things
 URL:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/W/WY/WYANT/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/W/WY/WYANT/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -36,6 +39,19 @@
 Requires:       perl(PPI::Document) >= 1.238
 Requires:       perl(PPI::Dumper) >= 1.238
 Requires:       perl(Readonly)
+Provides:       perl(PPIx::QuoteLike) = %{version}
+Provides:       perl(PPIx::QuoteLike::Constant) = %{version}
+Provides:       perl(PPIx::QuoteLike::Dumper) = %{version}
+Provides:       perl(PPIx::QuoteLike::Token) = %{version}
+Provides:       perl(PPIx::QuoteLike::Token::Control) = %{version}
+Provides:       perl(PPIx::QuoteLike::Token::Delimiter) = %{version}
+Provides:       perl(PPIx::QuoteLike::Token::Interpolation) = %{version}
+Provides:       perl(PPIx::QuoteLike::Token::String) = %{version}
+Provides:       perl(PPIx::QuoteLike::Token::Structure) = %{version}
+Provides:       perl(PPIx::QuoteLike::Token::Unknown) = %{version}
+Provides:       perl(PPIx::QuoteLike::Token::Whitespace) = %{version}
+Provides:       perl(PPIx::QuoteLike::Utils) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -50,20 +66,22 @@
 explanation.
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+%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
 
 %build
-perl Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
-%doc Changes CONTRIBUTING README
+%doc Changes CONTRIBUTING README SECURITY
+%license LICENSE-Artistic LICENSE-GPL
 

++++++ PPIx-QuoteLike-0.023.tar.gz -> PPIx-QuoteLike-0.024.tar.gz ++++++
++++ 2045 lines of diff (skipped)

++++++ README.md ++++++

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-PPIx-QuoteLike/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-PPIx-QuoteLike)



++++++ _scmsync.obsinfo ++++++
mtime: 1781427120
commit: 6aaee8ebec420e70fa2159cd820c12dff562d228d2a5236aaeb21c2fdaa391b6
url: https://src.opensuse.org/perl/perl-PPIx-QuoteLike
revision: 6aaee8ebec420e70fa2159cd820c12dff562d228d2a5236aaeb21c2fdaa391b6
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      2026-06-14 10:52:00.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to