public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/biber] epel10.2: 2.19 bump
Date: Tue, 18 Aug 2026 11:40:33 GMT	[thread overview]
Message-ID: <178705323316.1.1918191149295794202.rpms-biber-697c1b7f7ac9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/biber
Branch : epel10.2
Commit : 697c1b7f7ac9e9569bc0a8885d7e58cfde06c311
Author : Petr Písař <ppisar@redhat.com>
Date   : 2023-03-07T11:11:52+01:00
Stats  : +28/-19 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/biber/c/697c1b7f7ac9e9569bc0a8885d7e58cfde06c311?branch=epel10.2

Log:
2.19 bump

---
diff --git a/.gitignore b/.gitignore
index bf514a7..7fb97c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /v2.16.tar.gz
 /v2.17.tar.gz
 /v2.18.tar.gz
+/v2.19.tar.gz

diff --git a/biber.spec b/biber.spec
index 0f46558..6f52136 100644
--- a/biber.spec
+++ b/biber.spec
@@ -3,26 +3,27 @@
 
 Name:           biber
 # Export $BCF_VERSION from lib/Biber/Constants.pm, bug #2048536
-%define bcfversion 3.9
-Version:        2.18
-Release:        2%{?dist}
+%define bcfversion 3.10
+Version:        2.19
+Release:        1%{?dist}
 Summary:        Command-line bibliographic manager, BibTeX replacement
-# bin/biber:        Artistic 2.0
-# data/texmap.xsl:  Artistic 2.0
-# doc/biber.tex:    Artistic 2.0
-# lib/Biber.pm:     Artistic 2.0
-# lib/Biber/LaTeX/recode_data.xml:  Artistic 2.0
-# README.md:        Artistic 2.0
+# bin/biber:        Artistic-2.0
+# data/texmap.xsl:  Artistic-2.0
+# doc/biber.tex:    Artistic-2.0
+# lib/Biber.pm:     Artistic-2.0
+# lib/Biber/LaTeX/recode_data.xml:  Artistic-2.0
+# LICENSE:          Artistic-2.0 text
+# README.md:        Artistic-2.0
 ## Not in any binary package
-# Build.PL:         GPL+ or Artistic
+# Build.PL:         GPL-1.0-or-later OR Artistic-1.0-Perl
 ## Not used at all
-# etc/bibtex.g:     GPLv2+
-# etc/parser.dlg:   GPLv2+ (generated from etc/bibtex.g)
-# etc/tugboat.bib:  Public Domain
-License:        (GPL+ or Artistic 2.0) and Artistic 2.0
+# etc/bibtex.g:     GPL-2.0-or-later
+# etc/parser.dlg:   GPL-2.0-or-later (generated from etc/bibtex.g)
+# etc/tugboat.bib:  LicenseRef-Fedora-Public-Domain
+License:        Artistic-2.0
 URL:            http://biblatex-biber.sourceforge.net/
 Source0:        https://github.com/plk/biber/archive/v%{version}.tar.gz
-# not appropriate for upstream: http://github.com/plk/biber/pull/97
+# Not appropriate for upstream: http://github.com/plk/biber/pull/97
 Patch0:         biber-drop-builddeps-for-monolithic-build.patch
 # Do not use /bin/env in shebangs
 Patch1:         biber-2.16-Normalize-shebangs.patch
@@ -251,17 +252,24 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
 
 
 %files
+%license LICENSE
 %doc README.md Changes TODO.org
 %{_bindir}/%{name}
-%{_mandir}/man3/*
-%{_mandir}/man1/*
-%{perl_vendorlib}/Biber*
+%{_mandir}/man1/%{name}.*
+%{_mandir}/man3/Biber.*
+%{_mandir}/man3/Biber::*
+%{perl_vendorlib}/Biber
+%{perl_vendorlib}/Biber.pm
 
 %files tests
 %{_libexecdir}/%{name}
 
 
 %changelog
+* Tue Mar 07 2023 Petr Pisar <ppisar@redhat.com> - 2.19-1
+- 2.19 bump
+- License corrected to Artistic-2.0
+
 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 

diff --git a/sources b/sources
index f17352a..eff5c3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v2.18.tar.gz) = 1e707be09ea0ece64deb6199db951aa0ff9ebe584b7406740ccc3273e83d77cb9c781c9cc1fb932fd170fd1236633f639a9815917eadd8c56da50d0889e4182f
+SHA512 (v2.19.tar.gz) = 427edd042e25fd6b763d60ad5bd3ce6fb68f9d6b15dfe387edc8c8445022cb2a4ba0999d7890fc51798dd95cbe82f82f6fc40b58df5a502c9c9b8485806c56d5

                 reply	other threads:[~2026-08-18 11:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178705323316.1.1918191149295794202.rpms-biber-697c1b7f7ac9@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox