Accepting request 289878 from home:pluskalm:branches:multimedia:libs

- Update to 1.3.8
  * Bug fix: Prevent allocation of empty hash tables. Thanks 
    Richard Nolde.
  * Bug fix: Prevent allocation of empty directory children lists. 
    Thanks Richard Nolde.
  * Bug fix: The GUIDs of main GPT and backup GPT differed if more 
    than one System Area was written into the ISO image.
  * New API calls iso_image_report_el_torito() and 
    iso_image_report_system_area()
  * New API call iso_crc32_gpt()

OBS-URL: https://build.opensuse.org/request/show/289878
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libisofs?expand=0&rev=2
This commit is contained in:
Ismail Dönmez
2015-03-08 15:35:01 +00:00
committed by Git OBS Bridge
parent a2c194defd
commit 885011564c
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ffff0fa1827ac3c246783306fe98035ff8e4e251b5191984611a351f358350c
size 780651

3
libisofs-1.3.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acd7bf42d5d1d5c277f4aad46e5b96229045a38a0fb7d43cfd7841ee3268fda5
size 802154

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Mar 8 13:48:21 UTC 2015 - mpluskal@suse.com
- Update to 1.3.8
* Bug fix: Prevent allocation of empty hash tables. Thanks
Richard Nolde.
* Bug fix: Prevent allocation of empty directory children lists.
Thanks Richard Nolde.
* Bug fix: The GUIDs of main GPT and backup GPT differed if more
than one System Area was written into the ISO image.
* New API calls iso_image_report_el_torito() and
iso_image_report_system_area()
* New API call iso_crc32_gpt()
-------------------------------------------------------------------
Fri May 30 20:59:55 UTC 2014 - asterios.dramis@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libisofs
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,8 @@
%define so_ver 6
Name: libisofs
Version: 1.3.6
Version: 1.3.8
Release: 0
Summary: Library for Creating ISO-9660 Filesystems
License: GPL-2.0+ and LGPL-2.0+
@@ -92,7 +91,7 @@ doxygen doc/doxygen.conf
%make_install
# Remove libtool config files
rm -f %{buildroot}%{_libdir}/*.la
find %{buildroot} -type f -name "*.la" -delete -print
# Remove documentation (will be added in /usr/share/doc/packages/)
rm -rf %{buildroot}%{_datadir}/doc/%{name}-*