Author: konradm
Update of /cvs/nonfree/rpms/unrar/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29411
Modified Files:
unrar.spec
Added Files:
unrar-3.9.10-missing-recvol-symbols.patch
Log Message:
* Tue Sep 28 2010 Conrad Meyer <konrad(a)tylerc.org> - 3.9.10-2
- Patch to fix unresolved symbol issues (#1385).
unrar-3.9.10-missing-recvol-symbols.patch:
makefile.unix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE unrar-3.9.10-missing-recvol-symbols.patch ---
diff -up unrar/makefile.unix~ unrar/makefile.unix
--- unrar/makefile.unix~ 2009-05-03 07:18:45.000000000 +0200
+++ unrar/makefile.unix 2010-09-05 17:05:41.413171001 +0200
@@ -100,7 +100,7 @@ LINK=$(CXX)
WHAT=UNRAR
UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o
-LIB_OBJ=filestr.o scantree.o dll.o
+LIB_OBJ=filestr.o recvol.o rs.o scantree.o dll.o
OBJECTS=rar.o strlist.o strfn.o pathfn.o savepos.o smallfn.o global.o file.o filefn.o
filcreat.o \
archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- unrar.spec 2 Sep 2010 23:42:03 -0000 1.15
+++ unrar.spec 28 Sep 2010 17:26:35 -0000 1.16
@@ -6,6 +6,8 @@
Group: Applications/Archiving
URL:
http://www.rarlab.com/rar_archiver.htm
Source0:
http://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz
+# Patch to resolve issues noted in #1385:
+Patch0: unrar-3.9.10-missing-recvol-symbols.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): chkconfig
Requires(preun): chkconfig
@@ -39,6 +41,7 @@
%prep
%setup -q -n %{name}
+%patch0
%build
@@ -101,6 +104,9 @@
%changelog
+* Tue Sep 28 2010 Conrad Meyer <konrad(a)tylerc.org> - 3.9.10-2
+- Patch to fix unresolved symbol issues (#1385).
+
* Thu Sep 2 2010 Conrad Meyer <konrad(a)tylerc.org> - 3.9.10-1
- Bump to 3.9.10.