Author: konradm
Update of /cvs/nonfree/rpms/unrar/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19444
Modified Files:
.cvsignore sources unrar.spec
Removed Files:
unrar-3.9.10-missing-recvol-symbols.patch
Log Message:
* Fri Nov 8 2013 Conrad Meyer <cemeyer(a)uw.edu> - 5.0.12-1
- Bump to latest upstream
- Drop patch that doesn't apply anymore
- Makefile changed names
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 30 Dec 2012 22:08:36 -0000 1.10
+++ .cvsignore 8 Nov 2013 13:59:09 -0000 1.11
@@ -1 +1 @@
-unrarsrc-4.2.4.tar.gz
+unrarsrc-5.0.12.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 30 Dec 2012 22:08:36 -0000 1.10
+++ sources 8 Nov 2013 13:59:09 -0000 1.11
@@ -1 +1 @@
-8ea9d1b4139474b282d76e627a2de3e4 unrarsrc-4.2.4.tar.gz
+f090106c2819cf717ba42b4d5d71f1ed unrarsrc-5.0.12.tar.gz
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- unrar.spec 28 Oct 2013 13:14:50 -0000 1.28
+++ unrar.spec 8 Nov 2013 13:59:09 -0000 1.29
@@ -1,6 +1,6 @@
Name: unrar
-Version: 4.2.4
-Release: 4%{?dist}
+Version: 5.0.12
+Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
@@ -8,8 +8,6 @@
Source0:
ftp://ftp.rarlab.com/rar/unrarsrc-%{version}.tar.gz
# Man page from Debian
Source1: unrar-nonfree.1
-# 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
@@ -47,15 +45,14 @@
%prep
%setup -q -n %{name}
-%patch0 -p1
cp -p %SOURCE1 .
%build
-make %{?_smp_mflags} -f makefile.unix \
+make %{?_smp_mflags} -f makefile \
CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" STRIP=:
RANLIB=ranlib
-make %{?_smp_mflags} -f makefile.unix clean
-make %{?_smp_mflags} -f makefile.unix lib \
+make %{?_smp_mflags} -f makefile clean
+make %{?_smp_mflags} -f makefile lib \
CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" STRIP=:
RANLIB=ranlib
@@ -123,6 +120,11 @@
%changelog
+* Fri Nov 8 2013 Conrad Meyer <cemeyer(a)uw.edu> - 5.0.12-1
+- Bump to latest upstream
+- Drop patch that doesn't apply anymore
+- Makefile changed names
+
* Mon Oct 28 2013 Conrad Meyer <konrad(a)tylerc.org> - 4.2.4-4
- Remove unrar-4.2.3-fix-build.patch, add clean step to %%build
per #2869
--- unrar-3.9.10-missing-recvol-symbols.patch DELETED ---