forked from pool/libisoburn
Accepting request 646179 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/646179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libisoburn?expand=0&rev=7
This commit is contained in:
commit
bbf59cab27
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91cf50473f0f19400629515974bda441545aaae29862dcbbdb28d87b821ca5a5
|
||||
size 1537097
|
3
libisoburn-1.5.0.tar.gz
Normal file
3
libisoburn-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dac1f5629c404df236453b2b6a2671473900776c6a5707e5b8acae20385c1de5
|
||||
size 1550656
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 1 20:01:27 UTC 2018 - Asterios Dramis <asterios.dramis@gmail.com>
|
||||
|
||||
- Update to 1.5.0:
|
||||
* Bug fix: Multi-session emulation was not recognized with
|
||||
non-zero partition offset
|
||||
* New bit10 of isoburn_drive_aquire() to accept all xattr
|
||||
namespaces
|
||||
* New -xattr mode "any" to process all xattr namespaces of local
|
||||
filesystem
|
||||
* New -as mkisofs option --xattr-any
|
||||
* New -as mkisofs options -uid and -gid
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 3 13:35:23 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define so_ver 1
|
||||
Name: libisoburn
|
||||
Version: 1.4.8
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Frontend for libburn and libisofs
|
||||
License: GPL-2.0-or-later
|
||||
@ -137,11 +137,15 @@ cp -a doc/html/ %{buildroot}%{_docdir}/%{name}-devel/
|
||||
%install_info --info-dir="%{_infodir}" "%{_infodir}/xorriso.info%{ext_info}"
|
||||
%install_info --info-dir="%{_infodir}" "%{_infodir}/xorrisofs.info%{ext_info}"
|
||||
%install_info --info-dir="%{_infodir}" "%{_infodir}/xorrecord.info%{ext_info}"
|
||||
%post -n xorriso-tcltk
|
||||
%install_info --info-dir="%{_infodir}" "%{_infodir}/xorriso-tcltk.info%{?ext_info}"
|
||||
|
||||
%preun -n xorriso
|
||||
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/xorriso.info%{ext_info}"
|
||||
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/xorrisofs.info%{ext_info}"
|
||||
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/xorrecord.info%{ext_info}"
|
||||
%preun -n xorriso-tcltk
|
||||
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/xorriso-tcltk.info%{?ext_info}"
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
@ -174,5 +178,7 @@ cp -a doc/html/ %{buildroot}%{_docdir}/%{name}-devel/
|
||||
%files -n xorriso-tcltk
|
||||
%doc frontend/README-tcltk
|
||||
%{_bindir}/xorriso-tcltk
|
||||
%{_mandir}/man1/xorriso-tcltk.1%{?ext_man}
|
||||
%{_infodir}/xorriso-tcltk.info%{?ext_info}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user