Upgrade to 1.19 (#2127400)
This commit is contained in:
parent
fbeebe164f
commit
f5500fdc48
13
popt.spec
13
popt.spec
@ -1,12 +1,12 @@
|
||||
%define ver 1.19
|
||||
%define snap rc1
|
||||
%define srcver %{ver}%{?snap:-%{snap}}
|
||||
%define sover 0
|
||||
%global ver 1.19
|
||||
#%%global snap rc1
|
||||
%global srcver %{ver}%{?snap:-%{snap}}
|
||||
%global sover 0
|
||||
|
||||
Summary: C library for parsing command line parameters
|
||||
Name: popt
|
||||
Version: %{ver}%{?snap:~%{snap}}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/rpm-software-management/popt/
|
||||
Source0: http://ftp.rpm.org/popt/releases/popt-1.x/%{name}-%{srcver}.tar.gz
|
||||
@ -79,6 +79,9 @@ make check || (cat tests/*.log; exit 1)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 16 2022 Robert Scheck <robert@fedoraproject.org> 1.19-1
|
||||
- Upgrade to 1.19 (#2127400)
|
||||
|
||||
* Wed Aug 24 2022 Panu Matilainen <pmatilai@redhat.com> - 1.19~rc1-4
|
||||
- Restore the memleak fix now that authselect should be fixed
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (popt-1.19-rc1.tar.gz) = 8f6db2fa23cec19a3b86a171266d09e93bc4367b306b915afbdd0e07470563fc5989bc02100be4d1acf8139052b30963c8cb8cf9f39cff9f2a9e9a63f1c44f73
|
||||
SHA512 (popt-1.19.tar.gz) = 5d1b6a15337e4cd5991817c1957f97fc4ed98659870017c08f26f754e34add31d639d55ee77ca31f29bb631c0b53368c1893bd96cf76422d257f7997a11f6466
|
||||
|
Loading…
Reference in New Issue
Block a user