!31 update to version 0.4.4

From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2023-11-29 07:07:04 +00:00 committed by Gitee
commit 67a7cfd102
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 11 additions and 6 deletions

Binary file not shown.

BIN
gnome-autoar-0.4.4.tar.xz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: gnome-autoar Name: gnome-autoar
Version: 0.4.3 Version: 0.4.4
Release: 2 Release: 1
Summary: Creating and extracting archives Summary: Creating and extracting archives
License: LGPLv2+ License: LGPLv2+
URL: https://gitlab.gnome.org/GNOME/gnome-autoar URL: https://gitlab.gnome.org/GNOME/gnome-autoar
@ -21,12 +21,13 @@ Requires: %{name} = %{version}-%{release}
development header files, libraries for programs using the gnome-autoar library. development header files, libraries for programs using the gnome-autoar library.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -p1
%build %build
%meson -Dvapi=true \ %meson -Dvapi=true \
-Dgtk_doc=true \ -Dgtk_doc=true \
-Dtests=true -Dtests=true \
%{nil}
%meson_build %meson_build
@ -38,6 +39,7 @@ development header files, libraries for programs using the gnome-autoar library.
%meson_test %meson_test
%files %files
%doc NEWS
%license COPYING %license COPYING
%{_libdir}/girepository-1.0/*.typelib %{_libdir}/girepository-1.0/*.typelib
%{_libdir}/libgnome-autoar-0.so.0* %{_libdir}/libgnome-autoar-0.so.0*
@ -54,7 +56,10 @@ development header files, libraries for programs using the gnome-autoar library.
%{_datadir}/vala/vapi/gnome-autoar-gtk-0.deps %{_datadir}/vala/vapi/gnome-autoar-gtk-0.deps
%changelog %changelog
* Wed May 18 2022 loong_C <loong_c@yeah.net> - 0.4.3-2 * Wed Nov 22 2023 lwg <liweiganga@uniontech.com> - 0.4.4-1
- update to version 0.4.4
* Wed May 18 2022 lwg <liweiganga@uniontech.com> - 0.4.3-2
- fix spec changelog date - fix spec changelog date
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.4.3-1 * Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.4.3-1

View File

@ -1,4 +1,4 @@
version_control: gitlab.gnome version_control: gitlab.gnome
src_repo: gnome-autoar src_repo: gnome-autoar
tag_prefix: ^v tag_prefix: ^v
seperator: . separator: .