forked from pool/libisoburn
Accepting request 308647 from home:adra:branches:multimedia:libs
Update to 1.4.0 OBS-URL: https://build.opensuse.org/request/show/308647 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libisoburn?expand=0&rev=3
This commit is contained in:
parent
d840359f02
commit
3e3a8ffba1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b75c9a7f17faab5280ddc34ea6610c4e8bcf630762ee386d10bc52c4b50f6806
|
|
||||||
size 1429974
|
|
3
libisoburn-1.4.0.tar.gz
Normal file
3
libisoburn-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1d51ae7e4662f75caae4442071b8e1480efb8e80682a9f82c32a76f30ba6421
|
||||||
|
size 1453974
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 17:48:53 UTC 2015 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Update to 1.4.0:
|
||||||
|
* Bug fix: -dev or -indev of medium with non-ISO data caused
|
||||||
|
SIGSEGV by NULL.
|
||||||
|
* New API calls isoburn_igopt_set_appended_as_gpt(),
|
||||||
|
isoburn_igopt_get_appended_as_gpt()
|
||||||
|
* New API call isoburn_igopt_set_part_flag() and libisofs
|
||||||
|
interval reader flags.
|
||||||
|
* New -find action "show_stream_id".
|
||||||
|
* Optional libisofs interval reader with -append_partition and
|
||||||
|
System Area.
|
||||||
|
* New -boot_image bootspec "appended_part_as=", new -as mkisofs
|
||||||
|
option -appended_part_as_gpt.
|
||||||
|
* New -report_system_area formats "cmd" and "as_mkisofs".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 8 13:55:23 UTC 2015 - mpluskal@suse.com
|
Sun Mar 8 13:55:23 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define so_ver 1
|
%define so_ver 1
|
||||||
Name: libisoburn
|
Name: libisoburn
|
||||||
Version: 1.3.8
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Frontend for libburn and libisofs
|
Summary: Frontend for libburn and libisofs
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -50,7 +50,7 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: libburn-devel
|
Requires: libburn-devel
|
||||||
Requires: libisoburn%{so_ver} = %{version}
|
Requires: libisoburn%{so_ver} = %{version}
|
||||||
Requires: libisofs-devel
|
Requires: libisofs-devel
|
||||||
# libburnia-devel was last used in openSUSE 13.1 (version 1.3.2)
|
# libburnia-devel was last used in openSUSE 13.2 (version 1.3.8)
|
||||||
Provides: libburnia-devel = %{version}
|
Provides: libburnia-devel = %{version}
|
||||||
Obsoletes: libburnia-devel < %{version}
|
Obsoletes: libburnia-devel < %{version}
|
||||||
|
|
||||||
@ -77,10 +77,10 @@ Requires: tcl
|
|||||||
Requires: tk
|
Requires: tk
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
# libburnia-tools was last used in openSUSE 13.1 (version 1.3.2)
|
# libburnia-tools was last used in openSUSE 13.2 (version 1.3.8)
|
||||||
Provides: libburnia-tools = %{version}
|
Provides: libburnia-tools = %{version}
|
||||||
Obsoletes: libburnia-tools < %{version}
|
Obsoletes: libburnia-tools < %{version}
|
||||||
# libburnia-tools-x11 was last used in openSUSE 13.1 (version 1.3.2)
|
# libburnia-tools-x11 was last used in openSUSE 13.2 (version 1.3.8)
|
||||||
Provides: libburnia-tools-x11 = %{version}
|
Provides: libburnia-tools-x11 = %{version}
|
||||||
Obsoletes: libburnia-tools-x11 < %{version}
|
Obsoletes: libburnia-tools-x11 < %{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user