[libisoburn] Upgrade to 1.1.6

Robert Scheck robert at fedoraproject.org
Sun Oct 9 19:13:51 UTC 2011


commit 7d8a462429230fb866109d1c23619b216b02f6bb
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sun Oct 9 21:13:45 2011 +0200

    Upgrade to 1.1.6

 .gitignore      |    2 +-
 libisoburn.spec |   13 +++++++++++--
 sources         |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29bd03e..92193d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-libisoburn-1.1.2.tar.gz
+libisoburn-1.1.6.tar.gz
diff --git a/libisoburn.spec b/libisoburn.spec
index 1f519fe..30fa3d9 100644
--- a/libisoburn.spec
+++ b/libisoburn.spec
@@ -2,7 +2,7 @@
 
 Summary:         Library to enable creation and expansion of ISO-9660 filesystems
 Name:            libisoburn
-Version:         1.1.2
+Version:         1.1.6
 Release:         1%{?dist}
 License:         GPLv2+
 Group:           System Environment/Libraries
@@ -11,7 +11,7 @@ Source0:         http://files.libburnia-project.org/releases/%{name}-%{version}.
 Source1:         xorriso_servicemenu.desktop
 Patch0:          libisoburn-1.0.8-multilib.patch
 BuildRequires:   libacl-devel, zlib-devel, doxygen, graphviz
-BuildRequires:   libburn-devel >= 1.1.0, libisofs-devel >= 1.1.2
+BuildRequires:   libburn-devel >= 1.1.6, libisofs-devel >= 1.1.6
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -37,6 +37,7 @@ developing applications that use libisoburn.
 Summary:         ISO-9660 and Rock Ridge image manipulation tool
 Group:           Applications/Archiving
 URL:             http://scdbackup.sourceforge.net/xorriso_eng.html
+Requires:        %{name}%{?_isa} = %{version}-%{release}
 %if (%with_kde && 0%{?rhel}%{?fedora} > 5)
 Requires:        kde-filesystem >= 4
 %endif
@@ -84,6 +85,11 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMen
 # Some file cleanups
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
+%check
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$RPM_BUILD_ROOT%{_libdir}"
+cd releng
+./run_all_auto -x ../xorriso/xorriso || (cat releng_generated_data/log.*; exit 1)
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -128,6 +134,9 @@ fi
 %endif
 
 %changelog
+* Sun Oct 09 2011 Robert Scheck <robert at fedoraproject.org> 1.1.6-1
+- Upgrade to 1.1.6
+
 * Sun Jul 10 2011 Robert Scheck <robert at fedoraproject.org> 1.1.2-1
 - Upgrade to 1.1.2
 
diff --git a/sources b/sources
index 089db14..41d50c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-07a8531e8693b8ad4093b12184da6d1c  libisoburn-1.1.2.tar.gz
+132746d3662005fd4dd462fc5d80d588  libisoburn-1.1.6.tar.gz


More information about the scm-commits mailing list