forked from pool/createrepo_c
Accepting request 817921 from home:gmbr3:Active
- Update to 0.15.11 + Add python unittest for invalid date in updateinfo record get_datetime + Simplify case when attr is empty (prevents covscan warnings) + Fix couple of memory leaks, some mistakenly dead code and error handling + Add --arch-expand option + Fix spelling errors. OBS-URL: https://build.opensuse.org/request/show/817921 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=52
This commit is contained in:
parent
23a5124c75
commit
4a9b0b4b57
3
createrepo_c-0.15.11.tar.gz
Normal file
3
createrepo_c-0.15.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41a6181885e38357f7ca843bf9dd27d398a02f79e3def8230e24fd643af11ce3
|
||||||
|
size 599248
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:027660b37764a3f586eabd886d9dc3d5bc4a3b1d0ae625f862cec7a0100e3a22
|
|
||||||
size 597132
|
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 30 14:20:03 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
- Update to 0.15.11
|
||||||
|
+ Add python unittest for invalid date in updateinfo record get_datetime
|
||||||
|
+ Simplify case when attr is empty (prevents covscan warnings)
|
||||||
|
+ Fix couple of memory leaks, some mistakenly dead code and error handling
|
||||||
|
+ Add --arch-expand option
|
||||||
|
+ Fix spelling errors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 18 13:27:23 UTC 2020 - Neal Gompa <ngompa13@gmail.com>
|
Tue Feb 18 13:27:23 UTC 2020 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
%define devname lib%{name}-devel
|
%define devname lib%{name}-devel
|
||||||
|
|
||||||
Name: createrepo_c
|
Name: createrepo_c
|
||||||
Version: 0.15.7
|
Version: 0.15.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM repository metadata generation utility
|
Summary: RPM repository metadata generation utility
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -76,7 +76,6 @@ BuildRequires: file-devel
|
|||||||
BuildRequires: glib2-devel >= 2.22.0
|
BuildRequires: glib2-devel >= 2.22.0
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: lzma-devel
|
BuildRequires: lzma-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user