1
0
forked from pool/lxqt-archiver

- Update to 0.3.0:

* Avoid memory leak in "java-utils.c".
  * Fixed comparison of integer expressions of different signedness.
  * Removed "g_ptr_array_free_full" from "glib-utils.c" and used
    GLib's "g_ptr_array_free" instead.
  * Use bsdtar to handle RPM packages.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-archiver?expand=0&rev=13
This commit is contained in:
Michael Vetter 2020-11-04 13:34:25 +00:00 committed by Git OBS Bridge
parent bd8d4ef436
commit d812938795
6 changed files with 38 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce2548bd16ee4f28304ba4741a5d006611b874340f3257240a9b03a8d42fe2c4
size 155912

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQJIBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl7AziMVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+o08P90XP1LkO2zOT9foR7NoJ5+UreH6J
5ueIYrOENUqmEOJ/Ch1wzhunPXSQ1oAstrz54jJR5L3dnvd51yyf8LfP2N72GGsX
FPaWJMfQX06lwR2gHA028zYb66IfYiHuyzmt6hn8YTMok3uSqwPGdoZrZoiwEdSb
DB5RlhV47ddC8TSn9gFrBU7n8Nrvu7QDDguRIMhwdaTI6QUx7AYqUPUONlO+Wnoa
grR+PE0gBq03Wf8ZEc7/8s0Zbxn5I1dbgG5aviM3yzxCVuw3ZTCkp9GwVJXKTZyb
9v4drh0XthYzAgHhlLZJ2eld1DmYcye9WVawmszy4JTYqOg+qkmDJOxAzp48wJVO
/v6xl9Jm3iOMGibFz4QJHNAR0O4hItJ6/zKrkEjFpcljAjZreIILPQZTfBTMO3gl
KuOJvvnZBlWOMdgNl2b6tS3eA27E7iI7DJOUwOzVi2dP5Qa7Tfc7o8aSZLFxr/BI
O3FDpKpv14tWFhnNIwZKuNaKBuLs0VFXadTpPG4CTm4fKioAKroQBoAYJlJ6Tnbm
MEf1vHzEM144u08KnkkjNorn0M3AQfcVF2WFFD7xsTNha4cYU91O7oU6wHdWO5EA
H5QGLahVJqcyOjcmv9QrdoVjetb3qagY9hlg77IMozUw6ODbE4RA0F31JU9EH5Z7
0Z8EZ9tYpNSHptE=
=h0Fg
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a765e76edd3ed509d1a8adce3ab8700fbf033619f0e2edb0e486c202abe80c3e
size 157492

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl+ipGAVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+G9YQAMRl1CfM9wDo6Zp+QBGJsJkk+maZ
J0eeL2bDJqMJgGrkoTlXtBk03QQFrvLZtsO+ecExFnHDFXFCLkNM+a0cGuVZbC3+
NA2VcdFRILNq+7P3az2620Iu7hSwxY1whYRFZdpiT4z9lTcksdX9LBQdO3gZ3Yjg
x1Q8qvQGcm0ss9c3/7zJbzP6SukVx6F9pKACvPppLqog0maJAiA26pJaA4aL3TFv
1vFwqGkFKtylS1e23OZ0F3hdLili3PI076ipklooL8TkZPyt2zctjjDc9f98Op6i
JHJ3lo5fFbF+wjER4J6W6fBQUzJW4FxVQLmRtBsLsl5vUkjJ33HJabTz7LXCq+6P
oo85Z5GiN9gsOBWvleQ/4nUx+zY03UzCYW4aVRHuY+ONUBYpQegfkdA2k2Ko0SqQ
f4yxZ7eBAs6rbpBTjod6G6CBmbW/c4Hro3Kbg5DtO+baqD89Bb2NvpjcZfj81evi
4E2eSke5nruiuqW1ng+2oBCEHhPzG5kf0zwjcZs33Iv7snXFVnk8Anqaetrr5w33
FPs54SHVLeXo45sSmezqxBCPm334+bbR0DM+HCvloh3Uuiw0JGc9ofW2FVU6tMXz
zYerO/fOxMvxOtRORtNay91Ely4aNNS40BF16OZiE7p/M07RT63Dj9DjaltqJPUl
rjwpod4zG/+L5H+f
=0FvH
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 4 13:33:28 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 0.3.0:
* Avoid memory leak in "java-utils.c".
* Fixed comparison of integer expressions of different signedness.
* Removed "g_ptr_array_free_full" from "glib-utils.c" and used
GLib's "g_ptr_array_free" instead.
* Use bsdtar to handle RPM packages.
-------------------------------------------------------------------
Mon Jun 29 07:17:31 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -17,9 +17,10 @@
Name: lxqt-archiver
Version: 0.2.0
Version: 0.3.0
Release: 0
Summary: LXQt File Archiver
# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
License: GPL-2.0-or-later
Group: System/GUI/LXQt
URL: http://www.lxqt.org
@ -29,14 +30,15 @@ Source2: %{name}.keyring
BuildRequires: cmake >= 3.1.0
BuildRequires: libexif-devel
BuildRequires: libqt5-linguist-devel
BuildRequires: lxqt-build-tools-devel >= 0.7.0
BuildRequires: lxqt-build-tools-devel >= 0.8.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5Widgets) >= 5.10.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.12.0
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libfm-qt) >= 0.15.0
BuildRequires: pkgconfig(libfm-qt) >= 0.16.0
Requires: bsdtar
Requires(post): desktop-file-utils
Requires(pre): desktop-file-utils
@ -62,8 +64,8 @@ LXQt file archiver.
%doc AUTHORS CHANGELOG README.md
%{_bindir}/lxqt-archiver
%dir %{_libexecdir}/lxqt-archiver
%{_libexecdir}/lxqt-archiver/isoinfo.sh
%{_libexecdir}/lxqt-archiver/rpm2cpio
%{_libexecdir}/lxqt-archiver/isoinfo.sh
%{_libexecdir}/lxqt-archiver/rpm2cpio
%{_datadir}/applications/lxqt-archiver.desktop
%dir %{_datadir}/icons/hicolor/
%dir %{_datadir}/icons/hicolor/scalable/