From 000012e0b289954308a7b563f5f597f67728446e Mon Sep 17 00:00:00 2001 From: Shinwell Hu Date: Tue, 11 Feb 2025 15:58:50 +0800 Subject: [PATCH] add extra buildrequires --- python-pdfminer.six.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pdfminer.six.spec b/python-pdfminer.six.spec index cf85ec2..6f21d96 100644 --- a/python-pdfminer.six.spec +++ b/python-pdfminer.six.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pdfminer.six Version: 20240706 -Release: 1 +Release: 2 Summary: PDF parser and analyzer. License: MIT URL: https://github.com/pdfminer/pdfminer.six @@ -16,6 +16,7 @@ Provides: python-pdfminer.six # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools-git-versioning BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel @@ -71,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Feb 11 2025 Xinwei Hu - 20240706-2 +- BuildRequires python-setuptools-git-versioning + * Mon Aug 12 2024 dongqi - 20240706-1 - Update package to version 20240706 - Support for zipped jpeg's -- Gitee