rpms/httrack/devel httrack-3.42-openssl.patch, 1.1, 1.2 httrack.spec, 1.3, 1.4

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Sun Dec 9 18:33:19 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/httrack/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18275

Modified Files:
	httrack-3.42-openssl.patch httrack.spec 
Log Message:
Updated to 3.42-7 in devel.
 
 Modified Files:
 	httrack-3.42-openssl.patch httrack.spec 


httrack-3.42-openssl.patch:

Index: httrack-3.42-openssl.patch
===================================================================
RCS file: /cvs/pkgs/rpms/httrack/devel/httrack-3.42-openssl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httrack-3.42-openssl.patch	27 Nov 2007 19:12:00 -0000	1.1
+++ httrack-3.42-openssl.patch	9 Dec 2007 18:33:14 -0000	1.2
@@ -6,7 +6,7 @@
  #else
        /* We are compatible with 0.9.6/7/8 and potentially above */
 -      handle = dlopen("libssl.so.0.9.8", RTLD_LAZY);
-+      handle = dlopen("libssl.so.0.9.8b", RTLD_LAZY);
++      handle = dlopen("libssl.so.0.9.8g", RTLD_LAZY);
        if (handle == NULL) {
          handle = dlopen("libssl.so.0.9.7", RTLD_LAZY);
        }


Index: httrack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/httrack/devel/httrack.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httrack.spec	7 Dec 2007 22:01:27 -0000	1.3
+++ httrack.spec	9 Dec 2007 18:33:14 -0000	1.4
@@ -6,7 +6,7 @@
 Summary:	Website copier and offline browser
 Name:		httrack
 Version:	3.42
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	GPLv2+
 Group:		Applications/Internet
 URL:		http://www.httrack.com/
@@ -22,7 +22,7 @@
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-Requires:	openssl = 0.9.8b
+Requires:	openssl = 0.9.8g
 Requires:	xdg-utils
 
 BuildRequires:	desktop-file-utils
@@ -177,8 +177,11 @@
 %{_includedir}/%{name}/*
 
 %changelog
-* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 3.42-6
-- Rebuild for deps
+* Sun Dec 09 2007 Debarshi Ray <rishi at fedoraproject.org> - 3.42-7
+- Updated 'Requires: openssl = 0.9.8g' and fixed the sources.
+
+* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject.org> - 3.42-6
+- Rebuild for deps.
 
 * Tue Nov 27 2007 Debarshi Ray <rishi at fedoraproject.org> - 3.42-4
 - Removed Encoding from Desktop Entry for all distributions, except Fedora 7.




More information about the fedora-extras-commits mailing list