rpms/elinks/devel elinks-0.10.1-pkgconfig.patch, 1.1, 1.2 elinks.spec, 1.56, 1.57

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Tue Jul 15 12:40:31 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/elinks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10957

Modified Files:
	elinks-0.10.1-pkgconfig.patch elinks.spec 
Log Message:
get rid off fuzz in patches

elinks-0.10.1-pkgconfig.patch:

Index: elinks-0.10.1-pkgconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/elinks/devel/elinks-0.10.1-pkgconfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elinks-0.10.1-pkgconfig.patch	28 Jan 2005 18:11:50 -0000	1.1
+++ elinks-0.10.1-pkgconfig.patch	15 Jul 2008 12:39:21 -0000	1.2
@@ -19,4 +19,4 @@
 +	fi
  
  	if test "$cf_result" != yes; then
- 		if test "$withval" = yes; then
+ 		if test -n "$openssl_withval" && test "x$openssl_withval" != xno; then


Index: elinks.spec
===================================================================
RCS file: /cvs/extras/rpms/elinks/devel/elinks.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- elinks.spec	15 Jul 2008 11:12:40 -0000	1.56
+++ elinks.spec	15 Jul 2008 12:39:21 -0000	1.57
@@ -1,8 +1,7 @@
-%define _default_patch_fuzz 2
 Name:      elinks
 Summary:   A text-mode Web browser
 Version:   0.12
-Release:   0.2.pre1%{?dist}
+Release:   0.3.pre1%{?dist}
 License:   GPLv2
 URL:       http://elinks.or.cz
 Group:     Applications/Internet
@@ -87,6 +86,9 @@
 %{_mandir}/man5/*
 
 %changelog
+* Tue Jul 15 2008 Ondrej Vasik <ovasik at redhat.com> 0.12-0.3.pre1
+- get rid off fuzz in patches
+
 * Tue Jul 15 2008 Ondrej Vasik <ovasik at redhat.com> 0.12-0.2.pre1
 - fix a crash when opening tab during page reload
 




More information about the scm-commits mailing list