From bb40972184b32c547d868c10b240c104e969c135 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 21 Apr 2021 14:23:45 +0000 Subject: [PATCH] import sip-4.19.24-1.el8 --- .gitignore | 2 +- .sip.metadata | 2 +- SPECS/sip.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c8edb3b..7faf0d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/sip-4.19.19.tar.gz +SOURCES/sip-4.19.24.tar.gz diff --git a/.sip.metadata b/.sip.metadata index 6f1f359..fb7ce6b 100644 --- a/.sip.metadata +++ b/.sip.metadata @@ -1 +1 @@ -bfe8a39bf1d399d5f3580db25befed2e78b4ebb9 SOURCES/sip-4.19.19.tar.gz +bc509d2a9999e454751f1ccb674d01d204c09286 SOURCES/sip-4.19.24.tar.gz diff --git a/SPECS/sip.spec b/SPECS/sip.spec index ad5dbd5..3512861 100644 --- a/SPECS/sip.spec +++ b/SPECS/sip.spec @@ -24,8 +24,8 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.19.19 -Release: 2%{?dist} +Version: 4.19.24 +Release: 1%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -252,6 +252,10 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %changelog +* Tue Apr 13 2021 Jan Grulich - 4.19.24-1 +- 4.19.24 + Resolves: bz#1949080 + * Thu May 14 2020 Jan Grulich - 4.19.19-2 - Rebuild to push python3-wx-siplib into AppStream Resolves: bz#1774207