From 50c8e2f1cfe883401d874b9f9c13bc5e6e9fd272 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 27 Feb 2023 15:10:08 -0500 Subject: [PATCH] Import rpm: c8s --- .gitignore | 1 + python-qt5.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf32fc0..80a5252 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +SOURCES/PyQt5-5.15.0.tar.gz /PyQt5-5.15.0.tar.gz diff --git a/python-qt5.spec b/python-qt5.spec index f9b8f01..4aacee8 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -28,7 +28,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.15.0 -Release: 2%{?dist} +Release: 3.0.1%{?dist} License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -355,6 +355,10 @@ sed -i \ %changelog +* Mon Apr 04 2022 Jan Grulich - 5.15.0-3 +- Rebuild (Qt 5.15.3) + Resolves: bz#2061729 + * Wed Apr 28 2021 Jan Grulich - 5.15.0-2 - Rebuild (binutils) Resolves: bz#1949066