public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Catalyst-Plugin-Session-Store-DBIC] rawhide: Update to 0.15 and modernize spec file
@ 2026-08-08 17:31 Emmanuel Seyman
  0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-08-08 17:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Catalyst-Plugin-Session-Store-DBIC
Branch : rawhide
Commit : d4b7f5ac0212219e9a2604ef3593d4faf4ba40da
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date   : 2026-08-08T19:30:48+02:00
Stats  : +17/-14 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Catalyst-Plugin-Session-Store-DBIC/c/d4b7f5ac0212219e9a2604ef3593d4faf4ba40da?branch=rawhide

Log:
Update to 0.15 and modernize spec file

---
diff --git a/.gitignore b/.gitignore
index e2563c3..f52943e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Catalyst-Plugin-Session-Store-DBIC-0.12.tar.gz
 /Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz
+/Catalyst-Plugin-Session-Store-DBIC-0.15.tar.gz

diff --git a/perl-Catalyst-Plugin-Session-Store-DBIC.spec b/perl-Catalyst-Plugin-Session-Store-DBIC.spec
index 79f8c9d..a2652aa 100644
--- a/perl-Catalyst-Plugin-Session-Store-DBIC.spec
+++ b/perl-Catalyst-Plugin-Session-Store-DBIC.spec
@@ -1,13 +1,14 @@
 Name:           perl-Catalyst-Plugin-Session-Store-DBIC
-Version:        0.14
-Release:        35%{?dist}
+Version:        0.15
+Release:        1%{?dist}
 Summary:        Store your sessions via DBIx::Class
-# Automatically converted from old format: GPL+ or Artistic - review is highly recommended.
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Catalyst-Plugin-Session-Store-DBIC
 Source0:        https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-Store-DBIC-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires: make
+
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl-generators
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Catalyst) >= 5.65000
@@ -44,25 +45,26 @@ over how your sessions are stored, you probably want to use that instead.
 %setup -q -n Catalyst-Plugin-Session-Store-DBIC-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
 
 %install
-make pure_install DESTDIR=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-
+%{make_install}
 %{_fixperms} %{buildroot}/*
 
 %check
-TEST_POD=1 make test
+TEST_POD=1 %{make_build} test
 
 %files
 %doc Changes
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Catalyst*
+%{_mandir}/man3/Catalyst*
 
 %changelog
+* Sat Aug 08 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.15-1
+- Update to 0.15
+- Modernize spec file
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-35
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index a842117..41f407c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8075626aa269768481f15eb2059014ff  Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz
+SHA512 (Catalyst-Plugin-Session-Store-DBIC-0.15.tar.gz) = c0a5208d9d2e6a50822ac86cfbe7961373a2d7ffba53cfcd6da9f3b1bc39eb97004480262f6cb017646474ddeb32b8622b7d0069d3dc9a842ea73ed5d92f4bc6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-08 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08 17:31 [rpms/perl-Catalyst-Plugin-Session-Store-DBIC] rawhide: Update to 0.15 and modernize spec file Emmanuel Seyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox