forked from pool/libisoburn
Accepting request 404877 from home:adra:branches:multimedia:libs
Update to 1.4.2 OBS-URL: https://build.opensuse.org/request/show/404877 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libisoburn?expand=0&rev=4
This commit is contained in:
parent
3e3a8ffba1
commit
c75072f45c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c1d51ae7e4662f75caae4442071b8e1480efb8e80682a9f82c32a76f30ba6421
|
|
||||||
size 1453974
|
|
3
libisoburn-1.4.2.tar.gz
Normal file
3
libisoburn-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2dfac7312fd136db5c5e1a9738e3a0896bddea2f89621bd071f3b8045aef54d6
|
||||||
|
size 1496784
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 26 18:45:45 UTC 2016 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Update to 1.4.2:
|
||||||
|
* Bug fix: -backslash_codes "on" did not work outside quotes and
|
||||||
|
with showing "\r"
|
||||||
|
* New API calls isoburn_ropt_set_truncate_mode()
|
||||||
|
isoburn_ropt_get_truncate_mode()
|
||||||
|
* New options with isoburn_ropt_set_extensions():
|
||||||
|
isoburn_ropt_map_*
|
||||||
|
* New command -modesty_on_drive, new -as cdrecord -immed,
|
||||||
|
minbuf=, modesty_on_drive=
|
||||||
|
* New command -ecma119_map
|
||||||
|
* New command -read_fs
|
||||||
|
* New -boot_image action "replay"
|
||||||
|
* New command -file_name_limit, -as mkisofs -file_name_limit
|
||||||
|
* New -find test -name_limit_blocker.
|
||||||
|
* Result of a Coverity audit: 50+ code changes, but no
|
||||||
|
easy-to-trigger bugs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 25 17:48:53 UTC 2015 - asterios.dramis@gmail.com
|
Mon May 25 17:48:53 UTC 2015 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libisoburn
|
# spec file for package libisoburn
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define so_ver 1
|
%define so_ver 1
|
||||||
Name: libisoburn
|
Name: libisoburn
|
||||||
Version: 1.4.0
|
Version: 1.4.2
|
||||||
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.2 (version 1.3.8)
|
# libburnia-devel was last used in version 1.4.0
|
||||||
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.2 (version 1.3.8)
|
# libburnia-tools was last used in version 1.4.0
|
||||||
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.2 (version 1.3.8)
|
# libburnia-tools-x11 was last used in version 1.4.0
|
||||||
Provides: libburnia-tools-x11 = %{version}
|
Provides: libburnia-tools-x11 = %{version}
|
||||||
Obsoletes: libburnia-tools-x11 < %{version}
|
Obsoletes: libburnia-tools-x11 < %{version}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user