Hello community, here is the log from the commit of package gurlchecker checked in at Tue May 1 22:58:01 CEST 2007. -------- --- GNOME/gurlchecker/gurlchecker.changes 2007-01-08 00:21:59.000000000 +0100 +++ /mounts/work_src_done/STABLE/gurlchecker/gurlchecker.changes 2007-05-01 18:20:46.000000000 +0200 @@ -1,0 +2,8 @@ +Tue May 1 17:53:20 CEST 2007 - drahn@suse.de + +- update to 0.10.1 +- HTML validation (with libtidy) +- CSS validation (with libcroco) +- fix string comparison (#231182) + +------------------------------------------------------------------- Old: ---- gurlchecker-0.10.0.tar.gz New: ---- bnc-231182.patch gurlchecker-0.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gurlchecker.spec ++++++ --- /var/tmp/diff_new_pack.m25702/_old 2007-05-01 22:54:57.000000000 +0200 +++ /var/tmp/diff_new_pack.m25702/_new 2007-05-01 22:54:57.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gurlchecker (Version 0.10.0) +# spec file for package gurlchecker (Version 0.10.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,18 +11,19 @@ # norootforbuild Name: gurlchecker -BuildRequires: docbook-utils docbook-xsl-stylesheets gnet-devel gnome-common gnome-themes gnutls-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libtidy libtidy-devel libwnck-devel libxslt lzo-devel mDNSResponder-devel perl-HTML-Parser perl-XML-DOM perl-XML-Parser perl-XML-SAX update-desktop-files +BuildRequires: docbook-utils docbook-xsl-stylesheets gnet-devel gnome-common gnome-themes gnutls-devel libcroco-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libtidy libtidy-devel libwnck-devel libxslt lzo-devel mDNSResponder-devel perl-HTML-Parser perl-XML-DOM perl-XML-Parser perl-XML-SAX update-desktop-files %define _prefix /usr %define sysconfdir /etc License: GNU General Public License (GPL) Group: Productivity/Networking/Web/Utilities Autoreqprov: on Requires: gnome-themes -Version: 0.10.0 -Release: 42 +Version: 0.10.1 +Release: 1 Summary: Checking Utility for Web Pages URL: http://gurlchecker.labs.libre-entreprise.org/ Source: gurlchecker-%{version}.tar.gz +Patch1: bnc-231182.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -37,6 +38,7 @@ %prep %setup -qn gurlchecker-%{version} +%patch1 %build rm -f acconfig.h @@ -68,7 +70,12 @@ %{_datadir}/applications/gurlchecker.desktop %{_datadir}/pixmaps/gurlchecker.png -%changelog -n gurlchecker +%changelog +* Tue May 01 2007 - drahn@suse.de +- update to 0.10.1 +- HTML validation (with libtidy) +- CSS validation (with libcroco) +- fix string comparison (#231182) * Mon Jan 08 2007 - ro@suse.de - GNOME moved to /usr * Tue Aug 22 2006 - drahn@suse.de ++++++ bnc-231182.patch ++++++ --- src/url.c +++ src/url.c @@ -637,7 +637,7 @@ gboolean ret = FALSE; proto = uc_url_get_protocol (url); - if (proto == UC_PROTOCOL_FILE) + if (strcmp( proto, UC_PROTOCOL_FILE) == 0) { ret = TRUE; goto end; ++++++ gurlchecker-0.10.0.tar.gz -> gurlchecker-0.10.1.tar.gz ++++++ ++++ 34619 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de