rpms/unrar/devel unrar.spec,1.29,1.30

Nicolas Chauvet kwizart at rpmfusion.org
Sun Dec 15 18:03:51 CET 2013


Author: kwizart

Update of /cvs/nonfree/rpms/unrar/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27024

Modified Files:
	unrar.spec 
Log Message:
Add isa dependency



Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- unrar.spec	8 Nov 2013 13:59:09 -0000	1.29
+++ unrar.spec	15 Dec 2013 17:03:50 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           unrar
 Version:        5.0.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Utility for extracting, testing and viewing RAR archives
 License:        Freeware with further limitations
 Group:          Applications/Archiving
@@ -35,7 +35,7 @@
 %package -n libunrar-devel
 Summary:        Development files for libunrar
 Group:          Development/Libraries
-Requires:       libunrar = %{version}-%{release}
+Requires:       libunrar%{_isa} = %{version}-%{release}
 Provides:       libunrar3-%{version}
 
 %description -n libunrar-devel
@@ -120,6 +120,9 @@
 
 
 %changelog
+* Sun Dec 15 2013 Nicolas Chauvet <kwizart at gmail.com> - 5.0.12-2
+- Add isa dependency
+
 * Fri Nov 8 2013 Conrad Meyer <cemeyer at uw.edu> - 5.0.12-1
 - Bump to latest upstream
 - Drop patch that doesn't apply anymore


More information about the rpmfusion-commits mailing list