forked from pool/gnome-autoar
Accepting request 1073161 from GNOME:Factory
New stable release (forwarded request 1072622 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1073161 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-autoar?expand=0&rev=16
This commit is contained in:
commit
b9cc723603
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-autoar.git</param>
|
||||
<param name="revision">refs/tags/0.4.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bdf0789553496abddc3c963b0ce7363805c0c02c025feddebcaacc787249e88
|
||||
size 50860
|
BIN
gnome-autoar-0.4.4.obscpio
(Stored with Git LFS)
Normal file
BIN
gnome-autoar-0.4.4.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 11:58:41 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.4.4:
|
||||
+ Add application/zstd to supported mime-types.
|
||||
+ Fix test suite failure with recent GLib version.
|
||||
+ Add autoar_extractor_set_passphrase function.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 19:34:37 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.4.3+9:
|
||||
+ ci:
|
||||
- Drop workaround to remove mount options
|
||||
- Explicitiely set the storage driver
|
||||
- Use rawhide for the fedora job
|
||||
+ extractor:
|
||||
- Add autoar_extractor_set_passphrase function
|
||||
- Fix parameter name in documentation comment
|
||||
- Make error codes public
|
||||
- Use g_file_info_remove_attribute instead of invalid type
|
||||
- Use specific error code when passphrase wasn't provided
|
||||
+ tests: Skip file size check for directories
|
||||
- Switch to git checkout via source service.
|
||||
- Enable test macro again as upstream fixed the issue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 10 19:31:56 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Temp disable test due to changes in new glib2 2.76.0 release:
|
||||
wait for upstream to fix in either glib or in gnome-autoar.
|
||||
https://gitlab.gnome.org/GNOME/gnome-autoar/-/issues/44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 09:18:01 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
4
gnome-autoar.obsinfo
Normal file
4
gnome-autoar.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gnome-autoar
|
||||
version: 0.4.4
|
||||
mtime: 1679041561
|
||||
commit: b387c2482d2a5c8efdfc8c7498f13cd3881685c0
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-autoar
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,15 @@
|
||||
|
||||
|
||||
Name: gnome-autoar
|
||||
Version: 0.4.3
|
||||
Version: 0.4.4
|
||||
Release: 0
|
||||
Summary: Automatic archives creating and extracting library
|
||||
License: LGPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-autoar
|
||||
Source0: https://download.gnome.org/sources/gnome-autoar/0.4/%{name}-%{version}.tar.xz
|
||||
# Sourceurl disabled, as we are using a git checkout via source services
|
||||
#Source0: https://download.gnome.org/sources/gnome-autoar/0.4/%%{name}-%%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson >= 0.56.0
|
||||
@ -130,11 +132,9 @@ This package brings files required to develop against gnome-autoar
|
||||
|
||||
%files -n libgnome-autoar-0-0
|
||||
%license COPYING
|
||||
%{_libdir}/libgnome-autoar-0.so.0
|
||||
%{_libdir}/libgnome-autoar-0.so.0.1.2
|
||||
%{_libdir}/libgnome-autoar-0.so.*
|
||||
|
||||
%files -n libgnome-autoar-gtk-0-0
|
||||
%{_libdir}/libgnome-autoar-gtk-0.so.0
|
||||
%{_libdir}/libgnome-autoar-gtk-0.so.0.1.2
|
||||
%{_libdir}/libgnome-autoar-gtk-0.so.*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user