rpms/unrar/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 unrar-4.2.3-fix-build.patch, 1.1, 1.2 unrar.spec, 1.23, 1.24

Conrad Meyer konradm at rpmfusion.org
Sun Dec 30 23:08:36 CET 2012


Author: konradm

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

Modified Files:
	.cvsignore sources unrar-4.2.3-fix-build.patch unrar.spec 
Log Message:
* Sun Dec 30 2012 Conrad Meyer <konrad at tylerc.org> - 4.2.4-1
- Bump version
- Fix unrar-4.2.3-fix-build.patch diff to have context



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	3 Jun 2012 21:14:44 -0000	1.9
+++ .cvsignore	30 Dec 2012 22:08:36 -0000	1.10
@@ -1 +1 @@
-unrarsrc-4.2.3.tar.gz
+unrarsrc-4.2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	3 Jun 2012 21:14:44 -0000	1.9
+++ sources	30 Dec 2012 22:08:36 -0000	1.10
@@ -1 +1 @@
-6c6c778dc08246065c89f67fe06a7134  unrarsrc-4.2.3.tar.gz
+8ea9d1b4139474b282d76e627a2de3e4  unrarsrc-4.2.4.tar.gz

unrar-4.2.3-fix-build.patch:
 makefile.unix |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Index: unrar-4.2.3-fix-build.patch
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar-4.2.3-fix-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unrar-4.2.3-fix-build.patch	3 Jun 2012 21:14:44 -0000	1.1
+++ unrar-4.2.3-fix-build.patch	30 Dec 2012 22:08:36 -0000	1.2
@@ -1,14 +1,29 @@
---- unrar/makefile.unix.orig	2012-05-15 02:31:03.000000000 -0300
-+++ unrar/makefile.unix	2012-05-28 11:52:22.544857061 -0300
-@@ -117 +117 @@
+--- unrar/makefile.unix.orig	2012-12-30 14:05:10.517876487 -0800
++++ unrar/makefile.unix	2012-12-30 14:05:10.519876460 -0800
+@@ -114,22 +114,22 @@
+ uninstall:	uninstall-unrar
+ 
+ clean:
 -	@rm -f *.o *.bak *~
 +	@rm -f *.o *.bak *~ unrar
-@@ -119 +119 @@
+ 
 -unrar:	clean $(OBJECTS) $(UNRAR_OBJ)
 +unrar:	$(OBJECTS) $(UNRAR_OBJ)
-@@ -125 +125 @@
+ 	@rm -f unrar
+ 	$(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)	
+ 	$(STRIP) unrar
+ 
+ sfx:	WHAT=SFX_MODULE
 -sfx:	clean $(OBJECTS)
 +sfx:	$(OBJECTS)
-@@ -132 +132 @@
+ 	@rm -f default.sfx
+ 	$(LINK) -o default.sfx $(LDFLAGS) $(OBJECTS)
+ 	$(STRIP) default.sfx
+ 
+ lib:	WHAT=RARDLL
+ lib:	CXXFLAGS+=$(LIBFLAGS)
 -lib:	clean $(OBJECTS) $(LIB_OBJ)
 +lib:	$(OBJECTS) $(LIB_OBJ)
+ 	@rm -f libunrar.so
+ 	$(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ 


Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- unrar.spec	3 Jun 2012 21:14:44 -0000	1.23
+++ unrar.spec	30 Dec 2012 22:08:36 -0000	1.24
@@ -1,5 +1,5 @@
 Name:           unrar
-Version:        4.2.3
+Version:        4.2.4
 Release:        1%{?dist}
 Summary:        Utility for extracting, testing and viewing RAR archives
 License:        Freeware with further limitations
@@ -112,6 +112,10 @@
 
 
 %changelog
+* Sun Dec 30 2012 Conrad Meyer <konrad at tylerc.org> - 4.2.4-1
+- Bump version
+- Fix unrar-4.2.3-fix-build.patch diff to have context
+
 * Thu May 28 2012 Marcos Mello <marcosfrm AT gmail DOT com> - 4.2.3-1
 - New version
 - Include all header files in the -devel package (#1988)


More information about the rpmfusion-commits mailing list