Hello community, here is the log from the commit of package libxslt checked in at Fri Oct 27 19:11:53 CEST 2006. -------- --- libxslt/libxslt.changes 2006-10-24 20:19:18.000000000 +0200 +++ /mounts/work_src_done/STABLE/libxslt/libxslt.changes 2006-10-27 17:59:14.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Oct 27 17:58:57 CEST 2006 - dmueller@suse.de + +- update --nonet patch to work even when using rpmbuild directly + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxslt-python.spec ++++++ --- /var/tmp/diff_new_pack.nxGEn2/_old 2006-10-27 19:06:52.000000000 +0200 +++ /var/tmp/diff_new_pack.nxGEn2/_new 2006-10-27 19:06:52.000000000 +0200 @@ -14,7 +14,7 @@ BuildRequires: libxml2-python libxslt-devel python-devel Summary: Python Bindings for libxslt Version: 1.1.17 -Release: 18 +Release: 19 License: X11/MIT Group: Development/Libraries/Python Source: ftp://fr.rpmfind.net/pub/libxml/libxslt-%{version}.tar.bz2 ++++++ libxslt.spec ++++++ --- /var/tmp/diff_new_pack.nxGEn2/_old 2006-10-27 19:06:52.000000000 +0200 +++ /var/tmp/diff_new_pack.nxGEn2/_new 2006-10-27 19:06:52.000000000 +0200 @@ -14,7 +14,7 @@ BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel Summary: XSL Transformation Library Version: 1.1.17 -Release: 15 +Release: 16 License: X11/MIT Group: System/Libraries # Source: ftp://fr.rpmfind.net/pub/libxml/libxslt-1.0.23.tar.bz2 @@ -115,6 +115,8 @@ %doc doc/*.html doc/html doc/tutorial doc/*.gif %changelog -n libxslt +* Fri Oct 27 2006 - dmueller@suse.de +- update --nonet patch to work even when using rpmbuild directly * Tue Oct 24 2006 - dmueller@suse.de - make --nonet default while building packages (#214338) * Tue Oct 17 2006 - ke@suse.de ++++++ no-net-autobuild.patch ++++++ --- /var/tmp/diff_new_pack.nxGEn2/_old 2006-10-27 19:06:53.000000000 +0200 +++ /var/tmp/diff_new_pack.nxGEn2/_new 2006-10-27 19:06:53.000000000 +0200 @@ -5,7 +5,7 @@ sec = xsltNewSecurityPrefs(); xsltSetDefaultSecurityPrefs(sec); - defaultEntityLoader = xmlGetExternalEntityLoader(); -+ defaultEntityLoader = getuid() == 99 ? xmlNoNetExternalEntityLoader : xmlGetExternalEntityLoader(); ++ defaultEntityLoader = getenv("RPM_PACKAGE_NAME") ? xmlNoNetExternalEntityLoader : xmlGetExternalEntityLoader(); xmlSetExternalEntityLoader(xsltprocExternalEntityLoader); for (i = 1; i < argc; i++) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de