Hello community, here is the log from the commit of package tdom for openSUSE:Factory checked in at 2012-06-25 12:10:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tdom (Old) and /work/SRC/openSUSE:Factory/.tdom.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tdom", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/tdom/tdom.changes 2011-12-25 17:42:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tdom.new/tdom.changes 2012-06-25 12:10:21.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Jun 18 12:03:55 UTC 2012 - [email protected] + +- update to version 0.8.3 + - numerous bugfixes, see ChangeLog for a detailed list of changes +- split off devel subpackage for stubs table, header and config + script + +------------------------------------------------------------------- Old: ---- tDOM-0.8.2.tar.bz2 New: ---- tDOM-0.8.3.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tdom.spec ++++++ --- /var/tmp/diff_new_pack.aexVRB/_old 2012-06-25 12:10:23.000000000 +0200 +++ /var/tmp/diff_new_pack.aexVRB/_new 2012-06-25 12:10:23.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package tdom # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: tdom %if 0%{!?tclscriptdir:1} %define tclscriptdir %_libdir @@ -22,14 +23,14 @@ Summary: A XML/DOM/XPath/XSLT Implementation for Tcl License: MPL-1.1 Group: Development/Libraries/Tcl -Version: 0.8.2 +Version: 0.8.3 Release: 0 -Url: http://www.tdom.org +Url: http://tdom.github.com/ BuildRequires: autoconf BuildRequires: libexpat-devel BuildRequires: tcl-devel BuildRequires: tcllib -Source0: tDOM-%{version}.tar.bz2 +Source0: https://github.com/downloads/tDOM/tdom/tDOM-%{version}.tgz Patch0: tdom.patch Patch1: tdom-expat.patch Patch2: tdom-tnc.patch @@ -42,13 +43,14 @@ memory: for example, the DOM tree of the XML recommendation in XML (160K) needs only about 450K of memory. +%package devel +Summary: Development Files for tdom +Group: Development/Libraries/Tcl +Requires: tcl-devel +Requires: tdom = %{version} - -Authors: --------- - Jochen Loewer <[email protected]> - Rolf Ade <[email protected]> - Zoran Vasiljevic <[email protected]> +%description devel +This package contains files for developing software based on tdom. %prep %setup -q -n tDOM-%version @@ -100,8 +102,11 @@ %doc %_mandir/man*/* %tclscriptdir/* %_libdir/*.so -%_libdir/*.a -%_includedir/* + +%files devel +%defattr(-,root,root,-) %_libdir/tdomConfig.sh +%_libdir/*.a +%_includedir/tdom.h %changelog ++++++ tdom-expat.patch ++++++ --- /var/tmp/diff_new_pack.aexVRB/_old 2012-06-25 12:10:23.000000000 +0200 +++ /var/tmp/diff_new_pack.aexVRB/_new 2012-06-25 12:10:23.000000000 +0200 @@ -1,8 +1,8 @@ -Index: Makefile.in -================================================================================ ---- configure.in +Index: configure.in +=================================================================== +--- configure.in.orig +++ configure.in -@@ -72,6 +72,7 @@ +@@ -72,6 +72,7 @@ AC_CHECK_FUNCS(memmove bcopy) #-------------------------------------------------------------------- TDOM_PATH_AOLSERVER @@ -10,7 +10,7 @@ #----------------------------------------------------------------------- # __CHANGE__ -@@ -83,10 +84,7 @@ +@@ -83,10 +84,7 @@ TDOM_PATH_AOLSERVER # and PKG_TCL_SOURCES. #----------------------------------------------------------------------- @@ -21,8 +21,8 @@ +TEA_ADD_SOURCES([generic/xmlsimple.c \ generic/utf8conv.c \ generic/dom.c \ - generic/domalloc.c \ -@@ -100,7 +98,7 @@ + generic/domhtml.c \ +@@ -99,7 +97,7 @@ TEA_ADD_SOURCES([expat/xmlrole.c \ generic/tclexpat.c \ generic/tdomStubInit.c]) TEA_ADD_HEADERS([generic/tdom.h]) @@ -31,9 +31,11 @@ TEA_ADD_LIBS([${AOL_LIBS}]) TEA_ADD_CFLAGS([]) TEA_ADD_STUB_SOURCES([generic/tdomStubLib.c]) ---- tdom.m4 +Index: tdom.m4 +=================================================================== +--- tdom.m4.orig +++ tdom.m4 -@@ -215,6 +215,46 @@ +@@ -216,6 +216,46 @@ AC_DEFUN(TDOM_PATH_AOLSERVER, [ fi ]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
